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 
 
official 
aLbif$a;a:Lbif$a; 
intermediary 
field_18348Lnet/minecraft/class_4103$class_4104;field_18348:Lnet/minecraft/class_4103$class_4104; 
named 
ORDEREDLnet/minecraft/entity/ai/brain/task/CompositeTask$Order;ORDERED:Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order; 
 
 
 
SHUFFLED 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
bLbif$a;b:Lbif$a; 
intermediary 
field_18349Lnet/minecraft/class_4103$class_4104;field_18349:Lnet/minecraft/class_4103$class_4104; 
named 
SHUFFLEDLnet/minecraft/entity/ai/brain/task/CompositeTask$Order;SHUFFLED:Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order; 
 
 
 
 
 
 
Field Details 
listModifier 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
cLbif$a;c:Ljava/util/function/Consumer; 
intermediary 
field_18350Lnet/minecraft/class_4103$class_4104;field_18350:Ljava/util/function/Consumer; 
named 
listModifierLnet/minecraft/entity/ai/brain/task/CompositeTask$Order;listModifier:Ljava/util/function/Consumer; 
 
 
 
 
 
 
Constructor Details 
Order 
Mappings: 
Namespace 
Name 
Mixin selector 
 
official 
<init>Lbif$a;<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 
named 
<init>Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order;<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 
 
official 
aLbif$a;a(Lbjz;)V 
intermediary 
method_18939Lnet/minecraft/class_4103$class_4104;method_18939(Lnet/minecraft/class_6032;)V 
named 
applyLnet/minecraft/entity/ai/brain/task/CompositeTask$Order;apply(Lnet/minecraft/util/collection/WeightedList;)V