Restrict view of CompassReader fields
This commit is contained in:
parent
00f67e94e4
commit
dbbfb12cc2
1 changed files with 3 additions and 4 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue