public static enum AllTags.AllBlockTags extends java.lang.Enum<AllTags.AllBlockTags>
| Enum Constant and Description |
|---|
BRITTLE |
FAN_HEATERS |
FAN_TRANSPARENT |
SAFE_NBT |
SAILS |
SEATS |
SLIMY_LOGS |
VALVE_HANDLES |
WINDMILL_SAILS |
WINDOWABLE |
WRENCH_PICKUP |
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.tags.ITag.INamedTag<net.minecraft.block.Block> |
tag |
| Modifier and Type | Method and Description |
|---|---|
void |
add(net.minecraft.block.Block... values) |
void |
includeAll(net.minecraft.tags.ITag.INamedTag<net.minecraft.block.Block> child) |
void |
includeIn(AllTags.AllBlockTags parent) |
void |
includeIn(net.minecraft.tags.ITag.INamedTag<net.minecraft.block.Block> parent) |
boolean |
matches(net.minecraft.block.BlockState block) |
static AllTags.AllBlockTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllTags.AllBlockTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllTags.AllBlockTags BRITTLE
public static final AllTags.AllBlockTags FAN_HEATERS
public static final AllTags.AllBlockTags FAN_TRANSPARENT
public static final AllTags.AllBlockTags SAFE_NBT
public static final AllTags.AllBlockTags SAILS
public static final AllTags.AllBlockTags SEATS
public static final AllTags.AllBlockTags VALVE_HANDLES
public static final AllTags.AllBlockTags WINDMILL_SAILS
public static final AllTags.AllBlockTags WINDOWABLE
public static final AllTags.AllBlockTags WRENCH_PICKUP
public static final AllTags.AllBlockTags SLIMY_LOGS
public static AllTags.AllBlockTags[] values()
for (AllTags.AllBlockTags c : AllTags.AllBlockTags.values()) System.out.println(c);
public static AllTags.AllBlockTags 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.block.BlockState block)
public void add(net.minecraft.block.Block... values)
public void includeIn(net.minecraft.tags.ITag.INamedTag<net.minecraft.block.Block> parent)
public void includeIn(AllTags.AllBlockTags parent)
public void includeAll(net.minecraft.tags.ITag.INamedTag<net.minecraft.block.Block> child)