Uses of Class
de.extio.spacecraft.shared.model.bo.MeshLane
-
Packages that use MeshLane Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.model.bo Interfaces and data objects for various business objects implementing game mechanics -
-
Uses of MeshLane in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return MeshLane Modifier and Type Method Description MeshLaneMeshManager. getMeshLane(Mesh meshData, int laneIdx)Returns a specific lane of a specific mesh type.MeshLaneMeshManager. getMeshLane(AbstractCompositeEntity parent, UUID type, int laneIdx)Returns a specific lane of a specific mesh type.MeshLaneMeshManager. getMeshLane(UUID parentCompositeId, UUID type, int laneIdx)Returns a specific lane of a specific mesh type.Methods in de.extio.spacecraft.shared.bo with parameters of type MeshLane Modifier and Type Method Description booleanMeshConsumerSupport. isBaseResourceOut(MeshLane lane)booleanMeshConsumerSupport. isBaseResourceStarved(MeshLane lane)doubleMeshManager. takeImmediately(MeshLane lane, double amount)Take amount of type from a particular mesh lane buffer immediately. -
Uses of MeshLane in de.extio.spacecraft.shared.model.bo
Methods in de.extio.spacecraft.shared.model.bo that return types with arguments of type MeshLane Modifier and Type Method Description List<MeshLane>Mesh. getLanes()
-