JavaScript is disabled on your browser.
 
 
Enum Constant Summary 
Enum Constants 
 
 
 
Constructor Summary 
Constructors 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
void
 
Returns the enum constant of this class with the specified name.
 
Returns an array containing the constants of this enum class, 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 
ORDERED 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
ORDEREDLnet/minecraft/entity/ai/brain/task/CompositeTask$Order;ORDERED:Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order; 
intermediary 
field_18348Lnet/minecraft/class_4103$class_4104;field_18348:Lnet/minecraft/class_4103$class_4104; 
official 
aLbxp$a;a:Lbxp$a; 
 
 
 
SHUFFLED 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
SHUFFLEDLnet/minecraft/entity/ai/brain/task/CompositeTask$Order;SHUFFLED:Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order; 
intermediary 
field_18349Lnet/minecraft/class_4103$class_4104;field_18349:Lnet/minecraft/class_4103$class_4104; 
official 
bLbxp$a;b:Lbxp$a; 
 
 
 
 
 
 
Field Details 
listModifier 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
listModifierLnet/minecraft/entity/ai/brain/task/CompositeTask$Order;listModifier:Ljava/util/function/Consumer; 
intermediary 
field_18350Lnet/minecraft/class_4103$class_4104;field_18350:Ljava/util/function/Consumer; 
official 
cLbxp$a;c:Ljava/util/function/Consumer; 
 
 
 
 
 
 
Constructor Details 
Order 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
<init>Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order;<init>(Ljava/lang/String;ILjava/util/function/Consumer;)V 
intermediary 
<init>Lnet/minecraft/class_4103$class_4104;<init>(Ljava/lang/String;ILjava/util/function/Consumer;)V 
official 
<init>Lbxp$a;<init>(Ljava/lang/String;ILjava/util/function/Consumer;)V 
 
 
 
 
 
 
Method Details 
values 
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns: 
an array containing the constants of this enum class, in the order they are declared 
 
 
 
valueOf 
Returns the enum constant of this class with the specified name.
The string must match exactly  an identifier used to declare an
enum constant in this class.  (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 NullPointerException  
 
 
apply 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
applyLnet/minecraft/entity/ai/brain/task/CompositeTask$Order;apply(Lnet/minecraft/util/collection/WeightedList;)V 
intermediary 
method_18939Lnet/minecraft/class_4103$class_4104;method_18939(Lnet/minecraft/class_6032;)V 
official 
aLbxp$a;a(Lbzk;)V