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.ConfidenceModCheck.confidenceThe field for theconfidencerecord component.Methods in net.minecraft.util that return ModCheck.ConfidenceModifier and TypeMethodDescriptionModCheck.confidence()Returns the value of theconfidencerecord component.static ModCheck.ConfidenceReturns 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 aModCheckrecord class.