Class AiSpawnPointEntity
- java.lang.Object
-
- de.extio.spacecraft.shared.model.entity.AbstractEntity
-
- de.extio.spacecraft.shared.model.entity.builtin.live.InfoEntity
-
- de.extio.spacecraft.shared.model.entity.builtin.live.AiSpawnPointEntity
-
- All Implemented Interfaces:
HasPosition2
,HasPositionAndDimension2
public class AiSpawnPointEntity extends InfoEntity
-
-
Field Summary
-
Fields inherited from class de.extio.spacecraft.shared.model.entity.AbstractEntity
LOGGER, serverRestrictedEntities, serverRestrictedEntitySurfaceBo
-
-
Constructor Summary
Constructors Constructor Description AiSpawnPointEntity()
-
Method Summary
-
Methods inherited from class de.extio.spacecraft.shared.model.entity.builtin.live.InfoEntity
isDisplay
-
Methods inherited from class de.extio.spacecraft.shared.model.entity.AbstractEntity
create, createClientDrawTileImageBo, getDimension, getEntityDef, getEntityDefUUID, getEntityLayer, getEntityManager, getOrientation, getParentCompositeEntity, getPosition, getServerRestrictedEntities, getServerRestrictEntitiesLastUpdate, getServerRestrictEntitiesWalls, getTileset, getTilesetPosition, getUuid, isDirty, isLocalInit, localCopy, localInit, onClientAction, onClientActionMessage, onClientFrame, onClientGenerateEntityDetails, onClientSelectedPointToEntity, onClientSelectedPointToNoClientEntityAction, onClientSelectedPointToWorldPos, onServerActionMessage, onServerTurnPass0, onServerTurnPass1, onServerTurnPass2PostComposites, serverCleanupRestrictedEntities, serverPrepareRestrictedEntities, serverRestrictEntity, serverTranslateEntityPass0, serverTranslateEntityPass1, setClientActions, setDirty, setEntityDef, setEntityManager, setLocalInit, setOrientation, setParentCompositeEntity, setPosition, setServerRestrictedEntities, setServerRestrictEntitiesLastUpdate, setServerRestrictEntitiesWalls, setUuid
-
-
-
-
Method Detail
-
update
public void update(AbstractEntity other)
Description copied from class:AbstractEntity
Incremental update of non-transient fields (usually transferred from server)- Overrides:
update
in classAbstractEntity
-
onClientDrawEntity
public void onClientDrawEntity(List<RenderingBo> renderingBo)
Description copied from class:AbstractEntity
Client side: Draws this entity- Overrides:
onClientDrawEntity
in classInfoEntity
-
setSpacecraftStorageFilenames
public void setSpacecraftStorageFilenames(List<String> spacecraftStorageFilenames)
-
getCrewManagerType
public String getCrewManagerType()
-
setCrewManagerType
public void setCrewManagerType(String crewManagerType)
-
getCrewManagerClassname
public String getCrewManagerClassname()
-
setCrewManagerClassname
public void setCrewManagerClassname(String crewManagerClassname)
-
getSpacecraftManagerType
public String getSpacecraftManagerType()
-
setSpacecraftManagerType
public void setSpacecraftManagerType(String spacecraftManagerType)
-
getSpacecraftManagerClassname
public String getSpacecraftManagerClassname()
-
setSpacecraftManagerClassname
public void setSpacecraftManagerClassname(String spacecraftManagerClassname)
-
getRadius
public int getRadius()
-
setRadius
public void setRadius(int radius)
-
getCount
public int getCount()
-
setCount
public void setCount(int count)
-
getTeam
public int getTeam()
-
setTeam
public void setTeam(int team)
-
isManualActivation
public boolean isManualActivation()
-
setManualActivation
public void setManualActivation(boolean manualActivation)
-
getMinDifficulty
public GameRunMode getMinDifficulty()
-
setMinDifficulty
public void setMinDifficulty(GameRunMode minDifficulty)
-
-