Class InternalGameSessionControlMessage.SpawnShipAtSlotInfo
- java.lang.Object
-
- de.extio.spacecraft.shared.model.message.server_internal.InternalGameSessionControlMessage.SpawnShipAtSlotInfo
-
- Enclosing class:
- InternalGameSessionControlMessage
public static class InternalGameSessionControlMessage.SpawnShipAtSlotInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SpawnShipAtSlotInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetShip()intgetShipSlotIdxMaxExcl()intgetShipSlotIdxMinIncl()intgetTeam()booleanisForceKeepShipPosition()voidsetForceKeepShipPosition(boolean forceKeepShipPosition)voidsetShip(UUID station)voidsetShipSlotIdxMaxExcl(int shipSlotIdxMaxExcl)voidsetShipSlotIdxMinIncl(int shipSlotIdxMinIncl)voidsetTeam(int team)
-
-
-
Method Detail
-
getTeam
public int getTeam()
-
setTeam
public void setTeam(int team)
-
getShip
public UUID getShip()
-
setShip
public void setShip(UUID station)
-
getShipSlotIdxMinIncl
public int getShipSlotIdxMinIncl()
-
setShipSlotIdxMinIncl
public void setShipSlotIdxMinIncl(int shipSlotIdxMinIncl)
-
getShipSlotIdxMaxExcl
public int getShipSlotIdxMaxExcl()
-
setShipSlotIdxMaxExcl
public void setShipSlotIdxMaxExcl(int shipSlotIdxMaxExcl)
-
isForceKeepShipPosition
public boolean isForceKeepShipPosition()
-
setForceKeepShipPosition
public void setForceKeepShipPosition(boolean forceKeepShipPosition)
-
-