static enum MultiTask.Ordering extends java.lang.Enum<MultiTask.Ordering>
| Modifier and Type | Field and Description |
|---|---|
private java.util.function.Consumer<WeightedList<?>> |
field_220629_c |
| Modifier and Type | Method and Description |
|---|---|
void |
func_220628_a(WeightedList<?> p_220628_1_) |
static MultiTask.Ordering |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiTask.Ordering[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiTask.Ordering ORDERED
public static final MultiTask.Ordering SHUFFLED
private final java.util.function.Consumer<WeightedList<?>> field_220629_c
public static MultiTask.Ordering[] values()
for (MultiTask.Ordering c : MultiTask.Ordering.values()) System.out.println(c);
public static MultiTask.Ordering 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 void func_220628_a(WeightedList<?> p_220628_1_)