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 
ORDERED 
Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order;ORDERED:Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order; 
 
intermediary 
field_18348 
Lnet/minecraft/class_4103$class_4104;field_18348:Lnet/minecraft/class_4103$class_4104; 
 
official 
a 
Lccr$a;a:Lccr$a; 
 
 
 
 
 
 
SHUFFLED 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
SHUFFLED 
Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order;SHUFFLED:Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order; 
 
intermediary 
field_18349 
Lnet/minecraft/class_4103$class_4104;field_18349:Lnet/minecraft/class_4103$class_4104; 
 
official 
b 
Lccr$a;b:Lccr$a; 
 
 
 
 
 
 
 
 
 
Field Details 
listModifier 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
listModifier 
Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order;listModifier:Ljava/util/function/Consumer; 
 
intermediary 
field_18350 
Lnet/minecraft/class_4103$class_4104;field_18350:Ljava/util/function/Consumer; 
 
official 
c 
Lccr$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> 
Lccr$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  - if this enum class has no constant with the specified name 
NullPointerException  - if the argument is null 
 
 
 
apply 
Mappings: 
Namespace 
Name 
Mixin selector 
 
named 
apply 
Lnet/minecraft/entity/ai/brain/task/CompositeTask$Order;apply(Lnet/minecraft/util/collection/WeightedList;)V 
 
intermediary 
method_18939 
Lnet/minecraft/class_4103$class_4104;method_18939(Lnet/minecraft/class_6032;)V 
 
official 
a 
Lccr$a;a(Lcem;)V