public static class ForgeNetworkImpl.UniversalPacket<A extends IByteBufSerializable>
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Constructor and Description |
|---|
UniversalPacket() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagepublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage