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 MeshLane
MeshManager. getMeshLane(Mesh meshData, int laneIdx)
Returns a specific lane of a specific mesh type.MeshLane
MeshManager. getMeshLane(AbstractCompositeEntity parent, UUID type, int laneIdx)
Returns a specific lane of a specific mesh type.MeshLane
MeshManager. 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 boolean
MeshConsumerSupport. isBaseResourceOut(MeshLane lane)
boolean
MeshConsumerSupport. isBaseResourceStarved(MeshLane lane)
double
MeshManager. 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()
-