Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. final EntitySnowball snowball = new EntitySnowball(playerMP.worldObj, playerMP);
  2.                         // snowball.setPosition(crateLocation.getX(), crateLocation.getY() + 1, crateLocation.getZ());
  3.                         System.out.println("Spawned : " + playerMP.worldObj.spawnEntityInWorld(snowball));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement