Uses of Enum Class
net.minecraft.entity.ai.brain.task.Task.Status
Packages that use Task.Status
Package
Description
The base package for all Minecraft classes.
-
Uses of Task.Status in net.minecraft
Fields in net.minecraft declared as Task.StatusMethods in net.minecraft that return Task.StatusModifier and TypeMethodDescriptionclass_7893.getStatus()final Task.Statusclass_7894.getStatus() -
Uses of Task.Status in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as Task.StatusModifier and TypeFieldDescriptionprivate Task.StatusWaitTask.field_40990private Task.StatusCompositeTask.field_40993private Task.StatusTask.statusMethods in net.minecraft.entity.ai.brain.task that return Task.StatusModifier and TypeMethodDescriptionCompositeTask.getStatus()Task.getStatus()WaitTask.getStatus()static Task.StatusReturns the enum constant of this class with the specified name.static Task.Status[]Task.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.