Uses of Class
net.minecraft.entity.ai.brain.task.Task.Status
-
Packages that use Task.Status Package Description net.minecraft.entity.ai.brain.task -
-
Uses of Task.Status in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as Task.Status Modifier and Type Field Description private Task.Status
Task. status
Methods in net.minecraft.entity.ai.brain.task that return Task.Status Modifier and Type Method Description Task.Status
Task. getStatus()
static Task.Status
Task.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Task.Status[]
Task.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-