Implemented PLAYER_CHAT and PLAYER_COMMAND

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot 2010-12-28 21:52:39 +00:00
parent 5e7a24764f
commit b0d5c9042a

View file

@ -32,4 +32,8 @@ public class CraftPlayer implements Player {
public World getWorld() {
return server.getWorld(player.b.e);
}
public EntityPlayerMP getEntity() {
return player;
}
}