JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable
, Comparable <Task.Status >
, java.lang.constant.Constable
Enclosing class:
Task <E extends LivingEntity >
public static enum Task.Status
extends Enum <Task.Status >
Mappings:
Namespace
Name
official
ass$a
intermediary
net/minecraft/class_4097$class_4098
named
net/minecraft/entity/ai/brain/task/Task$Status
Constructor Summary
Constructors
Modifier
Constructor
Description
private
Status ()
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type
Method
Description
static Task.Status
valueOf (String name)
Returns the enum constant of this type with the specified name.
static Task.Status []
values ()
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
STOPPED
Mappings:
Namespace
Name
Mixin selector
official
a
Lass$a;a:Lass$a;
intermediary
field_18337
Lnet/minecraft/class_4097$class_4098;field_18337:Lnet/minecraft/class_4097$class_4098;
named
STOPPED
Lnet/minecraft/entity/ai/brain/task/Task$Status;STOPPED:Lnet/minecraft/entity/ai/brain/task/Task$Status;
RUNNING
Mappings:
Namespace
Name
Mixin selector
official
b
Lass$a;b:Lass$a;
intermediary
field_18338
Lnet/minecraft/class_4097$class_4098;field_18338:Lnet/minecraft/class_4097$class_4098;
named
RUNNING
Lnet/minecraft/entity/ai/brain/task/Task$Status;RUNNING:Lnet/minecraft/entity/ai/brain/task/Task$Status;
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null