Package | Description |
---|---|
eu.wauz.wauzcore.players |
This package contains classes for managing player information.
|
eu.wauz.wauzcore.system |
This package contains general core mechanics of the engine.
|
Modifier and Type | Field and Description |
---|---|
private WauzRegion |
WauzPlayerDataSectionSelections.region
The current region.
|
Modifier and Type | Method and Description |
---|---|
WauzRegion |
WauzPlayerDataSectionSelections.getRegion() |
Modifier and Type | Method and Description |
---|---|
void |
WauzPlayerDataSectionSelections.setRegion(WauzRegion region) |
Modifier and Type | Field and Description |
---|---|
private WauzRegion |
WauzRegion.parent
The region, this region is inside.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<WauzRegion> |
WauzRegion.children
All regions inside this region.
|
private static java.util.List<WauzRegion> |
WauzRegion.masterRegions
A list of all top level regions.
|
Modifier and Type | Method and Description |
---|---|
static WauzRegion |
WauzRegion.getNewRegion(org.bukkit.Location location)
Finds out the region of a location, if the current region is unknown.
|
private static WauzRegion |
WauzRegion.getNewRegion(org.bukkit.Location location,
WauzRegion region,
boolean knownToBeInRegion)
Finds out the region of a location, if the current region is known.
|
WauzRegion |
WauzRegion.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WauzRegion> |
WauzRegion.getChildren() |
Modifier and Type | Method and Description |
---|---|
private static WauzRegion |
WauzRegion.getNewRegion(org.bukkit.Location location,
WauzRegion region,
boolean knownToBeInRegion)
Finds out the region of a location, if the current region is known.
|
private static boolean |
WauzRegion.insideRegion(org.bukkit.Location location,
WauzRegion region) |
Constructor and Description |
---|
WauzRegion(WauzRegion parent,
java.lang.String regionKey)
Constructs a region, based on the region file in the /WauzCore folder.
|