Package com.simibubi.create
Enum Class AllTags.AllBlockTags
- All Implemented Interfaces:
Serializable,Comparable<AllTags.AllBlockTags>,Constable
- Enclosing class:
- AllTags
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(net.minecraft.world.level.block.Block... values) voidincludeAll(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> child) voidincludeIn(AllTags.AllBlockTags parent) voidincludeIn(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> parent) booleanmatches(net.minecraft.world.level.block.Block block) booleanmatches(net.minecraft.world.level.block.state.BlockState state) static AllTags.AllBlockTagsReturns the enum constant of this class with the specified name.static AllTags.AllBlockTags[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BRITTLE
-
FAN_HEATERS
-
FAN_TRANSPARENT
-
ORE_OVERRIDE_STONE
-
SAFE_NBT
-
SEATS
-
TOOLBOXES
-
VALVE_HANDLES
-
WINDMILL_SAILS
-
WINDOWABLE
-
WRENCH_PICKUP
-
WG_STONE
-
RELOCATION_NOT_SUPPORTED
-
SLIMY_LOGS
-
-
Field Details
-
tag
public final net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> tag
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
matches
public boolean matches(net.minecraft.world.level.block.Block block) -
matches
public boolean matches(net.minecraft.world.level.block.state.BlockState state) -
add
public void add(net.minecraft.world.level.block.Block... values) -
includeIn
public void includeIn(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> parent) -
includeIn
-
includeAll
public void includeAll(net.minecraft.tags.TagKey<net.minecraft.world.level.block.Block> child)
-