Uses of Enum Class
net.minecraftforge.network.NetworkEvent.RegistrationChangeType
Packages that use NetworkEvent.RegistrationChangeType
-
Uses of NetworkEvent.RegistrationChangeType in net.minecraftforge.network
Fields in net.minecraftforge.network declared as NetworkEvent.RegistrationChangeTypeModifier and TypeFieldDescriptionprivate final NetworkEvent.RegistrationChangeType
NetworkEvent.ChannelRegistrationChangeEvent.changeType
Methods in net.minecraftforge.network that return NetworkEvent.RegistrationChangeTypeModifier and TypeMethodDescriptionNetworkEvent.ChannelRegistrationChangeEvent.getRegistrationChangeType()
Returns the enum constant of this class with the specified name.static NetworkEvent.RegistrationChangeType[]
NetworkEvent.RegistrationChangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraftforge.network with parameters of type NetworkEvent.RegistrationChangeTypeModifier and TypeMethodDescriptionvoid
MCRegisterPacketHandler.ChannelList.updateFrom
(Supplier<NetworkEvent.Context> source, FriendlyByteBuf buffer, NetworkEvent.RegistrationChangeType changeType) Constructors in net.minecraftforge.network with parameters of type NetworkEvent.RegistrationChangeTypeModifierConstructorDescription(package private)
ChannelRegistrationChangeEvent
(Supplier<NetworkEvent.Context> source, NetworkEvent.RegistrationChangeType changeType)