Uses of Class
net.minecraftforge.network.NetworkEvent.ChannelRegistrationChangeEvent
Packages that use NetworkEvent.ChannelRegistrationChangeEvent
-
Uses of NetworkEvent.ChannelRegistrationChangeEvent in net.minecraftforge.network.simple
Fields in net.minecraftforge.network.simple with type parameters of type NetworkEvent.ChannelRegistrationChangeEventModifier and TypeFieldDescriptionprivate final Optional<Consumer<NetworkEvent.ChannelRegistrationChangeEvent>>
SimpleChannel.registryChangeConsumer
Constructor parameters in net.minecraftforge.network.simple with type arguments of type NetworkEvent.ChannelRegistrationChangeEventModifierConstructorDescriptionSimpleChannel
(NetworkInstance instance, Consumer<NetworkEvent.ChannelRegistrationChangeEvent> registryChangeNotify) private
SimpleChannel
(NetworkInstance instance, Optional<Consumer<NetworkEvent.ChannelRegistrationChangeEvent>> registryChangeNotify)