Class GameSessionUnprivilegedControlMessage


  • public final class GameSessionUnprivilegedControlMessage
    extends AbstractMessage
    Controls the game session. These actions can be executed remotely by any player
    • Constructor Detail

      • GameSessionUnprivilegedControlMessage

        public GameSessionUnprivilegedControlMessage()
    • Method Detail

      • getReady

        public Boolean getReady()
      • setReady

        public void setReady​(Boolean ready)
      • getViewport

        public Area2 getViewport()
      • setViewport

        public void setViewport​(Area2 viewport)
      • getToggleShipSlotHost

        public UUID getToggleShipSlotHost()
      • setToggleShipSlotHost

        public void setToggleShipSlotHost​(UUID toggleShipSlotHost)
      • getShipSlotJoin

        public Integer getShipSlotJoin()
      • setShipSlotJoin

        public void setShipSlotJoin​(Integer joinSlot)
      • getShipSlotOpen

        public Integer getShipSlotOpen()
      • setShipSlotOpen

        public void setShipSlotOpen​(Integer shipSlotOpen)
      • getShipSlotClose

        public Integer getShipSlotClose()
      • setShipSlotClose

        public void setShipSlotClose​(Integer shipSlotClose)
      • getShipSlotToggleLock

        public Integer getShipSlotToggleLock()
      • setShipSlotToggleLock

        public void setShipSlotToggleLock​(Integer shipSlotToggleLock)
      • getShipSlotToggleAi

        public Integer getShipSlotToggleAi()
      • setShipSlotToggleAi

        public void setShipSlotToggleAi​(Integer shipSlotToggleAi)
      • getShipSlotRemoveShip

        public Integer getShipSlotRemoveShip()
      • setShipSlotRemoveShip

        public void setShipSlotRemoveShip​(Integer shipSlotRemoveShip)
      • getShipSlotTeam

        public Integer getShipSlotTeam()
      • setShipSlotTeam

        public void setShipSlotTeam​(Integer shipSlotTeam)
      • getShipShareCode

        public String getShipShareCode()
      • setShipShareCode

        public void setShipShareCode​(String shipShareCode)