Package net.minecraftforge.network.simple.handler
package net.minecraftforge.network.simple.handler
-
InterfacesClassDescriptionEntry point for a
SimpleChannelprotocol that mimics vanilla'sPacketsystem where every packet must implementSimplePacketand will have theirhandle(CTX, Context)method called.SimplePacket<C>Interface that all packets must implement if using theSimpleChannel.protocol(AttributeKey, NetworkProtocol)function.