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 UUID
getShip()
int
getShipSlotIdxMaxExcl()
int
getShipSlotIdxMinIncl()
int
getTeam()
boolean
isForceKeepShipPosition()
void
setForceKeepShipPosition(boolean forceKeepShipPosition)
void
setShip(UUID station)
void
setShipSlotIdxMaxExcl(int shipSlotIdxMaxExcl)
void
setShipSlotIdxMinIncl(int shipSlotIdxMinIncl)
void
setTeam(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)
-
-