Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void possessClone(EntityPlayer player, EntityClone clone) {
- ((EntityPlayerMP) player).playerNetServerHandler.setPlayerLocation(clone.posX, clone.posY, clone.posZ, clone.rotationYaw, clone.rotationPitch);
- PacketHandler.sendToAll(new MessagePlayerPos(clone.posX, clone.posY, clone.posZ, clone.rotationYaw, clone.rotationPitch));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement