public class ZonePlannerMapChunkKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
net.minecraft.util.math.ChunkPos |
chunkPos |
int |
dimensionalId |
int |
level |
static int |
LEVEL_HEIGHT |
Constructor and Description |
---|
ZonePlannerMapChunkKey(io.netty.buffer.ByteBuf buf) |
ZonePlannerMapChunkKey(net.minecraft.util.math.ChunkPos chunkPos,
int dimensionalId,
int level) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public static final int LEVEL_HEIGHT
public final net.minecraft.util.math.ChunkPos chunkPos
public final int dimensionalId
public final int level