Uses of Record Class
net.minecraft.registry.tag.TagKey
Packages that use TagKey
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of TagKey in net.minecraft.block
Methods in net.minecraft.block that return types with arguments of type TagKeyMethods in net.minecraft.block with parameters of type TagKey -
Uses of TagKey in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as TagKeyMethods in net.minecraft.block.entity that return TagKeyModifier and TypeMethodDescriptionSculkSpreadManager.getReplaceableTag()
SculkShriekerBlockEntity.VibrationCallback.getTag()
Constructors in net.minecraft.block.entity with parameters of type TagKeyModifierConstructorDescriptionSculkSpreadManager
(boolean worldGen, TagKey<Block> replaceableTag, int extraBlockChance, int maxDistance, int spreadChance, int decayChance) -
Uses of TagKey in net.minecraft.client.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame with type parameters of type TagKey -
Uses of TagKey in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type TagKeyModifier and TypeMethodDescriptionprivate static Optional
<List<WorldCreator.WorldType>> WorldCreator.getWorldPresetList
(Registry<WorldPreset> registry, TagKey<WorldPreset> tag) -
Uses of TagKey in net.minecraft.client.tutorial
Methods in net.minecraft.client.tutorial with parameters of type TagKeyModifier and TypeMethodDescriptionstatic boolean
CraftPlanksTutorialStepHandler.hasCrafted
(ClientPlayerEntity player, TagKey<Item> tag) -
Uses of TagKey in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as TagKeyModifier and TypeFieldDescriptionRegistryPredicateArgumentType.TagBased.key
The field for thekey
record component.Methods in net.minecraft.command.argument that return TagKeyModifier and TypeMethodDescriptionRegistryPredicateArgumentType.TagBased.key()
Returns the value of thekey
record component.Methods in net.minecraft.command.argument that return types with arguments of type TagKeyModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either
<RegistryKey<T>, TagKey<T>> RegistryPredicateArgumentType.RegistryKeyBased.getKey()
com.mojang.datafixers.util.Either
<RegistryKey<T>, TagKey<T>> RegistryPredicateArgumentType.RegistryPredicate.getKey()
com.mojang.datafixers.util.Either
<RegistryKey<T>, TagKey<T>> RegistryPredicateArgumentType.TagBased.getKey()
Constructors in net.minecraft.command.argument with parameters of type TagKey -
Uses of TagKey in net.minecraft.component.type
Fields in net.minecraft.component.type declared as TagKeyModifier and TypeFieldDescriptionprivate final TagKey
<DamageType> DamageResistantComponent.types
The field for thetypes
record component.Methods in net.minecraft.component.type that return TagKeyModifier and TypeMethodDescriptionDamageResistantComponent.types()
Returns the value of thetypes
record component.Methods in net.minecraft.component.type with parameters of type TagKeyModifier and TypeMethodDescriptionprivate static <T> RegistryEntryList
<T> ItemEnchantmentsComponent.getTooltipOrderList
(RegistryWrapper.WrapperLookup registries, RegistryKey<Registry<T>> registryRef, TagKey<T> tooltipOrderTag) Constructors in net.minecraft.component.type with parameters of type TagKey -
Uses of TagKey in net.minecraft.data.recipe
Methods in net.minecraft.data.recipe with parameters of type TagKeyModifier and TypeMethodDescriptionRecipeGenerator.conditionsFromTag
(TagKey<Item> tag) protected Ingredient
RecipeGenerator.ingredientFromTag
(TagKey<Item> tag) protected void
RecipeGenerator.offerPlanksRecipe
(ItemConvertible output, TagKey<Item> logTag, int count) protected void
RecipeGenerator.offerPlanksRecipe2
(ItemConvertible output, TagKey<Item> logTag, int count) -
Uses of TagKey in net.minecraft.data.tag
Fields in net.minecraft.data.tag with type parameters of type TagKeyMethods in net.minecraft.data.tag with parameters of type TagKeyModifier and TypeMethodDescriptiondefault boolean
protected void
protected TagProvider.ProvidedTagBuilder
<T> TagProvider.getOrCreateTagBuilder
(TagKey<T> tag) protected ValueLookupTagProvider.ObjectBuilder
<T> ValueLookupTagProvider.getOrCreateTagBuilder
(TagKey<T> tagKey) protected TagBuilder
TagProvider.getTagBuilder
(TagKey<T> tag) -
Uses of TagKey in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type TagKeyModifier and TypeMethodDescriptionstatic boolean
EnchantmentHelper.hasAnyEnchantmentsIn
(ItemStack stack, TagKey<Enchantment> tag) -
Uses of TagKey in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type TagKeyModifier and TypeFieldDescriptionprotected Object2DoubleMap
<TagKey<Fluid>> Entity.fluidHeight
Entity.submergedFluidTag
Methods in net.minecraft.entity with parameters of type TagKeyModifier and TypeMethodDescriptiondouble
Entity.getFluidHeight
(TagKey<Fluid> fluid) Returns the height of the fluid influid
tag.boolean
EntityType.isIn
(TagKey<EntityType<?>> tag) boolean
Entity.isSubmergedIn
(TagKey<Fluid> fluidTag) Returns whether the entity is submerged in a fluid influidTag
.protected void
LivingEntity.swimUpward
(TagKey<Fluid> fluid) boolean
Entity.updateMovementInFluid
(TagKey<Fluid> tag, double speed) -
Uses of TagKey in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as TagKeyFields in net.minecraft.entity.ai.brain.task with type parameters of type TagKeyModifier and TypeFieldDescriptionprivate final Function
<PathAwareEntity, TagKey<DamageType>> FleeTask.entityToDangerousDamageTypes
Constructors in net.minecraft.entity.ai.brain.task with parameters of type TagKeyModifierConstructorDescriptionBiasedLongJumpTask
(UniformIntProvider cooldownRange, int verticalRange, int horizontalRange, float maxRange, Function<E, SoundEvent> entityToSound, TagKey<Block> favoredBlocks, float biasChance, BiPredicate<E, BlockPos> jumpToPredicate) Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type TagKeyModifierConstructorDescriptionFleeTask
(float speed, Function<PathAwareEntity, TagKey<DamageType>> entityToDangerousDamageTypes) -
Uses of TagKey in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal with type parameters of type TagKeyModifier and TypeFieldDescriptionprivate final Function
<PathAwareEntity, TagKey<DamageType>> EscapeDangerGoal.entityToDangerousDamageTypes
Constructors in net.minecraft.entity.ai.goal with parameters of type TagKeyModifierConstructorDescriptionEscapeDangerGoal
(PathAwareEntity mob, double speed, TagKey<DamageType> dangerousDamageTypes) Constructor parameters in net.minecraft.entity.ai.goal with type arguments of type TagKeyModifierConstructorDescriptionEscapeDangerGoal
(PathAwareEntity mob, double speed, Function<PathAwareEntity, TagKey<DamageType>> entityToDangerousDamageTypes) -
Uses of TagKey in net.minecraft.entity.damage
Methods in net.minecraft.entity.damage with parameters of type TagKey -
Uses of TagKey in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return TagKeyModifier and TypeMethodDescriptionAbstractSkeletonEntity.getPreferredWeapons()
DrownedEntity.getPreferredWeapons()
MobEntity.getPreferredWeapons()
PiglinEntity.getPreferredWeapons()
PillagerEntity.getPreferredWeapons()
WitherSkeletonEntity.getPreferredWeapons()
WardenEntity.VibrationCallback.getTag()
Methods in net.minecraft.entity.mob with parameters of type TagKeyModifier and TypeMethodDescriptionprotected void
MagmaCubeEntity.swimUpward
(TagKey<Fluid> fluid) protected void
MobEntity.swimUpward
(TagKey<Fluid> fluid) -
Uses of TagKey in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return TagKeyMethods in net.minecraft.entity.passive with parameters of type TagKeyModifier and TypeMethodDescription(package private) static void
WolfVariants.register
(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, TagKey<Biome> biomeTag) protected void
BeeEntity.swimUpward
(TagKey<Fluid> fluid) Constructors in net.minecraft.entity.passive with parameters of type TagKeyModifierConstructorDescriptionTameableEscapeDangerGoal
(double speed, TagKey<DamageType> dangerousDamageTypes) -
Uses of TagKey in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type TagKey -
Uses of TagKey in net.minecraft.fluid
Methods in net.minecraft.fluid that return types with arguments of type TagKeyMethods in net.minecraft.fluid with parameters of type TagKey -
Uses of TagKey in net.minecraft.item
Fields in net.minecraft.item declared as TagKeyModifier and TypeFieldDescriptionToolMaterial.incorrectBlocksForDrops
The field for theincorrectBlocksForDrops
record component.private final TagKey
<Instrument> GoatHornItem.instrumentTag
private final TagKey
<BannerPattern> BannerPatternItem.patternItemTag
ToolMaterial.repairItems
The field for therepairItems
record component.Methods in net.minecraft.item that return TagKeyModifier and TypeMethodDescriptionBannerPatternItem.getPattern()
ToolMaterial.incorrectBlocksForDrops()
Returns the value of theincorrectBlocksForDrops
record component.ToolMaterial.repairItems()
Returns the value of therepairItems
record component.Methods in net.minecraft.item that return types with arguments of type TagKeyModifier and TypeMethodDescriptionItemStack.streamTags()
Returns a stream of all tags the item is in.Methods in net.minecraft.item with parameters of type TagKeyModifier and TypeMethodDescriptionprivate static void
ItemGroups.addInstruments
(ItemGroup.Entries entries, RegistryWrapper<Instrument> registryWrapper, Item item, TagKey<Instrument> instrumentTag, ItemGroup.StackVisibility visibility) ToolMaterial.applyToolSettings
(Item.Settings settings, TagKey<Block> effectiveBlocks, float attackDamage, float attackSpeed) boolean
Returns whether the item is intag
.Item.Settings.repairable
(TagKey<Item> repairIngredientsTag) Constructors in net.minecraft.item with parameters of type TagKeyModifierConstructorDescriptionBannerPatternItem
(TagKey<BannerPattern> patternItemTag, Item.Settings settings) GoatHornItem
(TagKey<Instrument> instrumentTag, Item.Settings settings) protected
MiningToolItem
(ToolMaterial material, TagKey<Block> effectiveBlocks, float attackDamage, float attackSpeed, Item.Settings settings) ToolMaterial
(TagKey<Block> tagKey, int int2, float float2, float float3, int int3, TagKey<Item> tagKey2) -
Uses of TagKey in net.minecraft.item.equipment
Fields in net.minecraft.item.equipment declared as TagKeyModifier and TypeFieldDescriptionArmorMaterial.repairIngredient
The field for therepairIngredient
record component.Methods in net.minecraft.item.equipment that return TagKeyModifier and TypeMethodDescriptionArmorMaterial.repairIngredient()
Returns the value of therepairIngredient
record component.Constructors in net.minecraft.item.equipment with parameters of type TagKeyModifierConstructorDescriptionArmorMaterial
(int int2, Map<EquipmentType, Integer> map, int int3, RegistryEntry<SoundEvent> registryEntry, float float2, float float3, TagKey<Item> tagKey, RegistryKey<EquipmentAsset> registryKey) -
Uses of TagKey in net.minecraft.loot.entry
Fields in net.minecraft.loot.entry declared as TagKeyMethods in net.minecraft.loot.entry with parameters of type TagKeyModifier and TypeMethodDescriptionstatic LeafEntry.Builder
<?> static LeafEntry.Builder
<?> TagEntry.expandBuilder
(TagKey<Item> name) Constructors in net.minecraft.loot.entry with parameters of type TagKeyModifierConstructorDescriptionprivate
TagEntry
(TagKey<Item> name, boolean expand, int weight, int quality, List<LootCondition> conditions, List<LootFunction> functions) -
Uses of TagKey in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as TagKeyModifier and TypeFieldDescriptionExplorationMapLootFunction.DEFAULT_DESTINATION
ExplorationMapLootFunction.Builder.destination
ExplorationMapLootFunction.destination
private final TagKey
<Instrument> SetInstrumentLootFunction.options
Methods in net.minecraft.loot.function with parameters of type TagKeyModifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder
<?> SetInstrumentLootFunction.builder
(TagKey<Instrument> options) ExplorationMapLootFunction.Builder.withDestination
(TagKey<Structure> destination) Constructors in net.minecraft.loot.function with parameters of type TagKeyModifierConstructorDescription(package private)
ExplorationMapLootFunction
(List<LootCondition> conditions, TagKey<Structure> destination, RegistryEntry<MapDecorationType> decoration, byte zoom, int searchRadius, boolean skipExistingChunks) private
SetInstrumentLootFunction
(List<LootCondition> conditions, TagKey<Instrument> options) -
Uses of TagKey in net.minecraft.predicate
Fields in net.minecraft.predicate declared as TagKeyMethods in net.minecraft.predicate that return TagKeyModifier and TypeMethodDescriptionTagPredicate.tag()
Returns the value of thetag
record component.Methods in net.minecraft.predicate with parameters of type TagKeyModifier and TypeMethodDescriptionstatic <T> TagPredicate
<T> BlockPredicate.Builder.tag
(RegistryEntryLookup<Block> blockRegistry, TagKey<Block> tag) static <T> TagPredicate
<T> TagPredicate.unexpected
(TagKey<T> tag) Constructors in net.minecraft.predicate with parameters of type TagKeyModifierConstructorDescriptionTagPredicate
(TagKey<T> tag, boolean expected) Creates an instance of aTagPredicate
record class. -
Uses of TagKey in net.minecraft.predicate.entity
Methods in net.minecraft.predicate.entity with parameters of type TagKeyModifier and TypeMethodDescriptionstatic EntityTypePredicate
EntityTypePredicate.create
(RegistryEntryLookup<EntityType<?>> entityTypeRegistry, TagKey<EntityType<?>> tag) EntityPredicate.Builder.type
(RegistryEntryLookup<EntityType<?>> entityTypeRegistry, TagKey<EntityType<?>> tag) -
Uses of TagKey in net.minecraft.predicate.item
Methods in net.minecraft.predicate.item with parameters of type TagKeyModifier and TypeMethodDescriptionItemPredicate.Builder.tag
(RegistryEntryLookup<Item> itemRegistry, TagKey<Item> tag) -
Uses of TagKey in net.minecraft.recipe.display
Fields in net.minecraft.recipe.display declared as TagKeyModifier and TypeFieldDescriptionSlotDisplay.TagSlotDisplay.tag
The field for thetag
record component.Methods in net.minecraft.recipe.display that return TagKeyModifier and TypeMethodDescriptionSlotDisplay.TagSlotDisplay.tag()
Returns the value of thetag
record component.Constructors in net.minecraft.recipe.display with parameters of type TagKey -
Uses of TagKey in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type TagKeyModifier and TypeFieldDescriptionprivate final Map
<TagKey<T>, RegistryEntryList.Named<T>> SimpleRegistry.tags
Methods in net.minecraft.registry that return types with arguments of type TagKeyMethods in net.minecraft.registry with parameters of type TagKeyModifier and TypeMethodDescriptionprivate RegistryEntryList.Named
<T> SimpleRegistry.createNamedEntryList
(TagKey<T> tag) private RegistryEntry.Reference
<T> SimpleRegistry.ensureTagable
(TagKey<T> key, RegistryEntry<T> entry) RegistryBuilder.EntryListCreatingLookup.getOptional
(TagKey<T> tag) RegistryEntryLookup.getOptional
(TagKey<T> tag) default Optional
<RegistryEntryList.Named<T>> RegistryWrapper.Impl.Delegating.getOptional
(TagKey<T> tag) SimpleRegistry.getOptional
(TagKey<T> tag) SimpleRegistry.TagLookup.getOptional
(TagKey<T> key) default RegistryEntryList.Named
<T> RegistryEntryLookup.getOrThrow
(TagKey<T> tag) default Optional
<RegistryEntry<T>> Registry.getRandomEntry
(TagKey<T> tag, Random random) Returns a random entry fromtag
, or an emptyOptional
if the tag is empty.(package private) RegistryEntryList.Named
<T> default Iterable
<RegistryEntry<T>> Registry.iterateEntries
(TagKey<T> tag) Returns an iterable of values that are assignedtag
, or an empty iterable if the tag is not known to the registry.void
MutableRegistry.setEntries
(TagKey<T> tag, List<RegistryEntry<T>> entries) void
SimpleRegistry.setEntries
(TagKey<T> tag, List<RegistryEntry<T>> entries) Method parameters in net.minecraft.registry with type arguments of type TagKeyModifier and TypeMethodDescriptionvoid
SimpleRegistry.TagLookup.forEach
(BiConsumer<? super TagKey<T>, ? super RegistryEntryList.Named<T>> consumer) static <T> SimpleRegistry.TagLookup
<T> SimpleRegistry.TagLookup.fromMap
(Map<TagKey<T>, RegistryEntryList.Named<T>> map) -
Uses of TagKey in net.minecraft.registry.entry
Fields in net.minecraft.registry.entry declared as TagKeyFields in net.minecraft.registry.entry with type parameters of type TagKeyModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec
<com.mojang.datafixers.util.Either<TagKey<E>, List<RegistryEntry<E>>>> RegistryEntryListCodec.entryListStorageCodec
RegistryEntry.Reference.tags
Methods in net.minecraft.registry.entry that return TagKeyModifier and TypeMethodDescriptionRegistryEntryList.Named.getTag()
Returns the tag key that this list references.Methods in net.minecraft.registry.entry that return types with arguments of type TagKeyModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either
<TagKey<T>, List<RegistryEntry<T>>> RegistryEntryList.Direct.getStorage()
Returns the object that identifies this registry entry list.com.mojang.datafixers.util.Either
<TagKey<T>, List<RegistryEntry<T>>> RegistryEntryList.getStorage()
Returns the object that identifies this registry entry list.com.mojang.datafixers.util.Either
<TagKey<T>, List<RegistryEntry<T>>> RegistryEntryList.Named.getStorage()
Returns the object that identifies this registry entry list.RegistryEntryList.Direct.getTagKey()
RegistryEntryList.getTagKey()
RegistryEntryList.Named.getTagKey()
RegistryEntry.Reference.getTags()
RegistryEntry.Direct.streamTags()
Returns a stream of the tags of this entry, or an empty stream if this is a direct entry.RegistryEntry.Reference.streamTags()
Returns a stream of the tags of this entry, or an empty stream if this is a direct entry.RegistryEntry.streamTags()
Returns a stream of the tags of this entry, or an empty stream if this is a direct entry.Methods in net.minecraft.registry.entry with parameters of type TagKeyModifier and TypeMethodDescriptionprivate static <E> com.mojang.serialization.DataResult
<RegistryEntryList<E>> RegistryEntryListCodec.get
(RegistryEntryLookup<E> registry, TagKey<E> tag) boolean
Returns whether this entry is intag
.boolean
Returns whether this entry is intag
.boolean
Returns whether this entry is intag
.static <T> RegistryEntryList.Named
<T> RegistryEntryList.of
(RegistryEntryOwner<T> owner, TagKey<T> tagKey) Deprecated.Method parameters in net.minecraft.registry.entry with type arguments of type TagKeyModifier and TypeMethodDescription(package private) void
RegistryEntry.Reference.setTags
(Collection<TagKey<T>> tags) Constructors in net.minecraft.registry.entry with parameters of type TagKeyModifierConstructorDescription(package private)
Named
(RegistryEntryOwner<T> owner, TagKey<T> tag) -
Uses of TagKey in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag declared as TagKeyModifier and TypeFieldDescriptionBlockTags.ACACIA_LOGS
ItemTags.ACACIA_LOGS
static final TagKey
<PointOfInterestType> PointOfInterestTypeTags.ACQUIRABLE_JOB_SITE
BlockTags.AIR
BlockTags.ALL_HANGING_SIGNS
BlockTags.ALL_SIGNS
GameEventTags.ALLAY_CAN_LISTEN
BiomeTags.ALLOWS_SURFACE_SLIME_SPAWNS
static final TagKey
<DamageType> DamageTypeTags.ALWAYS_HURTS_ENDER_DRAGONS
static final TagKey
<DamageType> DamageTypeTags.ALWAYS_KILLS_ARMOR_STANDS
static final TagKey
<DamageType> DamageTypeTags.ALWAYS_MOST_SIGNIFICANT_FALL
static final TagKey
<DamageType> DamageTypeTags.ALWAYS_TRIGGERS_SILVERFISH
BiomeTags.ANCIENT_CITY_HAS_STRUCTURE
BlockTags.ANCIENT_CITY_REPLACEABLE
BlockTags.ANIMALS_SPAWNABLE_ON
BlockTags.ANVIL
ItemTags.ANVIL
static final TagKey
<EntityType<?>> EntityTypeTags.AQUATIC
ItemTags.ARMADILLO_FOOD
BlockTags.ARMADILLO_SPAWNABLE_ON
ItemTags.ARMOR_ENCHANTABLE
static final TagKey
<Enchantment> EnchantmentTags.ARMOR_EXCLUSIVE_SET
static final TagKey
<EntityType<?>> EntityTypeTags.ARROWS
ItemTags.ARROWS
static final TagKey
<EntityType<?>> EntityTypeTags.ARTHROPOD
static final TagKey
<DamageType> DamageTypeTags.AVOIDS_GUARDIAN_THORNS
BlockTags.AXE_MINEABLE
ItemTags.AXES
static final TagKey
<EntityType<?>> EntityTypeTags.AXOLOTL_ALWAYS_HOSTILES
ItemTags.AXOLOTL_FOOD
static final TagKey
<EntityType<?>> EntityTypeTags.AXOLOTL_HUNT_TARGETS
BlockTags.AXOLOTLS_SPAWNABLE_ON
BlockTags.AZALEA_GROWS_ON
BlockTags.AZALEA_ROOT_REPLACEABLE
BlockTags.BADLANDS_TERRACOTTA
BlockTags.BAMBOO_BLOCKS
ItemTags.BAMBOO_BLOCKS
BlockTags.BAMBOO_PLANTABLE_ON
BlockTags.BANNERS
ItemTags.BANNERS
BlockTags.BASE_STONE_NETHER
BlockTags.BASE_STONE_OVERWORLD
BiomeTags.BASTION_REMNANT_HAS_STRUCTURE
BlockTags.BATS_SPAWNABLE_ON
BlockTags.BEACON_BASE_BLOCKS
ItemTags.BEACON_PAYMENT_ITEMS
BlockTags.BEDS
ItemTags.BEDS
BlockTags.BEE_ATTRACTIVE
ItemTags.BEE_FOOD
BlockTags.BEE_GROWABLES
static final TagKey
<PointOfInterestType> PointOfInterestTypeTags.BEE_HOME
static final TagKey
<EntityType<?>> EntityTypeTags.BEEHIVE_INHABITORS
BlockTags.BEEHIVES
BlockTags.BIG_DRIPLEAF_PLACEABLE
BlockTags.BIRCH_LOGS
ItemTags.BIRCH_LOGS
BlockTags.BLOCKS_WIND_CHARGE_EXPLOSIONS
static final TagKey
<EntityType<?>> EntityTypeTags.BOAT
ItemTags.BOATS
ItemTags.BOOKSHELF_BOOKS
static final TagKey
<Enchantment> EnchantmentTags.BOOTS_EXCLUSIVE_SET
static final TagKey
<BannerPattern> BannerPatternTags.BORDURE_INDENTED_PATTERN_ITEM
ItemTags.BOW_ENCHANTABLE
static final TagKey
<Enchantment> EnchantmentTags.BOW_EXCLUSIVE_SET
ItemTags.BREAKS_DECORATED_POTS
ItemTags.BREWING_FUEL
ItemTags.BUNDLES
BiomeTags.BURIED_TREASURE_HAS_STRUCTURE
static final TagKey
<DamageType> DamageTypeTags.BURN_FROM_STEPPING
static final TagKey
<DamageType> DamageTypeTags.BURNS_ARMOR_STANDS
BlockTags.BUTTONS
ItemTags.BUTTONS
static final TagKey
<DamageType> DamageTypeTags.BYPASSES_ARMOR
static final TagKey
<DamageType> DamageTypeTags.BYPASSES_COOLDOWN
static final TagKey
<DamageType> DamageTypeTags.BYPASSES_EFFECTS
static final TagKey
<DamageType> DamageTypeTags.BYPASSES_ENCHANTMENTS
static final TagKey
<DamageType> DamageTypeTags.BYPASSES_INVULNERABILITY
static final TagKey
<DamageType> DamageTypeTags.BYPASSES_RESISTANCE
static final TagKey
<DamageType> DamageTypeTags.BYPASSES_SHIELD
static final TagKey
<DamageType> DamageTypeTags.BYPASSES_WOLF_ARMOR
ItemTags.CAMEL_FOOD
BlockTags.CAMEL_SAND_STEP_SOUND_BLOCKS
BlockTags.CAMPFIRES
static final TagKey
<DamageType> DamageTypeTags.CAN_BREAK_ARMOR_STAND
static final TagKey
<EntityType<?>> EntityTypeTags.CAN_BREATHE_UNDER_WATER
static final TagKey
<EntityType<?>> EntityTypeTags.CAN_TURN_IN_BOATS
BlockTags.CANDLE_CAKES
BlockTags.CANDLES
ItemTags.CANDLES
ItemTags.CAT_FOOD
StructureTags.CATS_SPAWN_AS_BLACK
StructureTags.CATS_SPAWN_IN
BlockTags.CAULDRONS
BlockTags.CAVE_VINES
BlockTags.CEILING_HANGING_SIGNS
BlockTags.CHERRY_LOGS
ItemTags.CHERRY_LOGS
ItemTags.CHEST_ARMOR
ItemTags.CHEST_ARMOR_ENCHANTABLE
ItemTags.CHEST_BOATS
ItemTags.CHICKEN_FOOD
BlockTags.CLIMBABLE
ItemTags.CLUSTER_MAX_HARVESTABLES
BlockTags.COAL_ORES
ItemTags.COAL_ORES
ItemTags.COALS
BlockTags.COMBINATION_STEP_SOUND_BLOCKS
ItemTags.COMPASSES
BlockTags.COMPLETES_FIND_TREE_TUTORIAL
ItemTags.COMPLETES_FIND_TREE_TUTORIAL
BlockTags.CONCRETE_POWDER
BlockTags.CONVERTABLE_TO_MUD
BlockTags.COPPER_ORES
ItemTags.COPPER_ORES
BlockTags.CORAL_BLOCKS
BlockTags.CORAL_PLANTS
BlockTags.CORALS
ItemTags.COW_FOOD
ItemTags.CREEPER_DROP_MUSIC_DISCS
ItemTags.CREEPER_IGNITERS
static final TagKey
<BannerPattern> BannerPatternTags.CREEPER_PATTERN_ITEM
BlockTags.CRIMSON_STEMS
ItemTags.CRIMSON_STEMS
BlockTags.CROPS
ItemTags.CROSSBOW_ENCHANTABLE
static final TagKey
<Enchantment> EnchantmentTags.CROSSBOW_EXCLUSIVE_SET
BlockTags.CRYSTAL_SOUND_BLOCKS
static final TagKey
<Enchantment> EnchantmentTags.CURSE
static final TagKey
<Enchantment> EnchantmentTags.DAMAGE_EXCLUSIVE_SET
static final TagKey
<DamageType> DamageTypeTags.DAMAGES_HELMET
BlockTags.DAMPENS_VIBRATIONS
ItemTags.DAMPENS_VIBRATIONS
BlockTags.DARK_OAK_LOGS
ItemTags.DARK_OAK_LOGS
BlockTags.DEAD_BUSH_MAY_PLACE_ON
ItemTags.DECORATED_POT_INGREDIENTS
ItemTags.DECORATED_POT_SHERDS
BlockTags.DEEPSLATE_ORE_REPLACEABLES
static final TagKey
<CatVariant> CatVariantTags.DEFAULT_SPAWNS
static final TagKey
<EntityType<?>> EntityTypeTags.DEFLECTS_PROJECTILES
static final TagKey
<Enchantment> EnchantmentTags.DESERT_COMMON_TRADE
BiomeTags.DESERT_PYRAMID_HAS_STRUCTURE
static final TagKey
<Enchantment> EnchantmentTags.DESERT_SPECIAL_TRADE
BlockTags.DIAMOND_ORES
ItemTags.DIAMOND_ORES
ItemTags.DIAMOND_TOOL_MATERIALS
BlockTags.DIRT
ItemTags.DIRT
static final TagKey
<EntityType<?>> EntityTypeTags.DISMOUNTS_UNDERWATER
BlockTags.DOES_NOT_BLOCK_HOPPERS
StructureTags.DOLPHIN_LOCATED
BlockTags.DOORS
ItemTags.DOORS
static final TagKey
<Enchantment> EnchantmentTags.DOUBLE_TRADE_PRICE
BlockTags.DRAGON_IMMUNE
BlockTags.DRAGON_TRANSPARENT
BlockTags.DRIPSTONE_REPLACEABLE_BLOCKS
ItemTags.DROWNED_PREFERRED_WEAPONS
ItemTags.DUPLICATES_ALLAYS
ItemTags.DURABILITY_ENCHANTABLE
ItemTags.DYEABLE
BlockTags.EMERALD_ORES
ItemTags.EMERALD_ORES
BlockTags.ENCHANTMENT_POWER_PROVIDER
BlockTags.ENCHANTMENT_POWER_TRANSMITTER
BiomeTags.END_CITY_HAS_STRUCTURE
BlockTags.ENDERMAN_HOLDABLE
ItemTags.EQUIPPABLE_ENCHANTABLE
static final TagKey
<WorldPreset> WorldPresetTags.EXTENDED
StructureTags.EYE_OF_ENDER_LOCATED
static final TagKey
<EntityType<?>> EntityTypeTags.FALL_DAMAGE_IMMUNE
BlockTags.FALL_DAMAGE_RESETTING
BlockTags.FEATURES_CANNOT_REPLACE
BlockTags.FENCE_GATES
ItemTags.FENCE_GATES
BlockTags.FENCES
ItemTags.FENCES
static final TagKey
<BannerPattern> BannerPatternTags.FIELD_MASONED_PATTERN_ITEM
BlockTags.FIRE
ItemTags.FIRE_ASPECT_ENCHANTABLE
ItemTags.FISHES
ItemTags.FISHING_ENCHANTABLE
static final TagKey
<BannerPattern> BannerPatternTags.FLOW_PATTERN_ITEM
static final TagKey
<BannerPattern> BannerPatternTags.FLOWER_PATTERN_ITEM
BlockTags.FLOWER_POTS
BlockTags.FLOWERS
ItemTags.FOOT_ARMOR
ItemTags.FOOT_ARMOR_ENCHANTABLE
ItemTags.FOX_FOOD
BlockTags.FOXES_SPAWNABLE_ON
static final TagKey
<EntityType<?>> EntityTypeTags.FREEZE_HURTS_EXTRA_TYPES
static final TagKey
<EntityType<?>> EntityTypeTags.FREEZE_IMMUNE_ENTITY_TYPES
ItemTags.FREEZE_IMMUNE_WEARABLES
static final TagKey
<EntityType<?>> EntityTypeTags.FROG_FOOD
ItemTags.FROG_FOOD
BlockTags.FROG_PREFER_JUMP_TO
BlockTags.FROGS_SPAWNABLE_ON
static final TagKey
<CatVariant> CatVariantTags.FULL_MOON_SPAWNS
ItemTags.FURNACE_MINECART_FUEL
ItemTags.GAZE_DISGUISE_EQUIPMENT
BlockTags.GEODE_INVALID_BLOCKS
static final TagKey
<BannerPattern> BannerPatternTags.GLOBE_PATTERN_ITEM
ItemTags.GOAT_FOOD
static final TagKey
<Instrument> InstrumentTags.GOAT_HORNS
BlockTags.GOATS_SPAWNABLE_ON
BlockTags.GOLD_ORES
ItemTags.GOLD_ORES
ItemTags.GOLD_TOOL_MATERIALS
BlockTags.GUARDED_BY_PIGLINS
static final TagKey
<BannerPattern> BannerPatternTags.GUSTER_PATTERN_ITEM
ItemTags.HANGING_SIGNS
BiomeTags.HAS_CLOSER_WATER_FOG
ItemTags.HEAD_ARMOR
ItemTags.HEAD_ARMOR_ENCHANTABLE
BlockTags.HOE_MINEABLE
ItemTags.HOES
ItemTags.HOGLIN_FOOD
BlockTags.HOGLIN_REPELLENTS
ItemTags.HORSE_FOOD
ItemTags.HORSE_TEMPT_ITEMS
BlockTags.ICE
BiomeTags.IGLOO_HAS_STRUCTURE
static final TagKey
<DamageType> DamageTypeTags.IGNITES_ARMOR_STANDS
GameEventTags.IGNORE_VIBRATIONS_SNEAKING
ItemTags.IGNORED_BY_PIGLIN_BABIES
static final TagKey
<EntityType<?>> EntityTypeTags.IGNORES_POISON_AND_REGEN
static final TagKey
<EntityType<?>> EntityTypeTags.ILLAGER
static final TagKey
<EntityType<?>> EntityTypeTags.ILLAGER_FRIENDS
static final TagKey
<EntityType<?>> EntityTypeTags.IMMUNE_TO_INFESTED
static final TagKey
<EntityType<?>> EntityTypeTags.IMMUNE_TO_OOZING
static final TagKey
<EntityType<?>> EntityTypeTags.IMPACT_PROJECTILES
BlockTags.IMPERMEABLE
static final TagKey
<Enchantment> EnchantmentTags.IN_ENCHANTING_TABLE
BlockTags.INCORRECT_FOR_DIAMOND_TOOL
BlockTags.INCORRECT_FOR_GOLD_TOOL
BlockTags.INCORRECT_FOR_IRON_TOOL
BlockTags.INCORRECT_FOR_NETHERITE_TOOL
BlockTags.INCORRECT_FOR_STONE_TOOL
BlockTags.INCORRECT_FOR_WOODEN_TOOL
BiomeTags.INCREASED_FIRE_BURNOUT
BlockTags.INFINIBURN_END
BlockTags.INFINIBURN_NETHER
BlockTags.INFINIBURN_OVERWORLD
BlockTags.INSIDE_STEP_SOUND_BLOCKS
BlockTags.INVALID_SPAWN_INSIDE
static final TagKey
<EntityType<?>> EntityTypeTags.INVERTED_HEALING_AND_HARM
BlockTags.IRON_ORES
ItemTags.IRON_ORES
ItemTags.IRON_TOOL_MATERIALS
BiomeTags.IS_BADLANDS
BiomeTags.IS_BEACH
BiomeTags.IS_DEEP_OCEAN
static final TagKey
<DamageType> DamageTypeTags.IS_DROWNING
BiomeTags.IS_END
static final TagKey
<DamageType> DamageTypeTags.IS_EXPLOSION
static final TagKey
<DamageType> DamageTypeTags.IS_FALL
static final TagKey
<DamageType> DamageTypeTags.IS_FIRE
BiomeTags.IS_FOREST
static final TagKey
<DamageType> DamageTypeTags.IS_FREEZING
BiomeTags.IS_HILL
BiomeTags.IS_JUNGLE
static final TagKey
<DamageType> DamageTypeTags.IS_LIGHTNING
BiomeTags.IS_MOUNTAIN
BiomeTags.IS_NETHER
BiomeTags.IS_OCEAN
BiomeTags.IS_OVERWORLD
static final TagKey
<DamageType> DamageTypeTags.IS_PLAYER_ATTACK
static final TagKey
<DamageType> DamageTypeTags.IS_PROJECTILE
BiomeTags.IS_RIVER
BiomeTags.IS_SAVANNA
BiomeTags.IS_TAIGA
static final TagKey
<Enchantment> EnchantmentTags.JUNGLE_COMMON_TRADE
BlockTags.JUNGLE_LOGS
ItemTags.JUNGLE_LOGS
static final TagKey
<Enchantment> EnchantmentTags.JUNGLE_SPECIAL_TRADE
BiomeTags.JUNGLE_TEMPLE_HAS_STRUCTURE
BlockTags.LAPIS_ORES
ItemTags.LAPIS_ORES
FluidTags.LAVA
BlockTags.LAVA_POOL_STONE_CANNOT_REPLACE
BlockTags.LEAVES
ItemTags.LEAVES
ItemTags.LECTERN_BOOKS
ItemTags.LEG_ARMOR
ItemTags.LEG_ARMOR_ENCHANTABLE
ItemTags.LLAMA_FOOD
ItemTags.LLAMA_TEMPT_ITEMS
BlockTags.LOGS
ItemTags.LOGS
BlockTags.LOGS_THAT_BURN
ItemTags.LOGS_THAT_BURN
BlockTags.LUSH_GROUND_REPLACEABLE
ItemTags.MACE_ENCHANTABLE
static final TagKey
<DamageType> DamageTypeTags.MACE_SMASH
BlockTags.MAINTAINS_FARMLAND
BlockTags.MANGROVE_LOGS
ItemTags.MANGROVE_LOGS
BlockTags.MANGROVE_LOGS_CAN_GROW_THROUGH
BlockTags.MANGROVE_ROOTS_CAN_GROW_THROUGH
ItemTags.MAP_INVISIBILITY_EQUIPMENT
ItemTags.MEAT
StructureTags.MINESHAFT
BiomeTags.MINESHAFT_BLOCKING
BiomeTags.MINESHAFT_HAS_STRUCTURE
BiomeTags.MINESHAFT_MESA_HAS_STRUCTURE
ItemTags.MINING_ENCHANTABLE
static final TagKey
<Enchantment> EnchantmentTags.MINING_EXCLUSIVE_SET
ItemTags.MINING_LOOT_ENCHANTABLE
BlockTags.MOB_INTERACTABLE_DOORS
static final TagKey
<BannerPattern> BannerPatternTags.MOJANG_PATTERN_ITEM
BlockTags.MOOSHROOMS_SPAWNABLE_ON
BiomeTags.MORE_FREQUENT_DROWNED_SPAWNS
BlockTags.MOSS_REPLACEABLE
BlockTags.MUSHROOM_GROW_BLOCK
BlockTags.NEEDS_DIAMOND_TOOL
BlockTags.NEEDS_IRON_TOOL
BlockTags.NEEDS_STONE_TOOL
BlockTags.NETHER_CARVER_REPLACEABLES
BiomeTags.NETHER_FORTRESS_HAS_STRUCTURE
BiomeTags.NETHER_FOSSIL_HAS_STRUCTURE
ItemTags.NETHERITE_TOOL_MATERIALS
static final TagKey
<DamageType> DamageTypeTags.NO_ANGER
static final TagKey
<EntityType<?>> EntityTypeTags.NO_ANGER_FROM_WIND_CHARGE
static final TagKey
<DamageType> DamageTypeTags.NO_IMPACT
static final TagKey
<BannerPattern> BannerPatternTags.NO_ITEM_REQUIRED
static final TagKey
<DamageType> DamageTypeTags.NO_KNOCKBACK
static final TagKey
<EntityType<?>> EntityTypeTags.NON_CONTROLLING_RIDER
ItemTags.NON_FLAMMABLE_WOOD
static final TagKey
<Enchantment> EnchantmentTags.NON_TREASURE
static final TagKey
<WorldPreset> WorldPresetTags.NORMAL
static final TagKey
<EntityType<?>> EntityTypeTags.NOT_SCARY_FOR_PUFFERFISH
ItemTags.NOTEBLOCK_TOP_INSTRUMENTS
BlockTags.NYLIUM
BlockTags.OAK_LOGS
ItemTags.OAK_LOGS
BlockTags.OCCLUDES_VIBRATION_SIGNALS
BiomeTags.OCEAN_MONUMENT_HAS_STRUCTURE
StructureTags.OCEAN_RUIN
BiomeTags.OCEAN_RUIN_COLD_HAS_STRUCTURE
BiomeTags.OCEAN_RUIN_WARM_HAS_STRUCTURE
ItemTags.OCELOT_FOOD
StructureTags.ON_DESERT_VILLAGE_MAPS
StructureTags.ON_JUNGLE_EXPLORER_MAPS
static final TagKey
<Enchantment> EnchantmentTags.ON_MOB_SPAWN_EQUIPMENT
StructureTags.ON_OCEAN_EXPLORER_MAPS
StructureTags.ON_PLAINS_VILLAGE_MAPS
static final TagKey
<Enchantment> EnchantmentTags.ON_RANDOM_LOOT
StructureTags.ON_SAVANNA_VILLAGE_MAPS
StructureTags.ON_SNOWY_VILLAGE_MAPS
StructureTags.ON_SWAMP_EXPLORER_MAPS
StructureTags.ON_TAIGA_VILLAGE_MAPS
static final TagKey
<Enchantment> EnchantmentTags.ON_TRADED_EQUIPMENT
StructureTags.ON_TREASURE_MAPS
StructureTags.ON_TRIAL_CHAMBERS_MAPS
StructureTags.ON_WOODLAND_EXPLORER_MAPS
BlockTags.OVERWORLD_CARVER_REPLACEABLES
BlockTags.OVERWORLD_NATURAL_LOGS
BlockTags.PALE_OAK_LOGS
ItemTags.PALE_OAK_LOGS
ItemTags.PANDA_EATS_FROM_GROUND
ItemTags.PANDA_FOOD
static final TagKey
<DamageType> DamageTypeTags.PANIC_CAUSES
static final TagKey
<DamageType> DamageTypeTags.PANIC_ENVIRONMENTAL_CAUSES
ItemTags.PARROT_FOOD
ItemTags.PARROT_POISONOUS_FOOD
BlockTags.PARROTS_SPAWNABLE_ON
BlockTags.PICKAXE_MINEABLE
ItemTags.PICKAXES
ItemTags.PIG_FOOD
ItemTags.PIGLIN_FOOD
ItemTags.PIGLIN_LOVED
static final TagKey
<BannerPattern> BannerPatternTags.PIGLIN_PATTERN_ITEM
ItemTags.PIGLIN_PREFERRED_WEAPONS
BlockTags.PIGLIN_REPELLENTS
ItemTags.PIGLIN_REPELLENTS
ItemTags.PIGLIN_SAFE_ARMOR
BiomeTags.PILLAGER_OUTPOST_HAS_STRUCTURE
ItemTags.PILLAGER_PREFERRED_WEAPONS
static final TagKey
<PaintingVariant> PaintingVariantTags.PLACEABLE
static final TagKey
<Enchantment> EnchantmentTags.PLAINS_COMMON_TRADE
static final TagKey
<Enchantment> EnchantmentTags.PLAINS_SPECIAL_TRADE
BlockTags.PLANKS
ItemTags.PLANKS
BiomeTags.PLAYS_UNDERWATER_MUSIC
BiomeTags.POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS
BlockTags.POLAR_BEARS_SPAWNABLE_ON_ALTERNATE
BlockTags.PORTALS
static final TagKey
<EntityType<?>> EntityTypeTags.POWDER_SNOW_WALKABLE_MOBS
BlockTags.PRESSURE_PLATES
BlockTags.PREVENT_MOB_SPAWNING_INSIDE
static final TagKey
<Enchantment> EnchantmentTags.PREVENTS_BEE_SPAWNS_WHEN_MINING
static final TagKey
<Enchantment> EnchantmentTags.PREVENTS_DECORATED_POT_SHATTERING
static final TagKey
<Enchantment> EnchantmentTags.PREVENTS_ICE_MELTING
static final TagKey
<Enchantment> EnchantmentTags.PREVENTS_INFESTED_SPAWNS
BiomeTags.PRODUCES_CORALS_FROM_BONEMEAL
ItemTags.RABBIT_FOOD
BlockTags.RABBITS_SPAWNABLE_ON
static final TagKey
<EntityType<?>> EntityTypeTags.RAIDERS
BlockTags.RAILS
ItemTags.RAILS
static final TagKey
<EntityType<?>> EntityTypeTags.REDIRECTABLE_PROJECTILE
BlockTags.REDSTONE_ORES
ItemTags.REDSTONE_ORES
BiomeTags.REDUCE_WATER_AMBIENT_SPAWNS
static final TagKey
<Instrument> InstrumentTags.REGULAR_GOAT_HORNS
ItemTags.REPAIRS_CHAIN_ARMOR
ItemTags.REPAIRS_DIAMOND_ARMOR
ItemTags.REPAIRS_GOLD_ARMOR
ItemTags.REPAIRS_IRON_ARMOR
ItemTags.REPAIRS_LEATHER_ARMOR
ItemTags.REPAIRS_NETHERITE_ARMOR
ItemTags.REPAIRS_TURTLE_HELMET
ItemTags.REPAIRS_WOLF_ARMOR
BlockTags.REPLACEABLE
BlockTags.REPLACEABLE_BY_TREES
BiomeTags.REQUIRED_OCEAN_MONUMENT_SURROUNDING
static final TagKey
<Enchantment> EnchantmentTags.RIPTIDE_EXCLUSIVE_SET
StructureTags.RUINED_PORTAL
BiomeTags.RUINED_PORTAL_DESERT_HAS_STRUCTURE
BiomeTags.RUINED_PORTAL_JUNGLE_HAS_STRUCTURE
BiomeTags.RUINED_PORTAL_MOUNTAIN_HAS_STRUCTURE
BiomeTags.RUINED_PORTAL_NETHER_HAS_STRUCTURE
BiomeTags.RUINED_PORTAL_OCEAN_HAS_STRUCTURE
BiomeTags.RUINED_PORTAL_STANDARD_HAS_STRUCTURE
BiomeTags.RUINED_PORTAL_SWAMP_HAS_STRUCTURE
BlockTags.SAND
ItemTags.SAND
BlockTags.SAPLINGS
ItemTags.SAPLINGS
static final TagKey
<Enchantment> EnchantmentTags.SAVANNA_COMMON_TRADE
static final TagKey
<Enchantment> EnchantmentTags.SAVANNA_SPECIAL_TRADE
static final TagKey
<Instrument> InstrumentTags.SCREAMING_GOAT_HORNS
BlockTags.SCULK_REPLACEABLE
BlockTags.SCULK_REPLACEABLE_WORLD_GEN
static final TagKey
<EntityType<?>> EntityTypeTags.SENSITIVE_TO_BANE_OF_ARTHROPODS
static final TagKey
<EntityType<?>> EntityTypeTags.SENSITIVE_TO_IMPALING
static final TagKey
<EntityType<?>> EntityTypeTags.SENSITIVE_TO_SMITE
ItemTags.SHARP_WEAPON_ENCHANTABLE
ItemTags.SHEEP_FOOD
StructureTags.SHIPWRECK
BiomeTags.SHIPWRECK_BEACHED_HAS_STRUCTURE
BiomeTags.SHIPWRECK_HAS_STRUCTURE
BlockTags.SHOVEL_MINEABLE
ItemTags.SHOVELS
GameEventTags.SHRIEKER_CAN_LISTEN
BlockTags.SHULKER_BOXES
ItemTags.SHULKER_BOXES
BlockTags.SIGNS
ItemTags.SIGNS
ItemTags.SKELETON_PREFERRED_WEAPONS
static final TagKey
<EntityType<?>> EntityTypeTags.SKELETONS
static final TagKey
<BannerPattern> BannerPatternTags.SKULL_PATTERN_ITEM
ItemTags.SKULLS
BlockTags.SLABS
ItemTags.SLABS
BlockTags.SMALL_DRIPLEAF_PLACEABLE
BlockTags.SMALL_FLOWERS
ItemTags.SMALL_FLOWERS
static final TagKey
<Enchantment> EnchantmentTags.SMELTS_LOOT
BlockTags.SMELTS_TO_GLASS
ItemTags.SMELTS_TO_GLASS
BlockTags.SNAPS_GOAT_HORN
BlockTags.SNIFFER_DIGGABLE_BLOCK
BlockTags.SNIFFER_EGG_HATCH_BOOST
ItemTags.SNIFFER_FOOD
BlockTags.SNOW
static final TagKey
<Enchantment> EnchantmentTags.SNOW_COMMON_TRADE
BiomeTags.SNOW_GOLEM_MELTS
BlockTags.SNOW_LAYER_CAN_SURVIVE_ON
BlockTags.SNOW_LAYER_CANNOT_SURVIVE_ON
static final TagKey
<Enchantment> EnchantmentTags.SNOW_SPECIAL_TRADE
BlockTags.SOUL_FIRE_BASE_BLOCKS
ItemTags.SOUL_FIRE_BASE_BLOCKS
BlockTags.SOUL_SPEED_BLOCKS
BiomeTags.SPAWNS_COLD_VARIANT_FROGS
BiomeTags.SPAWNS_GOLD_RABBITS
BiomeTags.SPAWNS_SNOW_FOXES
BiomeTags.SPAWNS_WARM_VARIANT_FROGS
BiomeTags.SPAWNS_WHITE_RABBITS
BlockTags.SPRUCE_LOGS
ItemTags.SPRUCE_LOGS
BlockTags.STAIRS
ItemTags.STAIRS
BlockTags.STANDING_SIGNS
BlockTags.STONE_BRICKS
ItemTags.STONE_BRICKS
BlockTags.STONE_BUTTONS
ItemTags.STONE_BUTTONS
ItemTags.STONE_CRAFTING_MATERIALS
BlockTags.STONE_ORE_REPLACEABLES
BlockTags.STONE_PRESSURE_PLATES
ItemTags.STONE_TOOL_MATERIALS
ItemTags.STRIDER_FOOD
ItemTags.STRIDER_TEMPT_ITEMS
BlockTags.STRIDER_WARM_BLOCKS
BiomeTags.STRONGHOLD_BIASED_TO
BiomeTags.STRONGHOLD_HAS_STRUCTURE
static final TagKey
<Enchantment> EnchantmentTags.SWAMP_COMMON_TRADE
BiomeTags.SWAMP_HUT_HAS_STRUCTURE
static final TagKey
<Enchantment> EnchantmentTags.SWAMP_SPECIAL_TRADE
BlockTags.SWORD_EFFICIENT
ItemTags.SWORD_ENCHANTABLE
ItemTags.SWORDS
static final TagKey
<Enchantment> EnchantmentTags.TAIGA_COMMON_TRADE
static final TagKey
<Enchantment> EnchantmentTags.TAIGA_SPECIAL_TRADE
BlockTags.TERRACOTTA
ItemTags.TERRACOTTA
static final TagKey
<Enchantment> EnchantmentTags.TOOLTIP_ORDER
static final TagKey
<Enchantment> EnchantmentTags.TRADEABLE
BiomeTags.TRAIL_RUINS_HAS_STRUCTURE
BlockTags.TRAIL_RUINS_REPLACEABLE
BlockTags.TRAPDOORS
ItemTags.TRAPDOORS
static final TagKey
<Enchantment> EnchantmentTags.TREASURE
BiomeTags.TRIAL_CHAMBERS_HAS_STRUCTURE
ItemTags.TRIDENT_ENCHANTABLE
ItemTags.TRIM_MATERIALS
ItemTags.TRIMMABLE_ARMOR
ItemTags.TURTLE_FOOD
static final TagKey
<EntityType<?>> EntityTypeTags.UNDEAD
BlockTags.UNDERWATER_BONEMEALS
BlockTags.UNSTABLE_BOTTOM_CENTER
BlockTags.VALID_SPAWN
ItemTags.VANISHING_ENCHANTABLE
BlockTags.VIBRATION_RESONATORS
GameEventTags.VIBRATIONS
static final TagKey
<PointOfInterestType> PointOfInterestTypeTags.VILLAGE
StructureTags.VILLAGE
BiomeTags.VILLAGE_DESERT_HAS_STRUCTURE
BiomeTags.VILLAGE_PLAINS_HAS_STRUCTURE
BiomeTags.VILLAGE_SAVANNA_HAS_STRUCTURE
BiomeTags.VILLAGE_SNOWY_HAS_STRUCTURE
BiomeTags.VILLAGE_TAIGA_HAS_STRUCTURE
ItemTags.VILLAGER_PICKS_UP
ItemTags.VILLAGER_PLANTABLE_SEEDS
static final TagKey
<FlatLevelGeneratorPreset> FlatLevelGeneratorPresetTags.VISIBLE
BlockTags.WALL_CORALS
BlockTags.WALL_HANGING_SIGNS
BlockTags.WALL_POST_OVERRIDE
BlockTags.WALL_SIGNS
BlockTags.WALLS
ItemTags.WALLS
GameEventTags.WARDEN_CAN_LISTEN
BlockTags.WARPED_STEMS
ItemTags.WARPED_STEMS
BlockTags.WART_BLOCKS
ItemTags.WART_BLOCKS
FluidTags.WATER
BiomeTags.WATER_ON_MAP_OUTLINES
ItemTags.WEAPON_ENCHANTABLE
static final TagKey
<DamageType> DamageTypeTags.WITCH_RESISTANT_TO
static final TagKey
<EntityType<?>> EntityTypeTags.WITHER_FRIENDS
BlockTags.WITHER_IMMUNE
static final TagKey
<DamageType> DamageTypeTags.WITHER_IMMUNE_TO
ItemTags.WITHER_SKELETON_DISLIKED_WEAPONS
BlockTags.WITHER_SUMMON_BASE_BLOCKS
BiomeTags.WITHOUT_PATROL_SPAWNS
BiomeTags.WITHOUT_WANDERING_TRADER_SPAWNS
BiomeTags.WITHOUT_ZOMBIE_SIEGES
ItemTags.WOLF_FOOD
BlockTags.WOLVES_SPAWNABLE_ON
BlockTags.WOODEN_BUTTONS
ItemTags.WOODEN_BUTTONS
BlockTags.WOODEN_DOORS
ItemTags.WOODEN_DOORS
BlockTags.WOODEN_FENCES
ItemTags.WOODEN_FENCES
BlockTags.WOODEN_PRESSURE_PLATES
ItemTags.WOODEN_PRESSURE_PLATES
BlockTags.WOODEN_SLABS
ItemTags.WOODEN_SLABS
BlockTags.WOODEN_STAIRS
ItemTags.WOODEN_STAIRS
ItemTags.WOODEN_TOOL_MATERIALS
BlockTags.WOODEN_TRAPDOORS
ItemTags.WOODEN_TRAPDOORS
BiomeTags.WOODLAND_MANSION_HAS_STRUCTURE
BlockTags.WOOL
ItemTags.WOOL
BlockTags.WOOL_CARPETS
ItemTags.WOOL_CARPETS
static final TagKey
<EntityType<?>> EntityTypeTags.ZOMBIES
Fields in net.minecraft.registry.tag with type parameters of type TagKeyModifier and TypeFieldDescriptionTagKey.INTERNER
TagGroupLoader.RegistryTags.tags
The field for thetags
record component.Methods in net.minecraft.registry.tag that return TagKeyModifier and TypeMethodDescriptionprivate static TagKey
<BannerPattern> private static TagKey
<CatVariant> private static TagKey
<DamageType> private static TagKey
<Enchantment> private static TagKey
<EntityType<?>> private static TagKey
<FlatLevelGeneratorPreset> private static TagKey
<Instrument> private static TagKey
<PaintingVariant> private static TagKey
<PointOfInterestType> static <T> TagKey
<T> TagKey.of
(RegistryKey<? extends Registry<T>> registryRef, Identifier id) private static TagKey
<WorldPreset> Methods in net.minecraft.registry.tag that return types with arguments of type TagKeyModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec
<TagKey<T>> TagKey.codec
(RegistryKey<? extends Registry<T>> registryRef) static <T> PacketCodec
<ByteBuf, TagKey<T>> TagKey.packetCodec
(RegistryKey<? extends Registry<T>> registryRef) TagGroupLoader.RegistryTags.tags()
Returns the value of thetags
record component.private static <T> Map
<TagKey<T>, List<RegistryEntry<T>>> TagGroupLoader.toTagKeyedMap
(RegistryKey<? extends Registry<T>> registryRef, Map<Identifier, List<RegistryEntry<T>>> tags) TagKey.tryCast
(RegistryKey<? extends Registry<E>> registryRef) static <T> com.mojang.serialization.Codec
<TagKey<T>> TagKey.unprefixedCodec
(RegistryKey<? extends Registry<T>> registryRef) Constructor parameters in net.minecraft.registry.tag with type arguments of type TagKeyModifierConstructorDescriptionRegistryTags
(RegistryKey<? extends Registry<T>> registryKey, Map<TagKey<T>, List<RegistryEntry<T>>> map) -
Uses of TagKey in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type TagKey -
Uses of TagKey in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as TagKeyConstructors in net.minecraft.structure.processor with parameters of type TagKeyModifierConstructorDescriptionProtectedBlocksStructureProcessor
(TagKey<Block> protectedBlocksTag) -
Uses of TagKey in net.minecraft.structure.rule
Fields in net.minecraft.structure.rule declared as TagKeyConstructors in net.minecraft.structure.rule with parameters of type TagKey -
Uses of TagKey in net.minecraft.village
Fields in net.minecraft.village declared as TagKeyModifier and TypeFieldDescriptionprivate final TagKey
<Enchantment> TradeOffers.EnchantBookFactory.possibleEnchantments
TradeOffers.SellMapFactory.structure
Constructors in net.minecraft.village with parameters of type TagKeyModifierConstructorDescriptionEnchantBookFactory
(int experience, int minLevel, int maxLevel, TagKey<Enchantment> possibleEnchantments) EnchantBookFactory
(int experience, TagKey<Enchantment> possibleEnchantments) SellMapFactory
(int price, TagKey<Structure> structure, String nameKey, RegistryEntry<MapDecorationType> decoration, int maxUses, int experience) -
Uses of TagKey in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as TagKeyModifier and TypeFieldDescriptionDimensionType.infiniburn
The field for theinfiniburn
record component.Methods in net.minecraft.world.dimension that return TagKeyModifier and TypeMethodDescriptionDimensionType.infiniburn()
Returns the value of theinfiniburn
record component.Constructors in net.minecraft.world.dimension with parameters of type TagKeyModifierConstructorDescriptionDimensionType
(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean bedWorks, boolean piglinSafe, int minY, int height, int logicalHeight, TagKey<Block> infiniburn, Identifier effects, float ambientLight, DimensionType.MonsterSettings monsterSettings) -
Uses of TagKey in net.minecraft.world.event
Methods in net.minecraft.world.event that return TagKey -
Uses of TagKey in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type TagKeyModifier and TypeMethodDescriptionStructureAccessor.getStructureContaining
(BlockPos pos, TagKey<Structure> tag) -
Uses of TagKey in net.minecraft.world.gen.blockpredicate
Fields in net.minecraft.world.gen.blockpredicate declared as TagKeyMethods in net.minecraft.world.gen.blockpredicate with parameters of type TagKeyModifier and TypeMethodDescriptionstatic BlockPredicate
BlockPredicate.matchingBlockTag
(TagKey<Block> offset) static BlockPredicate
BlockPredicate.matchingBlockTag
(Vec3i offset, TagKey<Block> tag) Constructors in net.minecraft.world.gen.blockpredicate with parameters of type TagKeyModifierConstructorDescriptionprotected
MatchingBlockTagPredicate
(Vec3i offset, TagKey<Block> tag) -
Uses of TagKey in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as TagKeyModifier and TypeFieldDescriptionGeodeLayerConfig.cannotReplace
GeodeLayerConfig.invalidBlocks
VegetationPatchFeatureConfig.replaceable
RootSystemFeatureConfig.rootReplaceable
Methods in net.minecraft.world.gen.feature with parameters of type TagKeyModifier and TypeMethodDescriptionstatic Predicate
<BlockState> Feature.notInBlockTagPredicate
(TagKey<Block> tag) Constructors in net.minecraft.world.gen.feature with parameters of type TagKeyModifierConstructorDescriptionGeodeLayerConfig
(BlockStateProvider fillingProvider, BlockStateProvider innerLayerProvider, BlockStateProvider alternateInnerLayerProvider, BlockStateProvider middleLayerProvider, BlockStateProvider outerLayerProvider, List<BlockState> innerBlocks, TagKey<Block> cannotReplace, TagKey<Block> invalidBlocks) RootSystemFeatureConfig
(RegistryEntry<PlacedFeature> feature, int requiredVerticalSpaceForTree, int rootRadius, TagKey<Block> rootReplaceable, BlockStateProvider rootStateProvider, int rootPlacementAttempts, int maxRootColumnHeight, int hangingRootRadius, int hangingRootVerticalSpan, BlockStateProvider hangingRootStateProvider, int hangingRootPlacementAttempts, int allowedVerticalWaterForTree, BlockPredicate predicate) VegetationPatchFeatureConfig
(TagKey<Block> replaceable, BlockStateProvider groundState, RegistryEntry<PlacedFeature> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance)