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 booleanCraftPlanksTutorialStepHandler.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.keyThe field for thekeyrecord component.Methods in net.minecraft.command.argument that return TagKeyModifier and TypeMethodDescriptionRegistryPredicateArgumentType.TagBased.key()Returns the value of thekeyrecord 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.typesThe field for thetypesrecord component.Methods in net.minecraft.component.type that return TagKeyModifier and TypeMethodDescriptionDamageResistantComponent.types()Returns the value of thetypesrecord 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 IngredientRecipeGenerator.ingredientFromTag(TagKey<Item> tag) protected voidRecipeGenerator.offerPlanksRecipe(ItemConvertible output, TagKey<Item> logTag, int count) protected voidRecipeGenerator.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 booleanprotected voidprotected TagProvider.ProvidedTagBuilder<T> TagProvider.getOrCreateTagBuilder(TagKey<T> tag) protected ValueLookupTagProvider.ObjectBuilder<T> ValueLookupTagProvider.getOrCreateTagBuilder(TagKey<T> tagKey) protected TagBuilderTagProvider.getTagBuilder(TagKey<T> tag) -
Uses of TagKey in net.minecraft.enchantment
Methods in net.minecraft.enchantment with parameters of type TagKeyModifier and TypeMethodDescriptionstatic booleanEnchantmentHelper.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.fluidHeightEntity.submergedFluidTagMethods in net.minecraft.entity with parameters of type TagKeyModifier and TypeMethodDescriptiondoubleEntity.getFluidHeight(TagKey<Fluid> fluid) Returns the height of the fluid influidtag.booleanEntityType.isIn(TagKey<EntityType<?>> tag) booleanEntity.isSubmergedIn(TagKey<Fluid> fluidTag) Returns whether the entity is submerged in a fluid influidTag.protected voidLivingEntity.swimUpward(TagKey<Fluid> fluid) booleanEntity.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.entityToDangerousDamageTypesConstructors 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.entityToDangerousDamageTypesConstructors 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 voidMagmaCubeEntity.swimUpward(TagKey<Fluid> fluid) protected voidMobEntity.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 voidWolfVariants.register(Registerable<WolfVariant> registry, RegistryKey<WolfVariant> key, String textureName, TagKey<Biome> biomeTag) protected voidBeeEntity.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.incorrectBlocksForDropsThe field for theincorrectBlocksForDropsrecord component.private final TagKey<Instrument> GoatHornItem.instrumentTagprivate final TagKey<BannerPattern> BannerPatternItem.patternItemTagToolMaterial.repairItemsThe field for therepairItemsrecord component.Methods in net.minecraft.item that return TagKeyModifier and TypeMethodDescriptionBannerPatternItem.getPattern()ToolMaterial.incorrectBlocksForDrops()Returns the value of theincorrectBlocksForDropsrecord component.ToolMaterial.repairItems()Returns the value of therepairItemsrecord 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 voidItemGroups.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) booleanReturns 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) protectedMiningToolItem(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.repairIngredientThe field for therepairIngredientrecord component.Methods in net.minecraft.item.equipment that return TagKeyModifier and TypeMethodDescriptionArmorMaterial.repairIngredient()Returns the value of therepairIngredientrecord 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 TagKeyModifierConstructorDescriptionprivateTagEntry(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_DESTINATIONExplorationMapLootFunction.Builder.destinationExplorationMapLootFunction.destinationprivate final TagKey<Instrument> SetInstrumentLootFunction.optionsMethods 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) privateSetInstrumentLootFunction(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 thetagrecord 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 aTagPredicaterecord class. -
Uses of TagKey in net.minecraft.predicate.entity
Methods in net.minecraft.predicate.entity with parameters of type TagKeyModifier and TypeMethodDescriptionstatic EntityTypePredicateEntityTypePredicate.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.tagThe field for thetagrecord component.Methods in net.minecraft.recipe.display that return TagKeyModifier and TypeMethodDescriptionSlotDisplay.TagSlotDisplay.tag()Returns the value of thetagrecord 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.tagsMethods 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 emptyOptionalif 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.voidMutableRegistry.setEntries(TagKey<T> tag, List<RegistryEntry<T>> entries) voidSimpleRegistry.setEntries(TagKey<T> tag, List<RegistryEntry<T>> entries) Method parameters in net.minecraft.registry with type arguments of type TagKeyModifier and TypeMethodDescriptionvoidSimpleRegistry.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.entryListStorageCodecRegistryEntry.Reference.tagsMethods 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) booleanReturns whether this entry is intag.booleanReturns whether this entry is intag.booleanReturns 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) voidRegistryEntry.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_LOGSItemTags.ACACIA_LOGSstatic final TagKey<PointOfInterestType> PointOfInterestTypeTags.ACQUIRABLE_JOB_SITEBlockTags.AIRBlockTags.ALL_HANGING_SIGNSBlockTags.ALL_SIGNSGameEventTags.ALLAY_CAN_LISTENBiomeTags.ALLOWS_SURFACE_SLIME_SPAWNSstatic final TagKey<DamageType> DamageTypeTags.ALWAYS_HURTS_ENDER_DRAGONSstatic final TagKey<DamageType> DamageTypeTags.ALWAYS_KILLS_ARMOR_STANDSstatic final TagKey<DamageType> DamageTypeTags.ALWAYS_MOST_SIGNIFICANT_FALLstatic final TagKey<DamageType> DamageTypeTags.ALWAYS_TRIGGERS_SILVERFISHBiomeTags.ANCIENT_CITY_HAS_STRUCTUREBlockTags.ANCIENT_CITY_REPLACEABLEBlockTags.ANIMALS_SPAWNABLE_ONBlockTags.ANVILItemTags.ANVILstatic final TagKey<EntityType<?>> EntityTypeTags.AQUATICItemTags.ARMADILLO_FOODBlockTags.ARMADILLO_SPAWNABLE_ONItemTags.ARMOR_ENCHANTABLEstatic final TagKey<Enchantment> EnchantmentTags.ARMOR_EXCLUSIVE_SETstatic final TagKey<EntityType<?>> EntityTypeTags.ARROWSItemTags.ARROWSstatic final TagKey<EntityType<?>> EntityTypeTags.ARTHROPODstatic final TagKey<DamageType> DamageTypeTags.AVOIDS_GUARDIAN_THORNSBlockTags.AXE_MINEABLEItemTags.AXESstatic final TagKey<EntityType<?>> EntityTypeTags.AXOLOTL_ALWAYS_HOSTILESItemTags.AXOLOTL_FOODstatic final TagKey<EntityType<?>> EntityTypeTags.AXOLOTL_HUNT_TARGETSBlockTags.AXOLOTLS_SPAWNABLE_ONBlockTags.AZALEA_GROWS_ONBlockTags.AZALEA_ROOT_REPLACEABLEBlockTags.BADLANDS_TERRACOTTABlockTags.BAMBOO_BLOCKSItemTags.BAMBOO_BLOCKSBlockTags.BAMBOO_PLANTABLE_ONBlockTags.BANNERSItemTags.BANNERSBlockTags.BASE_STONE_NETHERBlockTags.BASE_STONE_OVERWORLDBiomeTags.BASTION_REMNANT_HAS_STRUCTUREBlockTags.BATS_SPAWNABLE_ONBlockTags.BEACON_BASE_BLOCKSItemTags.BEACON_PAYMENT_ITEMSBlockTags.BEDSItemTags.BEDSBlockTags.BEE_ATTRACTIVEItemTags.BEE_FOODBlockTags.BEE_GROWABLESstatic final TagKey<PointOfInterestType> PointOfInterestTypeTags.BEE_HOMEstatic final TagKey<EntityType<?>> EntityTypeTags.BEEHIVE_INHABITORSBlockTags.BEEHIVESBlockTags.BIG_DRIPLEAF_PLACEABLEBlockTags.BIRCH_LOGSItemTags.BIRCH_LOGSBlockTags.BLOCKS_WIND_CHARGE_EXPLOSIONSstatic final TagKey<EntityType<?>> EntityTypeTags.BOATItemTags.BOATSItemTags.BOOKSHELF_BOOKSstatic final TagKey<Enchantment> EnchantmentTags.BOOTS_EXCLUSIVE_SETstatic final TagKey<BannerPattern> BannerPatternTags.BORDURE_INDENTED_PATTERN_ITEMItemTags.BOW_ENCHANTABLEstatic final TagKey<Enchantment> EnchantmentTags.BOW_EXCLUSIVE_SETItemTags.BREAKS_DECORATED_POTSItemTags.BREWING_FUELItemTags.BUNDLESBiomeTags.BURIED_TREASURE_HAS_STRUCTUREstatic final TagKey<DamageType> DamageTypeTags.BURN_FROM_STEPPINGstatic final TagKey<DamageType> DamageTypeTags.BURNS_ARMOR_STANDSBlockTags.BUTTONSItemTags.BUTTONSstatic final TagKey<DamageType> DamageTypeTags.BYPASSES_ARMORstatic final TagKey<DamageType> DamageTypeTags.BYPASSES_COOLDOWNstatic final TagKey<DamageType> DamageTypeTags.BYPASSES_EFFECTSstatic final TagKey<DamageType> DamageTypeTags.BYPASSES_ENCHANTMENTSstatic final TagKey<DamageType> DamageTypeTags.BYPASSES_INVULNERABILITYstatic final TagKey<DamageType> DamageTypeTags.BYPASSES_RESISTANCEstatic final TagKey<DamageType> DamageTypeTags.BYPASSES_SHIELDstatic final TagKey<DamageType> DamageTypeTags.BYPASSES_WOLF_ARMORItemTags.CAMEL_FOODBlockTags.CAMEL_SAND_STEP_SOUND_BLOCKSBlockTags.CAMPFIRESstatic final TagKey<DamageType> DamageTypeTags.CAN_BREAK_ARMOR_STANDstatic final TagKey<EntityType<?>> EntityTypeTags.CAN_BREATHE_UNDER_WATERstatic final TagKey<EntityType<?>> EntityTypeTags.CAN_TURN_IN_BOATSBlockTags.CANDLE_CAKESBlockTags.CANDLESItemTags.CANDLESItemTags.CAT_FOODStructureTags.CATS_SPAWN_AS_BLACKStructureTags.CATS_SPAWN_INBlockTags.CAULDRONSBlockTags.CAVE_VINESBlockTags.CEILING_HANGING_SIGNSBlockTags.CHERRY_LOGSItemTags.CHERRY_LOGSItemTags.CHEST_ARMORItemTags.CHEST_ARMOR_ENCHANTABLEItemTags.CHEST_BOATSItemTags.CHICKEN_FOODBlockTags.CLIMBABLEItemTags.CLUSTER_MAX_HARVESTABLESBlockTags.COAL_ORESItemTags.COAL_ORESItemTags.COALSBlockTags.COMBINATION_STEP_SOUND_BLOCKSItemTags.COMPASSESBlockTags.COMPLETES_FIND_TREE_TUTORIALItemTags.COMPLETES_FIND_TREE_TUTORIALBlockTags.CONCRETE_POWDERBlockTags.CONVERTABLE_TO_MUDBlockTags.COPPER_ORESItemTags.COPPER_ORESBlockTags.CORAL_BLOCKSBlockTags.CORAL_PLANTSBlockTags.CORALSItemTags.COW_FOODItemTags.CREEPER_DROP_MUSIC_DISCSItemTags.CREEPER_IGNITERSstatic final TagKey<BannerPattern> BannerPatternTags.CREEPER_PATTERN_ITEMBlockTags.CRIMSON_STEMSItemTags.CRIMSON_STEMSBlockTags.CROPSItemTags.CROSSBOW_ENCHANTABLEstatic final TagKey<Enchantment> EnchantmentTags.CROSSBOW_EXCLUSIVE_SETBlockTags.CRYSTAL_SOUND_BLOCKSstatic final TagKey<Enchantment> EnchantmentTags.CURSEstatic final TagKey<Enchantment> EnchantmentTags.DAMAGE_EXCLUSIVE_SETstatic final TagKey<DamageType> DamageTypeTags.DAMAGES_HELMETBlockTags.DAMPENS_VIBRATIONSItemTags.DAMPENS_VIBRATIONSBlockTags.DARK_OAK_LOGSItemTags.DARK_OAK_LOGSBlockTags.DEAD_BUSH_MAY_PLACE_ONItemTags.DECORATED_POT_INGREDIENTSItemTags.DECORATED_POT_SHERDSBlockTags.DEEPSLATE_ORE_REPLACEABLESstatic final TagKey<CatVariant> CatVariantTags.DEFAULT_SPAWNSstatic final TagKey<EntityType<?>> EntityTypeTags.DEFLECTS_PROJECTILESstatic final TagKey<Enchantment> EnchantmentTags.DESERT_COMMON_TRADEBiomeTags.DESERT_PYRAMID_HAS_STRUCTUREstatic final TagKey<Enchantment> EnchantmentTags.DESERT_SPECIAL_TRADEBlockTags.DIAMOND_ORESItemTags.DIAMOND_ORESItemTags.DIAMOND_TOOL_MATERIALSBlockTags.DIRTItemTags.DIRTstatic final TagKey<EntityType<?>> EntityTypeTags.DISMOUNTS_UNDERWATERBlockTags.DOES_NOT_BLOCK_HOPPERSStructureTags.DOLPHIN_LOCATEDBlockTags.DOORSItemTags.DOORSstatic final TagKey<Enchantment> EnchantmentTags.DOUBLE_TRADE_PRICEBlockTags.DRAGON_IMMUNEBlockTags.DRAGON_TRANSPARENTBlockTags.DRIPSTONE_REPLACEABLE_BLOCKSItemTags.DROWNED_PREFERRED_WEAPONSItemTags.DUPLICATES_ALLAYSItemTags.DURABILITY_ENCHANTABLEItemTags.DYEABLEBlockTags.EMERALD_ORESItemTags.EMERALD_ORESBlockTags.ENCHANTMENT_POWER_PROVIDERBlockTags.ENCHANTMENT_POWER_TRANSMITTERBiomeTags.END_CITY_HAS_STRUCTUREBlockTags.ENDERMAN_HOLDABLEItemTags.EQUIPPABLE_ENCHANTABLEstatic final TagKey<WorldPreset> WorldPresetTags.EXTENDEDStructureTags.EYE_OF_ENDER_LOCATEDstatic final TagKey<EntityType<?>> EntityTypeTags.FALL_DAMAGE_IMMUNEBlockTags.FALL_DAMAGE_RESETTINGBlockTags.FEATURES_CANNOT_REPLACEBlockTags.FENCE_GATESItemTags.FENCE_GATESBlockTags.FENCESItemTags.FENCESstatic final TagKey<BannerPattern> BannerPatternTags.FIELD_MASONED_PATTERN_ITEMBlockTags.FIREItemTags.FIRE_ASPECT_ENCHANTABLEItemTags.FISHESItemTags.FISHING_ENCHANTABLEstatic final TagKey<BannerPattern> BannerPatternTags.FLOW_PATTERN_ITEMstatic final TagKey<BannerPattern> BannerPatternTags.FLOWER_PATTERN_ITEMBlockTags.FLOWER_POTSBlockTags.FLOWERSItemTags.FOOT_ARMORItemTags.FOOT_ARMOR_ENCHANTABLEItemTags.FOX_FOODBlockTags.FOXES_SPAWNABLE_ONstatic final TagKey<EntityType<?>> EntityTypeTags.FREEZE_HURTS_EXTRA_TYPESstatic final TagKey<EntityType<?>> EntityTypeTags.FREEZE_IMMUNE_ENTITY_TYPESItemTags.FREEZE_IMMUNE_WEARABLESstatic final TagKey<EntityType<?>> EntityTypeTags.FROG_FOODItemTags.FROG_FOODBlockTags.FROG_PREFER_JUMP_TOBlockTags.FROGS_SPAWNABLE_ONstatic final TagKey<CatVariant> CatVariantTags.FULL_MOON_SPAWNSItemTags.FURNACE_MINECART_FUELItemTags.GAZE_DISGUISE_EQUIPMENTBlockTags.GEODE_INVALID_BLOCKSstatic final TagKey<BannerPattern> BannerPatternTags.GLOBE_PATTERN_ITEMItemTags.GOAT_FOODstatic final TagKey<Instrument> InstrumentTags.GOAT_HORNSBlockTags.GOATS_SPAWNABLE_ONBlockTags.GOLD_ORESItemTags.GOLD_ORESItemTags.GOLD_TOOL_MATERIALSBlockTags.GUARDED_BY_PIGLINSstatic final TagKey<BannerPattern> BannerPatternTags.GUSTER_PATTERN_ITEMItemTags.HANGING_SIGNSBiomeTags.HAS_CLOSER_WATER_FOGItemTags.HEAD_ARMORItemTags.HEAD_ARMOR_ENCHANTABLEBlockTags.HOE_MINEABLEItemTags.HOESItemTags.HOGLIN_FOODBlockTags.HOGLIN_REPELLENTSItemTags.HORSE_FOODItemTags.HORSE_TEMPT_ITEMSBlockTags.ICEBiomeTags.IGLOO_HAS_STRUCTUREstatic final TagKey<DamageType> DamageTypeTags.IGNITES_ARMOR_STANDSGameEventTags.IGNORE_VIBRATIONS_SNEAKINGItemTags.IGNORED_BY_PIGLIN_BABIESstatic final TagKey<EntityType<?>> EntityTypeTags.IGNORES_POISON_AND_REGENstatic final TagKey<EntityType<?>> EntityTypeTags.ILLAGERstatic final TagKey<EntityType<?>> EntityTypeTags.ILLAGER_FRIENDSstatic final TagKey<EntityType<?>> EntityTypeTags.IMMUNE_TO_INFESTEDstatic final TagKey<EntityType<?>> EntityTypeTags.IMMUNE_TO_OOZINGstatic final TagKey<EntityType<?>> EntityTypeTags.IMPACT_PROJECTILESBlockTags.IMPERMEABLEstatic final TagKey<Enchantment> EnchantmentTags.IN_ENCHANTING_TABLEBlockTags.INCORRECT_FOR_DIAMOND_TOOLBlockTags.INCORRECT_FOR_GOLD_TOOLBlockTags.INCORRECT_FOR_IRON_TOOLBlockTags.INCORRECT_FOR_NETHERITE_TOOLBlockTags.INCORRECT_FOR_STONE_TOOLBlockTags.INCORRECT_FOR_WOODEN_TOOLBiomeTags.INCREASED_FIRE_BURNOUTBlockTags.INFINIBURN_ENDBlockTags.INFINIBURN_NETHERBlockTags.INFINIBURN_OVERWORLDBlockTags.INSIDE_STEP_SOUND_BLOCKSBlockTags.INVALID_SPAWN_INSIDEstatic final TagKey<EntityType<?>> EntityTypeTags.INVERTED_HEALING_AND_HARMBlockTags.IRON_ORESItemTags.IRON_ORESItemTags.IRON_TOOL_MATERIALSBiomeTags.IS_BADLANDSBiomeTags.IS_BEACHBiomeTags.IS_DEEP_OCEANstatic final TagKey<DamageType> DamageTypeTags.IS_DROWNINGBiomeTags.IS_ENDstatic final TagKey<DamageType> DamageTypeTags.IS_EXPLOSIONstatic final TagKey<DamageType> DamageTypeTags.IS_FALLstatic final TagKey<DamageType> DamageTypeTags.IS_FIREBiomeTags.IS_FORESTstatic final TagKey<DamageType> DamageTypeTags.IS_FREEZINGBiomeTags.IS_HILLBiomeTags.IS_JUNGLEstatic final TagKey<DamageType> DamageTypeTags.IS_LIGHTNINGBiomeTags.IS_MOUNTAINBiomeTags.IS_NETHERBiomeTags.IS_OCEANBiomeTags.IS_OVERWORLDstatic final TagKey<DamageType> DamageTypeTags.IS_PLAYER_ATTACKstatic final TagKey<DamageType> DamageTypeTags.IS_PROJECTILEBiomeTags.IS_RIVERBiomeTags.IS_SAVANNABiomeTags.IS_TAIGAstatic final TagKey<Enchantment> EnchantmentTags.JUNGLE_COMMON_TRADEBlockTags.JUNGLE_LOGSItemTags.JUNGLE_LOGSstatic final TagKey<Enchantment> EnchantmentTags.JUNGLE_SPECIAL_TRADEBiomeTags.JUNGLE_TEMPLE_HAS_STRUCTUREBlockTags.LAPIS_ORESItemTags.LAPIS_ORESFluidTags.LAVABlockTags.LAVA_POOL_STONE_CANNOT_REPLACEBlockTags.LEAVESItemTags.LEAVESItemTags.LECTERN_BOOKSItemTags.LEG_ARMORItemTags.LEG_ARMOR_ENCHANTABLEItemTags.LLAMA_FOODItemTags.LLAMA_TEMPT_ITEMSBlockTags.LOGSItemTags.LOGSBlockTags.LOGS_THAT_BURNItemTags.LOGS_THAT_BURNBlockTags.LUSH_GROUND_REPLACEABLEItemTags.MACE_ENCHANTABLEstatic final TagKey<DamageType> DamageTypeTags.MACE_SMASHBlockTags.MAINTAINS_FARMLANDBlockTags.MANGROVE_LOGSItemTags.MANGROVE_LOGSBlockTags.MANGROVE_LOGS_CAN_GROW_THROUGHBlockTags.MANGROVE_ROOTS_CAN_GROW_THROUGHItemTags.MAP_INVISIBILITY_EQUIPMENTItemTags.MEATStructureTags.MINESHAFTBiomeTags.MINESHAFT_BLOCKINGBiomeTags.MINESHAFT_HAS_STRUCTUREBiomeTags.MINESHAFT_MESA_HAS_STRUCTUREItemTags.MINING_ENCHANTABLEstatic final TagKey<Enchantment> EnchantmentTags.MINING_EXCLUSIVE_SETItemTags.MINING_LOOT_ENCHANTABLEBlockTags.MOB_INTERACTABLE_DOORSstatic final TagKey<BannerPattern> BannerPatternTags.MOJANG_PATTERN_ITEMBlockTags.MOOSHROOMS_SPAWNABLE_ONBiomeTags.MORE_FREQUENT_DROWNED_SPAWNSBlockTags.MOSS_REPLACEABLEBlockTags.MUSHROOM_GROW_BLOCKBlockTags.NEEDS_DIAMOND_TOOLBlockTags.NEEDS_IRON_TOOLBlockTags.NEEDS_STONE_TOOLBlockTags.NETHER_CARVER_REPLACEABLESBiomeTags.NETHER_FORTRESS_HAS_STRUCTUREBiomeTags.NETHER_FOSSIL_HAS_STRUCTUREItemTags.NETHERITE_TOOL_MATERIALSstatic final TagKey<DamageType> DamageTypeTags.NO_ANGERstatic final TagKey<EntityType<?>> EntityTypeTags.NO_ANGER_FROM_WIND_CHARGEstatic final TagKey<DamageType> DamageTypeTags.NO_IMPACTstatic final TagKey<BannerPattern> BannerPatternTags.NO_ITEM_REQUIREDstatic final TagKey<DamageType> DamageTypeTags.NO_KNOCKBACKstatic final TagKey<EntityType<?>> EntityTypeTags.NON_CONTROLLING_RIDERItemTags.NON_FLAMMABLE_WOODstatic final TagKey<Enchantment> EnchantmentTags.NON_TREASUREstatic final TagKey<WorldPreset> WorldPresetTags.NORMALstatic final TagKey<EntityType<?>> EntityTypeTags.NOT_SCARY_FOR_PUFFERFISHItemTags.NOTEBLOCK_TOP_INSTRUMENTSBlockTags.NYLIUMBlockTags.OAK_LOGSItemTags.OAK_LOGSBlockTags.OCCLUDES_VIBRATION_SIGNALSBiomeTags.OCEAN_MONUMENT_HAS_STRUCTUREStructureTags.OCEAN_RUINBiomeTags.OCEAN_RUIN_COLD_HAS_STRUCTUREBiomeTags.OCEAN_RUIN_WARM_HAS_STRUCTUREItemTags.OCELOT_FOODStructureTags.ON_DESERT_VILLAGE_MAPSStructureTags.ON_JUNGLE_EXPLORER_MAPSstatic final TagKey<Enchantment> EnchantmentTags.ON_MOB_SPAWN_EQUIPMENTStructureTags.ON_OCEAN_EXPLORER_MAPSStructureTags.ON_PLAINS_VILLAGE_MAPSstatic final TagKey<Enchantment> EnchantmentTags.ON_RANDOM_LOOTStructureTags.ON_SAVANNA_VILLAGE_MAPSStructureTags.ON_SNOWY_VILLAGE_MAPSStructureTags.ON_SWAMP_EXPLORER_MAPSStructureTags.ON_TAIGA_VILLAGE_MAPSstatic final TagKey<Enchantment> EnchantmentTags.ON_TRADED_EQUIPMENTStructureTags.ON_TREASURE_MAPSStructureTags.ON_TRIAL_CHAMBERS_MAPSStructureTags.ON_WOODLAND_EXPLORER_MAPSBlockTags.OVERWORLD_CARVER_REPLACEABLESBlockTags.OVERWORLD_NATURAL_LOGSBlockTags.PALE_OAK_LOGSItemTags.PALE_OAK_LOGSItemTags.PANDA_EATS_FROM_GROUNDItemTags.PANDA_FOODstatic final TagKey<DamageType> DamageTypeTags.PANIC_CAUSESstatic final TagKey<DamageType> DamageTypeTags.PANIC_ENVIRONMENTAL_CAUSESItemTags.PARROT_FOODItemTags.PARROT_POISONOUS_FOODBlockTags.PARROTS_SPAWNABLE_ONBlockTags.PICKAXE_MINEABLEItemTags.PICKAXESItemTags.PIG_FOODItemTags.PIGLIN_FOODItemTags.PIGLIN_LOVEDstatic final TagKey<BannerPattern> BannerPatternTags.PIGLIN_PATTERN_ITEMItemTags.PIGLIN_PREFERRED_WEAPONSBlockTags.PIGLIN_REPELLENTSItemTags.PIGLIN_REPELLENTSItemTags.PIGLIN_SAFE_ARMORBiomeTags.PILLAGER_OUTPOST_HAS_STRUCTUREItemTags.PILLAGER_PREFERRED_WEAPONSstatic final TagKey<PaintingVariant> PaintingVariantTags.PLACEABLEstatic final TagKey<Enchantment> EnchantmentTags.PLAINS_COMMON_TRADEstatic final TagKey<Enchantment> EnchantmentTags.PLAINS_SPECIAL_TRADEBlockTags.PLANKSItemTags.PLANKSBiomeTags.PLAYS_UNDERWATER_MUSICBiomeTags.POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKSBlockTags.POLAR_BEARS_SPAWNABLE_ON_ALTERNATEBlockTags.PORTALSstatic final TagKey<EntityType<?>> EntityTypeTags.POWDER_SNOW_WALKABLE_MOBSBlockTags.PRESSURE_PLATESBlockTags.PREVENT_MOB_SPAWNING_INSIDEstatic final TagKey<Enchantment> EnchantmentTags.PREVENTS_BEE_SPAWNS_WHEN_MININGstatic final TagKey<Enchantment> EnchantmentTags.PREVENTS_DECORATED_POT_SHATTERINGstatic final TagKey<Enchantment> EnchantmentTags.PREVENTS_ICE_MELTINGstatic final TagKey<Enchantment> EnchantmentTags.PREVENTS_INFESTED_SPAWNSBiomeTags.PRODUCES_CORALS_FROM_BONEMEALItemTags.RABBIT_FOODBlockTags.RABBITS_SPAWNABLE_ONstatic final TagKey<EntityType<?>> EntityTypeTags.RAIDERSBlockTags.RAILSItemTags.RAILSstatic final TagKey<EntityType<?>> EntityTypeTags.REDIRECTABLE_PROJECTILEBlockTags.REDSTONE_ORESItemTags.REDSTONE_ORESBiomeTags.REDUCE_WATER_AMBIENT_SPAWNSstatic final TagKey<Instrument> InstrumentTags.REGULAR_GOAT_HORNSItemTags.REPAIRS_CHAIN_ARMORItemTags.REPAIRS_DIAMOND_ARMORItemTags.REPAIRS_GOLD_ARMORItemTags.REPAIRS_IRON_ARMORItemTags.REPAIRS_LEATHER_ARMORItemTags.REPAIRS_NETHERITE_ARMORItemTags.REPAIRS_TURTLE_HELMETItemTags.REPAIRS_WOLF_ARMORBlockTags.REPLACEABLEBlockTags.REPLACEABLE_BY_TREESBiomeTags.REQUIRED_OCEAN_MONUMENT_SURROUNDINGstatic final TagKey<Enchantment> EnchantmentTags.RIPTIDE_EXCLUSIVE_SETStructureTags.RUINED_PORTALBiomeTags.RUINED_PORTAL_DESERT_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_JUNGLE_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_MOUNTAIN_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_NETHER_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_OCEAN_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_STANDARD_HAS_STRUCTUREBiomeTags.RUINED_PORTAL_SWAMP_HAS_STRUCTUREBlockTags.SANDItemTags.SANDBlockTags.SAPLINGSItemTags.SAPLINGSstatic final TagKey<Enchantment> EnchantmentTags.SAVANNA_COMMON_TRADEstatic final TagKey<Enchantment> EnchantmentTags.SAVANNA_SPECIAL_TRADEstatic final TagKey<Instrument> InstrumentTags.SCREAMING_GOAT_HORNSBlockTags.SCULK_REPLACEABLEBlockTags.SCULK_REPLACEABLE_WORLD_GENstatic final TagKey<EntityType<?>> EntityTypeTags.SENSITIVE_TO_BANE_OF_ARTHROPODSstatic final TagKey<EntityType<?>> EntityTypeTags.SENSITIVE_TO_IMPALINGstatic final TagKey<EntityType<?>> EntityTypeTags.SENSITIVE_TO_SMITEItemTags.SHARP_WEAPON_ENCHANTABLEItemTags.SHEEP_FOODStructureTags.SHIPWRECKBiomeTags.SHIPWRECK_BEACHED_HAS_STRUCTUREBiomeTags.SHIPWRECK_HAS_STRUCTUREBlockTags.SHOVEL_MINEABLEItemTags.SHOVELSGameEventTags.SHRIEKER_CAN_LISTENBlockTags.SHULKER_BOXESItemTags.SHULKER_BOXESBlockTags.SIGNSItemTags.SIGNSItemTags.SKELETON_PREFERRED_WEAPONSstatic final TagKey<EntityType<?>> EntityTypeTags.SKELETONSstatic final TagKey<BannerPattern> BannerPatternTags.SKULL_PATTERN_ITEMItemTags.SKULLSBlockTags.SLABSItemTags.SLABSBlockTags.SMALL_DRIPLEAF_PLACEABLEBlockTags.SMALL_FLOWERSItemTags.SMALL_FLOWERSstatic final TagKey<Enchantment> EnchantmentTags.SMELTS_LOOTBlockTags.SMELTS_TO_GLASSItemTags.SMELTS_TO_GLASSBlockTags.SNAPS_GOAT_HORNBlockTags.SNIFFER_DIGGABLE_BLOCKBlockTags.SNIFFER_EGG_HATCH_BOOSTItemTags.SNIFFER_FOODBlockTags.SNOWstatic final TagKey<Enchantment> EnchantmentTags.SNOW_COMMON_TRADEBiomeTags.SNOW_GOLEM_MELTSBlockTags.SNOW_LAYER_CAN_SURVIVE_ONBlockTags.SNOW_LAYER_CANNOT_SURVIVE_ONstatic final TagKey<Enchantment> EnchantmentTags.SNOW_SPECIAL_TRADEBlockTags.SOUL_FIRE_BASE_BLOCKSItemTags.SOUL_FIRE_BASE_BLOCKSBlockTags.SOUL_SPEED_BLOCKSBiomeTags.SPAWNS_COLD_VARIANT_FROGSBiomeTags.SPAWNS_GOLD_RABBITSBiomeTags.SPAWNS_SNOW_FOXESBiomeTags.SPAWNS_WARM_VARIANT_FROGSBiomeTags.SPAWNS_WHITE_RABBITSBlockTags.SPRUCE_LOGSItemTags.SPRUCE_LOGSBlockTags.STAIRSItemTags.STAIRSBlockTags.STANDING_SIGNSBlockTags.STONE_BRICKSItemTags.STONE_BRICKSBlockTags.STONE_BUTTONSItemTags.STONE_BUTTONSItemTags.STONE_CRAFTING_MATERIALSBlockTags.STONE_ORE_REPLACEABLESBlockTags.STONE_PRESSURE_PLATESItemTags.STONE_TOOL_MATERIALSItemTags.STRIDER_FOODItemTags.STRIDER_TEMPT_ITEMSBlockTags.STRIDER_WARM_BLOCKSBiomeTags.STRONGHOLD_BIASED_TOBiomeTags.STRONGHOLD_HAS_STRUCTUREstatic final TagKey<Enchantment> EnchantmentTags.SWAMP_COMMON_TRADEBiomeTags.SWAMP_HUT_HAS_STRUCTUREstatic final TagKey<Enchantment> EnchantmentTags.SWAMP_SPECIAL_TRADEBlockTags.SWORD_EFFICIENTItemTags.SWORD_ENCHANTABLEItemTags.SWORDSstatic final TagKey<Enchantment> EnchantmentTags.TAIGA_COMMON_TRADEstatic final TagKey<Enchantment> EnchantmentTags.TAIGA_SPECIAL_TRADEBlockTags.TERRACOTTAItemTags.TERRACOTTAstatic final TagKey<Enchantment> EnchantmentTags.TOOLTIP_ORDERstatic final TagKey<Enchantment> EnchantmentTags.TRADEABLEBiomeTags.TRAIL_RUINS_HAS_STRUCTUREBlockTags.TRAIL_RUINS_REPLACEABLEBlockTags.TRAPDOORSItemTags.TRAPDOORSstatic final TagKey<Enchantment> EnchantmentTags.TREASUREBiomeTags.TRIAL_CHAMBERS_HAS_STRUCTUREItemTags.TRIDENT_ENCHANTABLEItemTags.TRIM_MATERIALSItemTags.TRIMMABLE_ARMORItemTags.TURTLE_FOODstatic final TagKey<EntityType<?>> EntityTypeTags.UNDEADBlockTags.UNDERWATER_BONEMEALSBlockTags.UNSTABLE_BOTTOM_CENTERBlockTags.VALID_SPAWNItemTags.VANISHING_ENCHANTABLEBlockTags.VIBRATION_RESONATORSGameEventTags.VIBRATIONSstatic final TagKey<PointOfInterestType> PointOfInterestTypeTags.VILLAGEStructureTags.VILLAGEBiomeTags.VILLAGE_DESERT_HAS_STRUCTUREBiomeTags.VILLAGE_PLAINS_HAS_STRUCTUREBiomeTags.VILLAGE_SAVANNA_HAS_STRUCTUREBiomeTags.VILLAGE_SNOWY_HAS_STRUCTUREBiomeTags.VILLAGE_TAIGA_HAS_STRUCTUREItemTags.VILLAGER_PICKS_UPItemTags.VILLAGER_PLANTABLE_SEEDSstatic final TagKey<FlatLevelGeneratorPreset> FlatLevelGeneratorPresetTags.VISIBLEBlockTags.WALL_CORALSBlockTags.WALL_HANGING_SIGNSBlockTags.WALL_POST_OVERRIDEBlockTags.WALL_SIGNSBlockTags.WALLSItemTags.WALLSGameEventTags.WARDEN_CAN_LISTENBlockTags.WARPED_STEMSItemTags.WARPED_STEMSBlockTags.WART_BLOCKSItemTags.WART_BLOCKSFluidTags.WATERBiomeTags.WATER_ON_MAP_OUTLINESItemTags.WEAPON_ENCHANTABLEstatic final TagKey<DamageType> DamageTypeTags.WITCH_RESISTANT_TOstatic final TagKey<EntityType<?>> EntityTypeTags.WITHER_FRIENDSBlockTags.WITHER_IMMUNEstatic final TagKey<DamageType> DamageTypeTags.WITHER_IMMUNE_TOItemTags.WITHER_SKELETON_DISLIKED_WEAPONSBlockTags.WITHER_SUMMON_BASE_BLOCKSBiomeTags.WITHOUT_PATROL_SPAWNSBiomeTags.WITHOUT_WANDERING_TRADER_SPAWNSBiomeTags.WITHOUT_ZOMBIE_SIEGESItemTags.WOLF_FOODBlockTags.WOLVES_SPAWNABLE_ONBlockTags.WOODEN_BUTTONSItemTags.WOODEN_BUTTONSBlockTags.WOODEN_DOORSItemTags.WOODEN_DOORSBlockTags.WOODEN_FENCESItemTags.WOODEN_FENCESBlockTags.WOODEN_PRESSURE_PLATESItemTags.WOODEN_PRESSURE_PLATESBlockTags.WOODEN_SLABSItemTags.WOODEN_SLABSBlockTags.WOODEN_STAIRSItemTags.WOODEN_STAIRSItemTags.WOODEN_TOOL_MATERIALSBlockTags.WOODEN_TRAPDOORSItemTags.WOODEN_TRAPDOORSBiomeTags.WOODLAND_MANSION_HAS_STRUCTUREBlockTags.WOOLItemTags.WOOLBlockTags.WOOL_CARPETSItemTags.WOOL_CARPETSstatic final TagKey<EntityType<?>> EntityTypeTags.ZOMBIESFields in net.minecraft.registry.tag with type parameters of type TagKeyModifier and TypeFieldDescriptionTagKey.INTERNERTagGroupLoader.RegistryTags.tagsThe field for thetagsrecord 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 thetagsrecord 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.possibleEnchantmentsTradeOffers.SellMapFactory.structureConstructors 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.infiniburnThe field for theinfiniburnrecord component.Methods in net.minecraft.world.dimension that return TagKeyModifier and TypeMethodDescriptionDimensionType.infiniburn()Returns the value of theinfiniburnrecord 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 BlockPredicateBlockPredicate.matchingBlockTag(TagKey<Block> offset) static BlockPredicateBlockPredicate.matchingBlockTag(Vec3i offset, TagKey<Block> tag) Constructors in net.minecraft.world.gen.blockpredicate with parameters of type TagKeyModifierConstructorDescriptionprotectedMatchingBlockTagPredicate(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.cannotReplaceGeodeLayerConfig.invalidBlocksVegetationPatchFeatureConfig.replaceableRootSystemFeatureConfig.rootReplaceableMethods 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)