public abstract class ZonePlannerMapData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.Cache<ZonePlannerMapChunkKey,ZonePlannerMapChunk> |
data |
Constructor and Description |
---|
ZonePlannerMapData() |
Modifier and Type | Method and Description |
---|---|
ZonePlannerMapChunk |
getChunk(net.minecraft.world.World world,
ZonePlannerMapChunkKey key) |
protected abstract ZonePlannerMapChunk |
loadChunk(net.minecraft.world.World world,
ZonePlannerMapChunkKey key)
Use
getChunk(World, ZonePlannerMapChunkKey) for a cached version |
protected final com.google.common.cache.Cache<ZonePlannerMapChunkKey,ZonePlannerMapChunk> data
protected abstract ZonePlannerMapChunk loadChunk(net.minecraft.world.World world, ZonePlannerMapChunkKey key)
getChunk(World, ZonePlannerMapChunkKey)
for a cached versionpublic final ZonePlannerMapChunk getChunk(net.minecraft.world.World world, ZonePlannerMapChunkKey key)