Class VanillaPacketSplitter

java.lang.Object
net.minecraftforge.network.VanillaPacketSplitter

public class VanillaPacketSplitter extends Object
A custom payload channel that allows sending vanilla server-to-client packets, even if they would normally be too large for the vanilla protocol. This is achieved by splitting them into multiple custom payload packets.