Advertisement
Corosus

Untitled

Mar 13th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public ItemStack onItemRightClick(ItemStack itemstack, World world, EntityPlayer entityplayer)
  2. {
  3. EntityGuard entityguard = new EntityGuard(world);
  4. entityguard.setPosition(entityplayer.posX,entityplayer.posY-1,entityplayer.posZ);
  5. world.entityJoinedWorld(entityguard);
  6. itemstack.damageItem(1);
  7. return itemstack;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement