public class GamePlayer extends Object
Constructor and Description |
---|
GamePlayer(PlayerRef playerId,
PlayerStartData joinData) |
Modifier and Type | Method and Description |
---|---|
Runnable |
delayedTeleport(Location location) |
Runnable |
delayedTpToStart() |
Color |
getColor() |
ColumnPattern |
getColumnPattern() |
String |
getDisplayName() |
int |
getIndex() |
boolean |
isOnline() |
void |
sendMessage(String message) |
void |
teleport(Location location) |
void |
teleport(World world,
Vector pos) |
void |
teleport(World world,
Vector pos,
Direction dir) |
void |
tpToStart() |
public GamePlayer(PlayerRef playerId, PlayerStartData joinData)
public String getDisplayName()
public ColumnPattern getColumnPattern()
public void sendMessage(String message)
public boolean isOnline()
public Runnable delayedTeleport(Location location)
public void tpToStart()
public Runnable delayedTpToStart()
public int getIndex()
Copyright © 2012. All Rights Reserved.