Advertisement
Guest User

Untitled

a guest
Sep 10th, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. protected String j()
  2.     {
  3.         return "mob.zombie";
  4.     }
  5.  
  6.     protected String f_()
  7.     {
  8.         return "mob.zombiehurt";
  9.     }
  10.  
  11.     protected String l()
  12.     {
  13.         return "mob.zombiedeath";
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement