Uses of Enum Class
net.minecraft.util.thread.AbstractConsecutiveExecutor.Status
Packages that use AbstractConsecutiveExecutor.Status
-
Uses of AbstractConsecutiveExecutor.Status in net.minecraft.util.thread
Fields in net.minecraft.util.thread with type parameters of type AbstractConsecutiveExecutor.StatusModifier and TypeFieldDescriptionprivate final AtomicReference
<AbstractConsecutiveExecutor.Status> AbstractConsecutiveExecutor.status
Methods in net.minecraft.util.thread that return AbstractConsecutiveExecutor.StatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractConsecutiveExecutor.Status[]
AbstractConsecutiveExecutor.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.