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 doubleMeshConsumerSupport. requestActionSimulated(UUID meshConsumerId, UUID parentCompositeEntityId, MeshConsumer entity, double inAmountFactor)voidMeshConsumerSupport. 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 MeshConsumerMeshTakeRequest. getMeshConsumer()Methods in de.extio.spacecraft.shared.model.bo with parameters of type MeshConsumer Modifier and Type Method Description voidMeshTakeRequest. 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 interfaceFieldEmitterField emittersClasses in de.extio.spacecraft.shared.model.entity.builtin.live that implement MeshConsumer Modifier and Type Class Description classAbstractWeaponEntityBase class for all weapon implementations
-