Uses of Class
net.minecraftforge.fml.network.NetworkEvent.ChannelRegistrationChangeEvent
-
Packages that use NetworkEvent.ChannelRegistrationChangeEvent Package Description net.minecraftforge.fml.network.simple -
-
Uses of NetworkEvent.ChannelRegistrationChangeEvent in net.minecraftforge.fml.network.simple
Fields in net.minecraftforge.fml.network.simple with type parameters of type NetworkEvent.ChannelRegistrationChangeEvent Modifier and Type Field Description private java.util.Optional<java.util.function.Consumer<NetworkEvent.ChannelRegistrationChangeEvent>>
SimpleChannel. registryChangeConsumer
Constructor parameters in net.minecraftforge.fml.network.simple with type arguments of type NetworkEvent.ChannelRegistrationChangeEvent Constructor Description SimpleChannel(NetworkInstance instance, java.util.function.Consumer<NetworkEvent.ChannelRegistrationChangeEvent> registryChangeNotify)
SimpleChannel(NetworkInstance instance, java.util.Optional<java.util.function.Consumer<NetworkEvent.ChannelRegistrationChangeEvent>> registryChangeNotify)
-