Add getter for entityPlayer.

This commit is contained in:
asofold 2012-11-08 06:29:58 +01:00
parent 462aeed412
commit 4ce6efeea1

View File

@ -538,4 +538,8 @@ public class PlayerLocation {
return false;
}
public EntityPlayer getEntityPlayer() {
return entityPlayer;
}
}