Restrict view of CompassReader fields

This commit is contained in:
thatsIch 2014-11-04 00:51:51 +01:00
parent 00f67e94e4
commit dbbfb12cc2

View file

@ -7,10 +7,9 @@ import net.minecraft.world.World;
public class CompassReader public class CompassReader
{ {
private final HashMap<Long, CompassRegion> regions = new HashMap<Long, CompassRegion>();
final HashMap<Long, CompassRegion> regions = new HashMap<Long, CompassRegion>(); private final int id;
final int id; private final File rootFolder;
final File rootFolder;
public void close() public void close()
{ {