Advertisement
riking

Untitled

Jun 22nd, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1.     public void moveEntity(double mx, double my, double mz) {
  2.         try{
  3.             moveEntityCompat(this,mx,my,mz);
  4.         } catch( ClassNotFoundException e ) {
  5.             System.out.println("Error ZMod.flyHandle does not exist, is Zombe Mod installed?");
  6.         }
  7.     }
  8.     private void moveEntityCompat(**** self, double mx, double my, double mz)
  9.       throws ClassNotFoundException
  10.     {
  11.         ZMod.flyHandle(this, mx, my, mz);
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement