MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / getPlayerForContext

Method getPlayerForContext

common/buildcraft/lib/BCLibProxy.java:71–73  ·  view source on GitHub ↗
(MessageContext ctx)

Source from the content-addressed store, hash-verified

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) {

Callers 9

getPlayerForContextMethod · 0.45
wrapHandlerMethod · 0.45
sendReturnMessageMethod · 0.45
onMessageMethod · 0.45
onMessageMethod · 0.45
onMessageMethod · 0.45
getReceiverMethod · 0.45
getReceiverMethod · 0.45
getReceiverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected