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