public class WECUIPacketHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.nio.charset.Charset |
UTF_8_CHARSET |
static net.minecraftforge.fml.common.network.FMLEventChannel |
WECUI_CHANNEL |
| Constructor and Description |
|---|
WECUIPacketHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
callProcessPacket(net.minecraftforge.fml.common.network.FMLNetworkEvent.ClientCustomPacketEvent event) |
static void |
init() |
void |
onPacketData(net.minecraftforge.fml.common.network.FMLNetworkEvent.ServerCustomPacketEvent event) |
public static final java.nio.charset.Charset UTF_8_CHARSET
public static net.minecraftforge.fml.common.network.FMLEventChannel WECUI_CHANNEL
public static void init()
public void onPacketData(net.minecraftforge.fml.common.network.FMLNetworkEvent.ServerCustomPacketEvent event)
public void callProcessPacket(net.minecraftforge.fml.common.network.FMLNetworkEvent.ClientCustomPacketEvent event)