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