Uses of Enum Class
net.minecraft.util.worldupdate.UpgradeProgress.Status
Packages that use UpgradeProgress.Status
-
Uses of UpgradeProgress.Status in net.minecraft.util.worldupdate
Subclasses with type arguments of type UpgradeProgress.Status in net.minecraft.util.worldupdateFields in net.minecraft.util.worldupdate declared as UpgradeProgress.StatusMethods in net.minecraft.util.worldupdate that return UpgradeProgress.StatusModifier and TypeMethodDescriptionUpgradeProgress.getStatus()static UpgradeProgress.StatusReturns the enum constant of this class with the specified name.static UpgradeProgress.Status[]UpgradeProgress.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util.worldupdate with parameters of type UpgradeProgress.StatusModifier and TypeMethodDescriptionUpgradeStatusTranslator.Messages.forStatus(UpgradeProgress.Status status) voidUpgradeProgress.Noop.setStatus(UpgradeProgress.Status status) voidUpgradeProgress.setStatus(UpgradeProgress.Status status)