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