mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
Implemented PLAYER_CHAT and PLAYER_COMMAND
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
5e7a24764f
commit
b0d5c9042a
1 changed files with 4 additions and 0 deletions
|
@ -32,4 +32,8 @@ public class CraftPlayer implements Player {
|
|||
public World getWorld() {
|
||||
return server.getWorld(player.b.e);
|
||||
}
|
||||
|
||||
public EntityPlayerMP getEntity() {
|
||||
return player;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue