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.registryChangeConsumerConstructor parameters in net.minecraftforge.network.simple with type arguments of type NetworkEvent.ChannelRegistrationChangeEventModifierConstructorDescriptionSimpleChannel(NetworkInstance instance, Consumer<NetworkEvent.ChannelRegistrationChangeEvent> registryChangeNotify) privateSimpleChannel(NetworkInstance instance, Optional<Consumer<NetworkEvent.ChannelRegistrationChangeEvent>> registryChangeNotify)