(MessageContext ctx)
| 69 | } |
| 70 | |
| 71 | public EntityPlayer getPlayerForContext(MessageContext ctx) { |
| 72 | return ctx.getServerHandler().playerEntity; |
| 73 | } |
| 74 | |
| 75 | public void addScheduledTask(World world, Runnable task) { |
| 76 | if (world instanceof WorldServer) { |
no outgoing calls
no test coverage detected