mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-24 15:59:25 +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() {
|
public World getWorld() {
|
||||||
return server.getWorld(player.b.e);
|
return server.getWorld(player.b.e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public EntityPlayerMP getEntity() {
|
||||||
|
return player;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue