672673674675676677678
return false; } } public void sendWireframeToClient(int x, int y, int z){ NetworkHandler.sendToAllAround(new PacketShowWireframe(this, x, y, z), worldObj); }