static enum MultiTask.RunType extends java.lang.Enum<MultiTask.RunType>
Modifier and Type | Method and Description |
---|---|
abstract <E extends LivingEntity> |
func_220630_a(WeightedList<Task<? super E>> p_220630_1_,
ServerWorld p_220630_2_,
E p_220630_3_,
long p_220630_4_) |
static MultiTask.RunType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiTask.RunType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiTask.RunType RUN_ONE
public static final MultiTask.RunType TRY_ALL
public static MultiTask.RunType[] values()
for (MultiTask.RunType c : MultiTask.RunType.values()) System.out.println(c);
public static MultiTask.RunType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract <E extends LivingEntity> void func_220630_a(WeightedList<Task<? super E>> p_220630_1_, ServerWorld p_220630_2_, E p_220630_3_, long p_220630_4_)