public class MessageObjectCacheRequest
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<MessageObjectCacheRequest,MessageObjectCacheResponse> |
HANDLER |
Constructor and Description |
---|
MessageObjectCacheRequest() |
Modifier and Type | Method and Description |
---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public static final net.minecraftforge.fml.common.network.simpleimpl.IMessageHandler<MessageObjectCacheRequest,MessageObjectCacheResponse> HANDLER
public void toBytes(io.netty.buffer.ByteBuf buf)
toBytes
in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes
in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage