◆ RegionDefinition()
com.osroyale.game.world.region.RegionDefinition.RegionDefinition |
( |
int | hash, |
|
|
int | terrainFile, |
|
|
int | objectFile ) |
|
inline |
Constructs a new RegionDefinition
with the specified hash, terrain file id, object file id and preload state.
- Parameters
-
hash | The hash of the region coordinates. |
terrainFile | The terrain file id. |
objectFile | The object file id. |
Definition at line 66 of file RegionDefinition.java.
◆ contains()
boolean com.osroyale.game.world.region.RegionDefinition.contains |
( |
int | region | ) |
|
|
inlinestatic |
Returns the flag if the region exists.
- Parameters
-
region | region hash to check. |
- Returns
- contains flag.
Definition at line 88 of file RegionDefinition.java.
◆ get()
RegionDefinition com.osroyale.game.world.region.RegionDefinition.get |
( |
int | region | ) |
|
|
inlinestatic |
◆ getDefinitions()
Int2ObjectMap< RegionDefinition > com.osroyale.game.world.region.RegionDefinition.getDefinitions |
( |
| ) |
|
|
inlinestatic |
◆ getHash()
int com.osroyale.game.world.region.RegionDefinition.getHash |
( |
| ) |
|
|
inline |
◆ getObjectFile()
int com.osroyale.game.world.region.RegionDefinition.getObjectFile |
( |
| ) |
|
|
inline |
◆ getTerrainFile()
int com.osroyale.game.world.region.RegionDefinition.getTerrainFile |
( |
| ) |
|
|
inline |
◆ set()
void com.osroyale.game.world.region.RegionDefinition.set |
( |
RegionDefinition | definition | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: