public static class BetterConfig.SyncConfigPacket
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
BetterConfig.SyncConfigPacket.Handler |
| Constructor and Description |
|---|
SyncConfigPacket() |
SyncConfigPacket(java.lang.Class<?>[] configClasses) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public SyncConfigPacket()
public SyncConfigPacket(java.lang.Class<?>[] configClasses)
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