public class MessageSyncedContainer
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
Modifier and Type | Class and Description |
---|---|
static class |
MessageSyncedContainer.Handler |
Constructor and Description |
---|
MessageSyncedContainer() |
MessageSyncedContainer(net.minecraft.util.math.BlockPos pos,
net.minecraft.nbt.NBTTagCompound compound) |
Modifier and Type | Method and Description |
---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public MessageSyncedContainer()
public MessageSyncedContainer(net.minecraft.util.math.BlockPos pos, net.minecraft.nbt.NBTTagCompound compound)
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes
in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage
public void toBytes(io.netty.buffer.ByteBuf buf)
toBytes
in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage