Uses of Enum Class
net.neoforged.fml.common.asm.enumextension.NetworkedEnum.NetworkCheck
Packages that use NetworkedEnum.NetworkCheck
Package
Description
-
Uses of NetworkedEnum.NetworkCheck in net.neoforged.fml.common.asm.enumextension
Fields in net.neoforged.fml.common.asm.enumextension declared as NetworkedEnum.NetworkCheckModifier and TypeFieldDescriptionprivate final NetworkedEnum.NetworkCheck
ExtensionInfo.netCheck
The field for thenetCheck
record component.Methods in net.neoforged.fml.common.asm.enumextension that return NetworkedEnum.NetworkCheckModifier and TypeMethodDescriptionExtensionInfo.netCheck()
Returns the value of thenetCheck
record component.static NetworkedEnum.NetworkCheck
Returns the enum constant of this class with the specified name.static NetworkedEnum.NetworkCheck[]
NetworkedEnum.NetworkCheck.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.neoforged.fml.common.asm.enumextension with parameters of type NetworkedEnum.NetworkCheckModifierConstructorDescriptionExtensionInfo
(boolean extended, int vanillaCount, int totalCount, NetworkedEnum.NetworkCheck netCheck) Creates an instance of aExtensionInfo
record class. -
Uses of NetworkedEnum.NetworkCheck in net.neoforged.neoforge.network.configuration
Fields in net.neoforged.neoforge.network.configuration declared as NetworkedEnum.NetworkCheckModifier and TypeFieldDescriptionprivate final NetworkedEnum.NetworkCheck
CheckExtensibleEnums.EnumEntry.networkCheck
The field for thenetworkCheck
record component.Methods in net.neoforged.neoforge.network.configuration that return NetworkedEnum.NetworkCheckModifier and TypeMethodDescriptionCheckExtensibleEnums.EnumEntry.networkCheck()
Returns the value of thenetworkCheck
record component.Constructors in net.neoforged.neoforge.network.configuration with parameters of type NetworkedEnum.NetworkCheckModifierConstructorDescriptionEnumEntry
(String className, NetworkedEnum.NetworkCheck networkCheck, Optional<CheckExtensibleEnums.ExtensionData> data) Creates an instance of aEnumEntry
record class.