Class Player
- java.lang.Object
-
- de.extio.spacecraft.shared.model.client.game.Player
-
public final class Player extends Object
-
-
Constructor Summary
Constructors Constructor Description Player()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()StringgetName()IntegergetShipSlot()UUIDgetUuid()booleanisHost()booleanisInGame()booleanisLoggedOn()booleanisReady()booleanisShipSlotHost()voidsetHost(boolean host)voidsetIndex(int index)voidsetInGame(boolean inGame)voidsetLoggedOn(boolean loggedOn)voidsetName(String name)voidsetReady(boolean ready)voidsetShipSlot(Integer shipSlot)voidsetShipSlotHost(boolean shipSlotHost)voidsetUuid(UUID uuid)
-
-
-
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)
-
-