Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Public Member Functions | |
int | getId () |
Static Public Member Functions | |
static Environment | getEnvironment (int id) |
[static initializer] | |
Public Attributes | |
NORMAL =(0) | |
NETHER =(-1) | |
THE_END =(1) | |
Represents various map environment types that a world may be
Definition at line 1161 of file World.java.
|
static |
Get an environment by ID
id | The ID of the environment |
Definition at line 1202 of file World.java.
int org.bukkit.World.Environment.getId | ( | ) |
Gets the dimension ID of this environment
Definition at line 1190 of file World.java.
org.bukkit.World.Environment.NETHER =(-1) |
Represents a nether based map ("hell")
Definition at line 1170 of file World.java.
org.bukkit.World.Environment.NORMAL =(0) |
Represents the "normal"/"surface world" map
Definition at line 1166 of file World.java.
org.bukkit.World.Environment.THE_END =(1) |
Represents the "end" map
Definition at line 1174 of file World.java.