public class ZonePlannerMapDataServer extends ZonePlannerMapData
Modifier and Type | Field and Description |
---|---|
static ZonePlannerMapDataServer |
INSTANCE |
data
Constructor and Description |
---|
ZonePlannerMapDataServer() |
Modifier and Type | Method and Description |
---|---|
ZonePlannerMapChunk |
loadChunk(net.minecraft.world.World world,
ZonePlannerMapChunkKey key)
Use
ZonePlannerMapData.getChunk(World, ZonePlannerMapChunkKey) for a cached version |
getChunk
public static final ZonePlannerMapDataServer INSTANCE
public ZonePlannerMapChunk loadChunk(net.minecraft.world.World world, ZonePlannerMapChunkKey key)
ZonePlannerMapData
ZonePlannerMapData.getChunk(World, ZonePlannerMapChunkKey)
for a cached versionloadChunk
in class ZonePlannerMapData