public class MessageUpdateTile
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.fml.common.network.simpleimpl.IMessageHandler<MessageUpdateTile,net.minecraftforge.fml.common.network.simpleimpl.IMessage> |
HANDLER |
Constructor and Description |
---|
MessageUpdateTile() |
MessageUpdateTile(net.minecraft.util.math.BlockPos pos,
PacketBufferBC payload) |
Modifier and Type | Method and Description |
---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
int |
getPayloadSize() |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public static final net.minecraftforge.fml.common.network.simpleimpl.IMessageHandler<MessageUpdateTile,net.minecraftforge.fml.common.network.simpleimpl.IMessage> HANDLER
public MessageUpdateTile()
public MessageUpdateTile(net.minecraft.util.math.BlockPos pos, PacketBufferBC payload)
public int getPayloadSize()
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