public static enum AllTags.AllItemTags extends java.lang.Enum<AllTags.AllItemTags>
| Enum Constant and Description |
|---|
BEACON_PAYMENT |
CREATE_INGOTS |
CRUSHED_ORES |
PLATES |
SANDPAPER |
SEATS |
UPRIGHT_ON_BELT |
VALVE_HANDLES |
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.tags.ITag.INamedTag<net.minecraft.item.Item> |
tag |
| Modifier and Type | Method and Description |
|---|---|
void |
add(net.minecraft.item.Item... values) |
void |
includeIn(AllTags.AllItemTags parent) |
void |
includeIn(net.minecraft.tags.ITag.INamedTag<net.minecraft.item.Item> parent) |
boolean |
matches(net.minecraft.item.ItemStack stack) |
static AllTags.AllItemTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllTags.AllItemTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllTags.AllItemTags CREATE_INGOTS
public static final AllTags.AllItemTags CRUSHED_ORES
public static final AllTags.AllItemTags SANDPAPER
public static final AllTags.AllItemTags SEATS
public static final AllTags.AllItemTags UPRIGHT_ON_BELT
public static final AllTags.AllItemTags VALVE_HANDLES
public static final AllTags.AllItemTags BEACON_PAYMENT
public static final AllTags.AllItemTags PLATES
public static AllTags.AllItemTags[] values()
for (AllTags.AllItemTags c : AllTags.AllItemTags.values()) System.out.println(c);
public static AllTags.AllItemTags 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 boolean matches(net.minecraft.item.ItemStack stack)
public void add(net.minecraft.item.Item... values)
public void includeIn(net.minecraft.tags.ITag.INamedTag<net.minecraft.item.Item> parent)
public void includeIn(AllTags.AllItemTags parent)