Class InternalGameSessionControlMessage.SpawnShipAtSlotInfo

    • Constructor Detail

      • SpawnShipAtSlotInfo

        public SpawnShipAtSlotInfo()
    • 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)