Uses of Interface
net.neoforged.neoforge.network.filters.DynamicChannelHandler
Packages that use DynamicChannelHandler
-
Uses of DynamicChannelHandler in net.neoforged.neoforge.network.filters
Classes in net.neoforged.neoforge.network.filters that implement DynamicChannelHandlerModifier and TypeClassDescriptionclassA generic packet splitter that can be used to split packets that are too large to be sent in one go.classA 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.classA filter for vanilla impl packets.Fields in net.neoforged.neoforge.network.filters with type parameters of type DynamicChannelHandlerModifier and TypeFieldDescriptionprivate static final Map<String,Function<Connection, DynamicChannelHandler>> NetworkFilters.instances