Uses of Interface
net.neoforged.fml.common.asm.enumextension.EnumParameters
Packages that use EnumParameters
-
Uses of EnumParameters in net.neoforged.fml.common.asm.enumextension
Classes in net.neoforged.fml.common.asm.enumextension that implement EnumParametersModifier and TypeClassDescriptionstatic final record
static final record
static final record
Fields in net.neoforged.fml.common.asm.enumextension declared as EnumParametersModifier and TypeFieldDescriptionprivate final EnumParameters
EnumPrototype.ctorParams
The field for thectorParams
record component.Methods in net.neoforged.fml.common.asm.enumextension that return EnumParametersModifier and TypeMethodDescriptionEnumPrototype.ctorParams()
Returns the value of thectorParams
record component.private static EnumParameters
EnumPrototype.loadConstantParameters
(IModInfo mod, String enumName, String fieldName, String ctorDesc, com.google.gson.JsonArray obj) Constructors in net.neoforged.fml.common.asm.enumextension with parameters of type EnumParametersModifierConstructorDescription(package private)
EnumPrototype
(String owningMod, String enumName, String fieldName, String ctorDesc, String fullCtorDesc, EnumParameters ctorParams) Creates an instance of aEnumPrototype
record class.