Uses of Enum Class
net.neoforged.neoforgespi.transformation.ClassProcessor.OrderingHint
Packages that use ClassProcessor.OrderingHint
Package
Description
-
Uses of ClassProcessor.OrderingHint in net.neoforged.fml.common.asm.enumextension
Methods in net.neoforged.fml.common.asm.enumextension that return ClassProcessor.OrderingHint -
Uses of ClassProcessor.OrderingHint in net.neoforged.neoforgespi.transformation
Subclasses with type arguments of type ClassProcessor.OrderingHint in net.neoforged.neoforgespi.transformationMethods in net.neoforged.neoforgespi.transformation that return ClassProcessor.OrderingHintModifier and TypeMethodDescriptiondefault ClassProcessor.OrderingHintClassProcessor.orderingHint()Returns a hint for how this processor should be ordered relative to other processors.static ClassProcessor.OrderingHintReturns the enum constant of this class with the specified name.static ClassProcessor.OrderingHint[]ClassProcessor.OrderingHint.values()Returns an array containing the constants of this enum class, in the order they are declared.