Advertisement
riking

Untitled

Oct 28th, 2013
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1.  
  2.                 Class<?> clazz = Class.forName("net.minecraft.entity.EntityList");
  3.                 Method method = clazz.getDeclaredMethod("addMapping", new Class[] { Class.class, String.class, int.class });
  4.                 method.invoke(null, RyeDragon.class, "RyeDragon", 63);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement