96979899100101102103104
} private void informEntityMetadata(Entity entity) { System.out.println("GOING TO SEND ENTITYMETADATA"); SPacket p = new S0x28(entity); System.out.println("INFORMING OTHERS!"); getWorldState().connectionManager().sendPacketToAll(p); }