Zach443

Untitled

Mar 9th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. if (player.getItemInHand().getType() == Material.EYE_OF_ENDER) {
  2.     //do stuff here
  3. } else if (player.getItemInHand().getType() == Material.GRASS) {
  4.     //do more stuff here
  5. }
Advertisement
Add Comment
Please, Sign In to add comment