Package | Description |
---|---|
eu.wauz.wauzcore.professions |
This package contains classes for handling profession mechanics.
|
Modifier and Type | Field and Description |
---|---|
private WauzResourceSpawn |
WauzResourceCache.resourceSpawn
The resource spawn, the cache is referring to.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<org.bukkit.block.Block,WauzResourceSpawn> |
WauzResource.blockResourceMap
A map with resource spawns, indexed by block.
|
private static ChunkKeyMap<java.util.List<WauzResourceSpawn>> |
WauzResource.chunkResourcesMap
A map with lists of resource spawns, indexed by chunk keys.
|
Modifier and Type | Method and Description |
---|---|
WauzResourceSpawn |
WauzResourceCache.getResourceSpawn() |
Modifier and Type | Method and Description |
---|---|
void |
WauzResourceCache.setResourceSpawn(WauzResourceSpawn resourceSpawn) |
Constructor and Description |
---|
WauzResourceCache(WauzResourceSpawn resourceSpawn)
Creates a new player specific cache for the given resource spawn.
|