Package | Description |
---|---|
buildcraft.robotics.zone |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.Cache<ZonePlannerMapChunkKey,ZonePlannerMapChunk> |
ZonePlannerMapData.data |
Modifier and Type | Method and Description |
---|---|
ZonePlannerMapChunk |
ZonePlannerMapData.getChunk(net.minecraft.world.World world,
ZonePlannerMapChunkKey key) |
ZonePlannerMapChunk |
ZonePlannerMapDataClient.loadChunk(net.minecraft.world.World world,
ZonePlannerMapChunkKey key) |
ZonePlannerMapChunk |
ZonePlannerMapDataServer.loadChunk(net.minecraft.world.World world,
ZonePlannerMapChunkKey key) |
protected abstract ZonePlannerMapChunk |
ZonePlannerMapData.loadChunk(net.minecraft.world.World world,
ZonePlannerMapChunkKey key)
Use
ZonePlannerMapData.getChunk(World, ZonePlannerMapChunkKey) for a cached version |
Modifier and Type | Method and Description |
---|---|
void |
ZonePlannerMapDataClient.onChunkReceived(ZonePlannerMapChunkKey key,
ZonePlannerMapChunk zonePlannerMapChunk) |
Constructor and Description |
---|
MessageZoneMapResponse(ZonePlannerMapChunkKey zonePlannerMapChunkKey,
ZonePlannerMapChunk data) |