Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void moveEntity(double mx, double my, double mz) {
- try{
- moveEntityCompat(this,mx,my,mz);
- } catch( ClassNotFoundException e ) {
- System.out.println("Error ZMod.flyHandle does not exist, is Zombe Mod installed?");
- }
- }
- private void moveEntityCompat(**** self, double mx, double my, double mz)
- throws ClassNotFoundException
- {
- ZMod.flyHandle(this, mx, my, mz);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement