public static class ChunkBlockMessage.Packet
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Constructor and Description |
|---|
Packet() |
Packet(net.minecraft.world.chunk.Chunk chunk,
java.util.Set<net.minecraft.util.math.BlockPos> coords) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public Packet()
public Packet(net.minecraft.world.chunk.Chunk chunk,
java.util.Set<net.minecraft.util.math.BlockPos> coords)
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagepublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage