| Package | Description |
|---|---|
| eu.wauz.wauzcore.professions |
This package contains classes for handling profession mechanics.
|
| Modifier and Type | Field and Description |
|---|---|
private WauzResource |
WauzResourceSpawn.resource
The instanced resource.
|
| Modifier and Type | Method and Description |
|---|---|
WauzResource |
WauzResourceSpawn.getResource() |
| Modifier and Type | Method and Description |
|---|---|
static void |
WauzResource.addToChunkMap(WauzResource resource,
java.util.List<org.bukkit.Location> locations)
Adds a resource to the chunk map, so it can spawn in related chunks.
|
| Constructor and Description |
|---|
WauzResourceSpawn(WauzResource resource,
org.bukkit.Location location)
Instantiates a block of a gatherable resource.
|