Change mobspawn track list to use entity id

This commit is contained in:
nossr50
2012-02-22 08:29:51 -08:00
parent 95da5a4535
commit 0c8b46acee
4 changed files with 6 additions and 5 deletions

View File

@ -31,7 +31,7 @@ public class Misc
protected static final Logger log = Logger.getLogger("Minecraft");
public ArrayList<Entity> mobSpawnerList = new ArrayList<Entity>();
public ArrayList<Integer> mobSpawnerList = new ArrayList<Integer>();
public HashSet<Block> blockWatchList = new HashSet<Block>();
public HashMap<Entity, Integer> arrowTracker = new HashMap<Entity, Integer>();
public ArrayList<LivingEntity> bleedTracker = new ArrayList<LivingEntity>();