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.NetworkCheckExtensionInfo.netCheckThe field for thenetCheckrecord component.Methods in net.neoforged.fml.common.asm.enumextension that return NetworkedEnum.NetworkCheckModifier and TypeMethodDescriptionExtensionInfo.netCheck()Returns the value of thenetCheckrecord component.static NetworkedEnum.NetworkCheckReturns 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 aExtensionInforecord 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.NetworkCheckCheckExtensibleEnums.EnumEntry.networkCheckThe field for thenetworkCheckrecord component.Methods in net.neoforged.neoforge.network.configuration that return NetworkedEnum.NetworkCheckModifier and TypeMethodDescriptionCheckExtensibleEnums.EnumEntry.networkCheck()Returns the value of thenetworkCheckrecord 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 aEnumEntryrecord class.