mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 08:39:49 +01:00
O(n)wards and upwards to victory.
Still need to do somthing about that thing not being saved on reload.
This commit is contained in:
parent
16577f6f23
commit
7841fe2434
@ -31,7 +31,7 @@ public class Misc
|
|||||||
protected static final Logger log = Logger.getLogger("Minecraft");
|
protected static final Logger log = Logger.getLogger("Minecraft");
|
||||||
|
|
||||||
public ArrayList<Entity> mobSpawnerList = new ArrayList<Entity>();
|
public ArrayList<Entity> mobSpawnerList = new ArrayList<Entity>();
|
||||||
public ArrayList<Block> blockWatchList = new ArrayList<Block>();
|
public HashSet<Block> blockWatchList = new HashSet<Block>();
|
||||||
public ArrayList<Block> treeFeller = new ArrayList<Block>();
|
public ArrayList<Block> treeFeller = new ArrayList<Block>();
|
||||||
public HashMap<Entity, Integer> arrowTracker = new HashMap<Entity, Integer>();
|
public HashMap<Entity, Integer> arrowTracker = new HashMap<Entity, Integer>();
|
||||||
public ArrayList<LivingEntity> bleedTracker = new ArrayList<LivingEntity>();
|
public ArrayList<LivingEntity> bleedTracker = new ArrayList<LivingEntity>();
|
||||||
|
Loading…
Reference in New Issue
Block a user