public enum StandardStackFilters extends java.lang.Enum<StandardStackFilters> implements java.util.function.Predicate<net.minecraft.item.ItemStack>
| Modifier and Type | Method and Description |
|---|---|
static StandardStackFilters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardStackFilters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardStackFilters ALL
public static final StandardStackFilters FUEL
public static final StandardStackFilters FEED
public static StandardStackFilters[] values()
for (StandardStackFilters c : StandardStackFilters.values()) System.out.println(c);
public static StandardStackFilters 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 null