Class WorldMapRemotePlayer
java.lang.Object
zombie.worldMap.WorldMapRemotePlayer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortshortintgetUsername(Boolean canShowFirstname) floatgetX()floatgetY()booleanbooleanisAccessLevel(String level) booleanbooleanvoidsetFullData(short changeCount, String username, String forename, String surname, String accessLevel, int rolePower, float x, float y, boolean invisible, boolean disguised) voidvoidsetPosition(float x, float y)
-
Constructor Details
-
WorldMapRemotePlayer
public WorldMapRemotePlayer(short onlineId)
-
-
Method Details
-
setPlayer
-
setFullData
-
setPosition
public void setPosition(float x, float y) -
getOnlineID
public short getOnlineID() -
getForename
-
getSurname
-
getX
public float getX() -
getY
public float getY() -
getChangeCount
public short getChangeCount() -
isInvisible
public boolean isInvisible() -
isDisguised
public boolean isDisguised() -
hasFullData
public boolean hasFullData() -
getUsername
-
getUsername
-
getAccessLevel
-
getAccessLevel2
-
getRolePower
public int getRolePower() -
isAccessLevel
-