Advertisement
riking

forEveryEntity

Mar 26th, 2011
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. for (int L = 0; L < entities.size(); L++) {
  2.     if ((entities.get(L) instanceof fs)) {//for every EntityItem, change this to EntityLiving
  3.         fs a = (fs)entities.get(L);
  4.         if (outputItem(world, i, j, k, dx, dz, a.a, random))
  5.             a.H();//a.remove();
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement