Package com.simibubi.create
Enum Class AllTags.AllItemTags
- All Implemented Interfaces:
Serializable,Comparable<AllTags.AllItemTags>,Constable
- Enclosing class:
AllTags
Despite the name, not truly all item tags.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.UseCreateDataMaps.SUPERHEATED_BLAZE_BURNER_FUELSinstead. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.minecraft.tags.TagKey<net.minecraft.world.item.Item> -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(net.minecraft.world.item.Item item) booleanmatches(net.minecraft.world.item.ItemStack stack) static AllTags.AllItemTagsReturns the enum constant of this class with the specified name.static AllTags.AllItemTags[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BLAZE_BURNER_FUEL_REGULAR
@ScheduledForRemoval(inVersion="1.21.1+ Port") @Deprecated(since="6.0.7", forRemoval=true) public static final AllTags.AllItemTags BLAZE_BURNER_FUEL_REGULARDeprecated, for removal: This API element is subject to removal in a future version.Use
NeoForgeDataMaps.FURNACE_FUELSorCreateDataMaps.REGULAR_BLAZE_BURNER_FUELSinstead. -
BLAZE_BURNER_FUEL_SPECIAL
@ScheduledForRemoval(inVersion="1.21.1+ Port") @Deprecated(since="6.0.7", forRemoval=true) public static final AllTags.AllItemTags BLAZE_BURNER_FUEL_SPECIALDeprecated, for removal: This API element is subject to removal in a future version.Use
CreateDataMaps.SUPERHEATED_BLAZE_BURNER_FUELSinstead. -
CASING
-
CONTRAPTION_CONTROLLED
-
CREATE_INGOTS
-
CRUSHED_RAW_MATERIALS
-
INVALID_FOR_TRACK_PAVING
-
DEPLOYABLE_DRINK
-
PRESSURIZED_AIR_SOURCES
-
SANDPAPER
-
SEATS
-
POSTBOXES
-
TABLE_CLOTHS
-
DYED_TABLE_CLOTHS
-
PULPIFIABLE
-
SLEEPERS
-
TOOLBOXES
-
PACKAGES
-
CHAIN_RIDEABLE
-
TRACKS
-
UPRIGHT_ON_BELT
-
NOT_UPRIGHT_ON_BELT
-
NOT_POTION
-
VALVE_HANDLES
-
DISPENSE_BEHAVIOR_WRAP_BLACKLIST
-
OBSIDIAN_DUST
-
PLATES
-
OBSIDIAN_PLATES
-
CARDBOARD_PLATES
-
ALLURITE
-
AMETHYST
-
LUMIERE
-
CERTUS_QUARTZ
-
AMETRINE_ORES
-
ANTHRACITE_ORES
-
EMERALDITE_ORES
-
LIGNITE_ORES
-
CARDBOARD_STORAGE_BLOCKS
-
ANDESITE_ALLOY_STORAGE_BLOCKS
-
CHOCOLATE_BUCKETS
-
HONEY_BUCKETS
-
FOODS_CHOCOLATE
-
DRINKS_TEA
-
FLOURS
-
WHEAT_FLOURS
-
DOUGHS
-
WHEAT_DOUGHS
-
UA_CORAL
-
CURIOS_HEAD
-
-
Field Details
-
tag
public final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> 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.item.Item item) -
matches
public boolean matches(net.minecraft.world.item.ItemStack stack)
-
NeoForgeDataMaps.FURNACE_FUELSorCreateDataMaps.REGULAR_BLAZE_BURNER_FUELSinstead.