Uses of Enum Class
net.minecraft.util.ModCheck.Confidence
Packages that use ModCheck.Confidence
-
Uses of ModCheck.Confidence in net.minecraft.util
Fields in net.minecraft.util declared as ModCheck.ConfidenceModifier and TypeFieldDescriptionprivate final ModCheck.Confidence
ModCheck.confidence
The field for theconfidence
record component.Methods in net.minecraft.util that return ModCheck.ConfidenceModifier 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.Constructors in net.minecraft.util with parameters of type ModCheck.ConfidenceModifierConstructorDescriptionModCheck
(ModCheck.Confidence confidence, String description) Creates an instance of aModCheck
record class.