Advertisement
Corosus

Untitled

Dec 29th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package net.minecraft.src;
  2.  
  3. import net.minecraft.entity.EntityLiving;
  4.  
  5. public class ClassHelper {
  6.  
  7.     public static void dropItems(EntityLiving ent, boolean what, int what2) {
  8.         ent.dropFewItems(what, what2);
  9.     }
  10.    
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement