Class StationEntryPointEntityDef
- java.lang.Object
-
- de.extio.spacecraft.shared.model.entity.AbstractEntityDef
-
- de.extio.spacecraft.shared.model.entity.builtin.def.InfoEntityDef
-
- de.extio.spacecraft.shared.model.entity.builtin.def.StationEntryPointEntityDef
-
public class StationEntryPointEntityDef extends InfoEntityDef
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.extio.spacecraft.shared.model.entity.AbstractEntityDef
AbstractEntityDef.PlacementCompatibility
-
-
Constructor Summary
Constructors Constructor Description StationEntryPointEntityDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCrewSlots()
int
getCrewSpawnRadius()
void
setCrewSlots(int crewSlots)
void
setCrewSpawnRadius(int crewSpawnRadius)
-
Methods inherited from class de.extio.spacecraft.shared.model.entity.AbstractEntityDef
getAutoOrientation, getCategory, getDisplayName, getLayer, getLiveEntity, getModName, getPlacementCompatibility, getTileset, getTilesetModName, getTilesetName, getTilesetPosition, getUuid, isEnabled, isPlaceable, setAutoOrientation, setCategory, setDisplayName, setEnabled, setLayer, setLiveEntity, setModName, setPlaceable, setPlacementCompatibility, setTileset, setTilesetModName, setTilesetName, setTilesetPosition, setUuid
-
-