| Package | Description |
|---|---|
| net.minecraft.entity.ai.brain.task |
| Modifier and Type | Field and Description |
|---|---|
private Task.Status |
Task.status |
| Modifier and Type | Method and 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.
|