Interface FieldEmitter
-
- All Superinterfaces:
MeshConsumer
,MeshWorker
public interface FieldEmitter extends MeshConsumer
Field emitters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
calculateFieldEmission()
void
calculateFieldEmissionCap()
double
getFieldEmission()
double
getFieldEmissionCap()
UUID
getFieldEmitterType()
-
Methods inherited from interface de.extio.spacecraft.shared.model.entity.builtin.live.MeshConsumer
getMeshConsumerActionAmount, getMeshConsumerAmount, getMeshConsumerAmountGranted, getMeshConsumerAmountGrantedPrev, getMeshConsumerLane, getMeshConsumerLanePrev, getMeshConsumerOneTimeAmountGranted, getMeshConsumerType, getPassiveMeshConsumerLane, getPassiveMeshConsumerLanePrev, getPassiveMeshConsumerType, isMeshConsumerResourceOut, isMeshRedistributionSupported, setMeshConsumerActionAmount, setMeshConsumerAmount, setMeshConsumerAmountGranted, setMeshConsumerAmountGrantedPrev, setMeshConsumerLane, setMeshConsumerLanePrev, setMeshConsumerOneTimeAmountGranted, setPassiveMeshConsumerLane, setPassiveMeshConsumerLanePrev
-
-
-
-
Method Detail
-
getFieldEmitterType
UUID getFieldEmitterType()
-
getFieldEmission
double getFieldEmission()
-
getFieldEmissionCap
double getFieldEmissionCap()
-
calculateFieldEmission
void calculateFieldEmission()
-
calculateFieldEmissionCap
void calculateFieldEmissionCap()
-
-