public class PacketSyncCategory extends java.lang.Object implements cpw.mods.fml.common.network.simpleimpl.IMessage, cpw.mods.fml.common.network.simpleimpl.IMessageHandler<PacketSyncCategory,cpw.mods.fml.common.network.simpleimpl.IMessage>
| Constructor and Description |
|---|
PacketSyncCategory() |
PacketSyncCategory(int category,
int page) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
cpw.mods.fml.common.network.simpleimpl.IMessage |
onMessage(PacketSyncCategory message,
cpw.mods.fml.common.network.simpleimpl.MessageContext ctx) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public PacketSyncCategory()
public PacketSyncCategory(int category,
int page)
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface cpw.mods.fml.common.network.simpleimpl.IMessagepublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface cpw.mods.fml.common.network.simpleimpl.IMessagepublic cpw.mods.fml.common.network.simpleimpl.IMessage onMessage(PacketSyncCategory message, cpw.mods.fml.common.network.simpleimpl.MessageContext ctx)
onMessage in interface cpw.mods.fml.common.network.simpleimpl.IMessageHandler<PacketSyncCategory,cpw.mods.fml.common.network.simpleimpl.IMessage>