Uses of Interface
de.extio.spacecraft.shared.model.entity.builtin.live.MeshConsumer
-
Packages that use MeshConsumer 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 mechanicsde.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity types -
-
Uses of MeshConsumer in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo with parameters of type MeshConsumer Modifier and Type Method Description double
MeshConsumerSupport. requestActionSimulated(UUID meshConsumerId, UUID parentCompositeEntityId, MeshConsumer entity, double inAmountFactor)
void
MeshConsumerSupport. serverRequestAction(UUID meshConsumerId, UUID parentCompositeEntityId, MeshConsumer entity, double inAmountFactor, GameSession gameSession, Consumer<Double> callback)
-
Uses of MeshConsumer in de.extio.spacecraft.shared.model.bo
Methods in de.extio.spacecraft.shared.model.bo that return MeshConsumer Modifier and Type Method Description MeshConsumer
MeshTakeRequest. getMeshConsumer()
Methods in de.extio.spacecraft.shared.model.bo with parameters of type MeshConsumer Modifier and Type Method Description void
MeshTakeRequest. setMeshConsumer(MeshConsumer meshConsumer)
-
Uses of MeshConsumer in de.extio.spacecraft.shared.model.entity.builtin.live
Subinterfaces of MeshConsumer in de.extio.spacecraft.shared.model.entity.builtin.live Modifier and Type Interface Description interface
FieldEmitter
Field emittersClasses in de.extio.spacecraft.shared.model.entity.builtin.live that implement MeshConsumer Modifier and Type Class Description class
AbstractWeaponEntity
Base class for all weapon implementations
-