public class ZonePlannerMapChunk
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ZonePlannerMapChunk.MapColourData |
Constructor and Description |
---|
ZonePlannerMapChunk(net.minecraft.network.PacketBuffer buffer) |
ZonePlannerMapChunk(net.minecraft.world.World world,
ZonePlannerMapChunkKey key) |
Modifier and Type | Method and Description |
---|---|
int |
getColour(int x,
int z) |
ZonePlannerMapChunk.MapColourData |
getData(int x,
int z) |
void |
write(net.minecraft.network.PacketBuffer buffer) |
public ZonePlannerMapChunk(net.minecraft.world.World world, ZonePlannerMapChunkKey key)
public ZonePlannerMapChunk(net.minecraft.network.PacketBuffer buffer)
public void write(net.minecraft.network.PacketBuffer buffer)
public int getColour(int x, int z)
@Nullable public ZonePlannerMapChunk.MapColourData getData(int x, int z)