Uses of Enum Class
net.minecraft.util.ModCheck.Confidence
-
Uses of ModCheck.Confidence in net.minecraft.util
Modifier and TypeFieldDescriptionprivate final ModCheck.Confidence
ModCheck.confidence
The field for theconfidence
record component.Modifier and TypeMethodDescriptionModCheck.confidence()
Returns the value of theconfidence
record component.static ModCheck.Confidence
Returns the enum constant of this class with the specified name.static ModCheck.Confidence[]
ModCheck.Confidence.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionModCheck
(ModCheck.Confidence confidence, String description) Creates an instance of aModCheck
record class.