Some refactoring.

This commit is contained in:
AlgorithmX2
2014-07-23 14:20:47 -05:00
parent 298ae41198
commit 50b0285c15
11 changed files with 32 additions and 60 deletions
@@ -26,8 +26,8 @@ import cpw.mods.fml.common.eventhandler.SubscribeEvent;
public class QuantumCluster implements ILocatable, IAECluster
{
public WorldCoord min;
public WorldCoord max;
final public WorldCoord min;
final public WorldCoord max;
public boolean isDestroyed = false;
public boolean updateStatus = true;