Class Player


  • public final class Player
    extends Object
    • Constructor Detail

      • Player

        public Player()
    • Method Detail

      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isLoggedOn

        public boolean isLoggedOn()
      • setLoggedOn

        public void setLoggedOn​(boolean loggedOn)
      • isReady

        public boolean isReady()
      • setReady

        public void setReady​(boolean ready)
      • isHost

        public boolean isHost()
      • setHost

        public void setHost​(boolean host)
      • getUuid

        public UUID getUuid()
      • setUuid

        public void setUuid​(UUID uuid)
      • isShipSlotHost

        public boolean isShipSlotHost()
      • setShipSlotHost

        public void setShipSlotHost​(boolean shipSlotHost)
      • getShipSlot

        public Integer getShipSlot()
      • setShipSlot

        public void setShipSlot​(Integer shipSlot)
      • isInGame

        public boolean isInGame()
      • setInGame

        public void setInGame​(boolean inGame)