JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable
, Comparable <Task.Status >
, java.lang.constant.Constable
Enclosing class:
Task <E extends LivingEntity >
Mappings:
Namespace
Name
official
aun$a
intermediary
net/minecraft/class_4097$class_4098
named
net/minecraft/entity/ai/brain/task/Task$Status
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this type with the specified name.
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
Laun$a;a:Laun$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
Laun$a;b:Laun$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