Package net.neoforged.neoforge.network.filters
@ParametersAreNonnullByDefault
package net.neoforged.neoforge.network.filters
-
ClassDescriptionAn extension to the netty
ChannelHandler
interface that allows for dynamic injection of handlers into the pipeline, based on whether they are needed on the current connection or not.A generic packet splitter that can be used to split packets that are too large to be sent in one go.A filter for impl packets, used to filter/modify parts of vanilla impl messages that will cause errors or warnings on vanilla clients, for example entity attributes that are added by Forge or mods.A filter for vanilla impl packets.