public class PacketHandlerClient
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.EnumMap<PacketIdClient,IPacketJeiHandler> |
clientHandlers |
Constructor and Description |
---|
PacketHandlerClient(IWorldConfig worldConfig) |
Modifier and Type | Method and Description |
---|---|
void |
onPacket(net.minecraftforge.fml.network.NetworkEvent.ServerCustomPayloadEvent event) |
public final java.util.EnumMap<PacketIdClient,IPacketJeiHandler> clientHandlers
public PacketHandlerClient(IWorldConfig worldConfig)