public class ZoneChunk
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.BitSet |
property |
Modifier and Type | Method and Description |
---|---|
boolean |
get(int xChunk,
int zChunk) |
java.util.List<javax.vecmath.Point2i> |
getAll() |
net.minecraft.util.math.BlockPos |
getRandomBlockPos(java.util.Random rand) |
boolean |
isEmpty() |
ZoneChunk |
readFromByteBuf(net.minecraft.network.PacketBuffer buf) |
void |
readFromNBT(net.minecraft.nbt.NBTTagCompound nbt) |
void |
set(int xChunk,
int zChunk,
boolean value) |
void |
writeToByteBuf(net.minecraft.network.PacketBuffer buf) |
void |
writeToNBT(net.minecraft.nbt.NBTTagCompound nbt) |
public ZoneChunk()
public ZoneChunk(ZoneChunk old)
public boolean get(int xChunk, int zChunk)
public void set(int xChunk, int zChunk, boolean value)
public java.util.List<javax.vecmath.Point2i> getAll()
public void writeToNBT(net.minecraft.nbt.NBTTagCompound nbt)
public void readFromNBT(net.minecraft.nbt.NBTTagCompound nbt)
public net.minecraft.util.math.BlockPos getRandomBlockPos(java.util.Random rand)
public boolean isEmpty()
public ZoneChunk readFromByteBuf(net.minecraft.network.PacketBuffer buf)
public void writeToByteBuf(net.minecraft.network.PacketBuffer buf)