BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_END
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
@ -752,9 +752,9 @@ public interface World {
|
||||
*/
|
||||
NETHER(-1),
|
||||
/**
|
||||
* Represents a sky-lands based map ("heaven")
|
||||
* Represents the "end" map
|
||||
*/
|
||||
SKYLANDS(1);
|
||||
THE_END(1);
|
||||
|
||||
private final int id;
|
||||
private static final Map<Integer, Environment> lookup = new HashMap<Integer, Environment>();
|
||||
|
||||
Reference in New Issue
Block a user