Uses of Record Class
net.minecraft.tag.TagKey
Packages that use TagKey
Package
Description
-
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
Methods in net.minecraft.block.entity with parameters of type TagKey -
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.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 TypeFieldDescriptionItemStringReader.idRegistryPredicateArgumentType.TagBased.keyThe field for thekeyrecord component.BlockPredicateArgumentType.TagPredicate.tagItemPredicateArgumentType.TagPredicate.tagBlockArgumentParser.tagIdMethods in net.minecraft.command.argument that return TagKeyModifier and TypeMethodDescriptionItemStringReader.getId()BlockArgumentParser.getTagId()RegistryPredicateArgumentType.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 TagKeyModifierConstructorDescription(package private)(package private)TagPredicate(TagKey<Block> tag, Map<String, String> properties, @Nullable NbtCompound nbt) TagPredicate(TagKey<Item> tag, @Nullable NbtCompound nbt) -
Uses of TagKey in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type TagKeyModifier and TypeFieldDescriptionprivate final Function<TagKey<Block>,Tag.Builder> ItemTagProvider.blockTagsMethods in net.minecraft.data.server with parameters of type TagKeyModifier and TypeMethodDescriptionprivate static InventoryChangedCriterion.ConditionsRecipeProvider.conditionsFromTag(TagKey<Item> tag) protected voidprotected AbstractTagProvider.ObjectBuilder<T>AbstractTagProvider.getOrCreateTagBuilder(TagKey<T> tag) protected Tag.BuilderAbstractTagProvider.getTagBuilder(TagKey<T> tag) private static voidRecipeProvider.offerPlanksRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible output, TagKey<Item> input) private static voidRecipeProvider.offerPlanksRecipe2(Consumer<RecipeJsonProvider> exporter, ItemConvertible output, TagKey<Item> input) -
Uses of TagKey in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe with parameters of type TagKeyModifier and TypeMethodDescription -
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) booleanEntityType.isIn(TagKey<EntityType<?>> tag) booleanEntity.isSubmergedIn(TagKey<Fluid> fluidTag) protected voidLivingEntity.swimUpward(TagKey<Fluid> fluid) booleanEntity.updateMovementInFluid(TagKey<Fluid> tag, double speed) -
Uses of TagKey in net.minecraft.entity.ai.brain.task
Constructors in net.minecraft.entity.ai.brain.task with parameters of type TagKey -
Uses of TagKey in net.minecraft.entity.mob
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 with parameters of type TagKey -
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 TagKeyMethods in net.minecraft.item that return types with arguments of type TagKeyMethods in net.minecraft.item with parameters of type TagKeyConstructors in net.minecraft.item with parameters of type TagKeyModifierConstructorDescriptionprotectedMiningToolItem(float attackDamage, float attackSpeed, ToolMaterial material, TagKey<Block> effectiveBlocks, Item.Settings settings) -
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 TagKeyModifierConstructorDescription(package private)TagEntry(TagKey<Item> name, boolean expand, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) -
Uses of TagKey in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as TagKeyModifier and TypeFieldDescriptionstatic final TagKey<ConfiguredStructureFeature<?,?>> ExplorationMapLootFunction.DEFAULT_DESTINATIONprivate TagKey<ConfiguredStructureFeature<?,?>> ExplorationMapLootFunction.Builder.destination(package private) final TagKey<ConfiguredStructureFeature<?,?>> ExplorationMapLootFunction.destinationMethods in net.minecraft.loot.function that return TagKeyModifier and TypeMethodDescriptionprivate static TagKey<ConfiguredStructureFeature<?,?>> ExplorationMapLootFunction.Serializer.getDestination(JsonObject json) Methods in net.minecraft.loot.function with parameters of type TagKeyModifier and TypeMethodDescriptionExplorationMapLootFunction.Builder.withDestination(TagKey<ConfiguredStructureFeature<?, ?>> destination) Constructors in net.minecraft.loot.function with parameters of type TagKeyModifierConstructorDescription(package private)ExplorationMapLootFunction(LootCondition[] conditions, TagKey<ConfiguredStructureFeature<?, ?>> destination, MapIcon.Type decoration, byte zoom, int searchRadius, boolean skipExistingChunks) -
Uses of TagKey in net.minecraft.predicate
Fields in net.minecraft.predicate declared as TagKeyModifier and TypeFieldDescriptionBlockPredicate.Builder.tagBlockPredicate.tagFluidPredicate.Builder.tagFluidPredicate.tagMethods in net.minecraft.predicate with parameters of type TagKeyModifier and TypeMethodDescriptionConstructors in net.minecraft.predicate with parameters of type TagKeyModifierConstructorDescriptionBlockPredicate(@Nullable TagKey<Block> tag, @Nullable Set<Block> blocks, StatePredicate state, NbtPredicate nbt) FluidPredicate(@Nullable TagKey<Fluid> tag, @Nullable Fluid fluid, StatePredicate state) -
Uses of TagKey in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as TagKeyModifier and TypeFieldDescriptionprivate final TagKey<EntityType<?>>EntityTypePredicate.Tagged.tagMethods in net.minecraft.predicate.entity with parameters of type TagKeyModifier and TypeMethodDescriptionstatic EntityTypePredicateEntityTypePredicate.create(TagKey<EntityType<?>> tag) EntityPredicate.Builder.type(TagKey<EntityType<?>> tag) Constructors in net.minecraft.predicate.entity with parameters of type TagKey -
Uses of TagKey in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as TagKeyMethods in net.minecraft.predicate.item with parameters of type TagKeyModifier and TypeMethodDescriptionConstructors in net.minecraft.predicate.item with parameters of type TagKeyModifierConstructorDescriptionItemPredicate(@Nullable TagKey<Item> tag, @Nullable Set<Item> items, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt) -
Uses of TagKey in net.minecraft.recipe
Fields in net.minecraft.recipe declared as TagKeyMethods in net.minecraft.recipe with parameters of type TagKeyConstructors in net.minecraft.recipe with parameters of type TagKey -
Uses of TagKey in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type TagKeyModifier and TypeMethodDescriptionServerWorld.locateStructure(TagKey<ConfiguredStructureFeature<?, ?>> structureTag, BlockPos pos, int radius, boolean skipExistingChunks) Tries to find the closest structure of a given type near a given block. -
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 TagKey -
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.tag
Fields in net.minecraft.tag declared as TagKeyModifier and TypeFieldDescriptionBlockTags.ACACIA_LOGSItemTags.ACACIA_LOGSBlockTags.ANIMALS_SPAWNABLE_ONBlockTags.ANVILItemTags.ANVILstatic final TagKey<EntityType<?>>EntityTypeTags.ARROWSItemTags.ARROWSBlockTags.AXE_MINEABLEstatic final TagKey<EntityType<?>>EntityTypeTags.AXOLOTL_ALWAYS_HOSTILESstatic final TagKey<EntityType<?>>EntityTypeTags.AXOLOTL_HUNT_TARGETSItemTags.AXOLOTL_TEMPT_ITEMSBlockTags.AXOLOTLS_SPAWNABLE_ONBlockTags.AZALEA_GROWS_ONBlockTags.AZALEA_ROOT_REPLACEABLEBlockTags.BAMBOO_PLANTABLE_ONBlockTags.BANNERSItemTags.BANNERSBlockTags.BASE_STONE_NETHERBlockTags.BASE_STONE_OVERWORLDBiomeTags.BASTION_REMNANT_HAS_STRUCTUREBlockTags.BEACON_BASE_BLOCKSItemTags.BEACON_PAYMENT_ITEMSBlockTags.BEDSItemTags.BEDSBlockTags.BEE_GROWABLESstatic final TagKey<EntityType<?>>EntityTypeTags.BEEHIVE_INHABITORSBlockTags.BEEHIVESBlockTags.BIG_DRIPLEAF_PLACEABLEBlockTags.BIRCH_LOGSItemTags.BIRCH_LOGSItemTags.BOATSBiomeTags.BURIED_TREASURE_HAS_STRUCTUREBlockTags.BUTTONSItemTags.BUTTONSBlockTags.CAMPFIRESBlockTags.CANDLE_CAKESBlockTags.CANDLESItemTags.CANDLESBlockTags.CARPETSItemTags.CARPETSBlockTags.CAULDRONSBlockTags.CAVE_VINESBlockTags.CLIMBABLEItemTags.CLUSTER_MAX_HARVESTABLESBlockTags.COAL_ORESItemTags.COAL_ORESItemTags.COALSBlockTags.COPPER_ORESItemTags.COPPER_ORESBlockTags.CORAL_BLOCKSBlockTags.CORAL_PLANTSBlockTags.CORALSItemTags.CREEPER_DROP_MUSIC_DISCSBlockTags.CRIMSON_STEMSItemTags.CRIMSON_STEMSBlockTags.CROPSBlockTags.CRYSTAL_SOUND_BLOCKSBlockTags.DARK_OAK_LOGSItemTags.DARK_OAK_LOGSBlockTags.DEEPSLATE_ORE_REPLACEABLESBiomeTags.DESERT_PYRAMID_HAS_STRUCTUREBlockTags.DIAMOND_ORESItemTags.DIAMOND_ORESBlockTags.DIRTItemTags.DIRTstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.DOLPHIN_LOCATEDBlockTags.DOORSItemTags.DOORSBlockTags.DRAGON_IMMUNEBlockTags.DRIPSTONE_REPLACEABLE_BLOCKSBlockTags.EMERALD_ORESItemTags.EMERALD_ORESBiomeTags.END_CITY_HAS_STRUCTUREBlockTags.ENDERMAN_HOLDABLEstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.EYE_OF_ENDER_LOCATEDBlockTags.FALL_DAMAGE_RESETTINGBlockTags.FEATURES_CANNOT_REPLACEBlockTags.FENCE_GATESBlockTags.FENCESItemTags.FENCESBlockTags.FIREItemTags.FISHESBlockTags.FLOWER_POTSBlockTags.FLOWERSItemTags.FLOWERSItemTags.FOX_FOODBlockTags.FOXES_SPAWNABLE_ONstatic final TagKey<EntityType<?>>EntityTypeTags.FREEZE_HURTS_EXTRA_TYPESstatic final TagKey<EntityType<?>>EntityTypeTags.FREEZE_IMMUNE_ENTITY_TYPESItemTags.FREEZE_IMMUNE_WEARABLESBlockTags.GEODE_INVALID_BLOCKSBlockTags.GOATS_SPAWNABLE_ONBlockTags.GOLD_ORESItemTags.GOLD_ORESBlockTags.GUARDED_BY_PIGLINSBlockTags.HOE_MINEABLEBlockTags.HOGLIN_REPELLENTSBlockTags.ICEBiomeTags.IGLOO_HAS_STRUCTUREGameEventTags.IGNORE_VIBRATIONS_SNEAKINGItemTags.IGNORED_BY_PIGLIN_BABIESstatic final TagKey<EntityType<?>>EntityTypeTags.IMPACT_PROJECTILESBlockTags.IMPERMEABLEBlockTags.INFINIBURN_ENDBlockTags.INFINIBURN_NETHERBlockTags.INFINIBURN_OVERWORLDBlockTags.INSIDE_STEP_SOUND_BLOCKSBlockTags.IRON_ORESItemTags.IRON_ORESBiomeTags.IS_BADLANDSBiomeTags.IS_BEACHBiomeTags.IS_DEEP_OCEANBiomeTags.IS_FORESTBiomeTags.IS_HILLBiomeTags.IS_JUNGLEBiomeTags.IS_MOUNTAINBiomeTags.IS_NETHERBiomeTags.IS_OCEANBiomeTags.IS_RIVERBiomeTags.IS_TAIGABlockTags.JUNGLE_LOGSItemTags.JUNGLE_LOGSBiomeTags.JUNGLE_TEMPLE_HAS_STRUCTUREBlockTags.LAPIS_ORESItemTags.LAPIS_ORESFluidTags.LAVABlockTags.LAVA_POOL_STONE_CANNOT_REPLACEBlockTags.LEAVESItemTags.LEAVESItemTags.LECTERN_BOOKSBlockTags.LOGSItemTags.LOGSBlockTags.LOGS_THAT_BURNItemTags.LOGS_THAT_BURNBlockTags.LUSH_GROUND_REPLACEABLEstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.MINESHAFTBiomeTags.MINESHAFT_HAS_STRUCTUREBiomeTags.MINESHAFT_MESA_HAS_STRUCTUREBlockTags.MOOSHROOMS_SPAWNABLE_ONBlockTags.MOSS_REPLACEABLEBlockTags.MUSHROOM_GROW_BLOCKItemTags.MUSIC_DISCSBlockTags.NEEDS_DIAMOND_TOOLBlockTags.NEEDS_IRON_TOOLBlockTags.NEEDS_STONE_TOOLBiomeTags.NETHER_FORTRESS_HAS_STRUCTUREBiomeTags.NETHER_FOSSIL_HAS_STRUCTUREBlockTags.NON_FLAMMABLE_WOODItemTags.NON_FLAMMABLE_WOODBlockTags.NYLIUMBlockTags.OAK_LOGSItemTags.OAK_LOGSBlockTags.OCCLUDES_VIBRATION_SIGNALSItemTags.OCCLUDES_VIBRATION_SIGNALSBiomeTags.OCEAN_MONUMENT_HAS_STRUCTUREstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.OCEAN_RUINBiomeTags.OCEAN_RUIN_COLD_HAS_STRUCTUREBiomeTags.OCEAN_RUIN_WARM_HAS_STRUCTUREstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.ON_OCEAN_EXPLORER_MAPSstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.ON_TREASURE_MAPSstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.ON_WOODLAND_EXPLORER_MAPSBlockTags.PARROTS_SPAWNABLE_ONBlockTags.PICKAXE_MINEABLEItemTags.PIGLIN_FOODItemTags.PIGLIN_LOVEDBlockTags.PIGLIN_REPELLENTSItemTags.PIGLIN_REPELLENTSBiomeTags.PILLAGER_OUTPOST_HAS_STRUCTUREBlockTags.PLANKSItemTags.PLANKSBlockTags.POLAR_BEARS_SPAWNABLE_ON_IN_FROZEN_OCEANBlockTags.PORTALSstatic final TagKey<EntityType<?>>EntityTypeTags.POWDER_SNOW_WALKABLE_MOBSBlockTags.PRESSURE_PLATESBlockTags.PREVENT_MOB_SPAWNING_INSIDEBlockTags.RABBITS_SPAWNABLE_ONstatic final TagKey<EntityType<?>>EntityTypeTags.RAIDERSBlockTags.RAILSItemTags.RAILSBlockTags.REDSTONE_ORESItemTags.REDSTONE_ORESBlockTags.REPLACEABLE_PLANTSstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.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<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.SHIPWRECKBiomeTags.SHIPWRECK_BEACHED_HAS_STRUCTUREBiomeTags.SHIPWRECK_HAS_STRUCTUREBlockTags.SHOVEL_MINEABLEBlockTags.SHULKER_BOXESBlockTags.SIGNSItemTags.SIGNSstatic final TagKey<EntityType<?>>EntityTypeTags.SKELETONSBlockTags.SLABSItemTags.SLABSBlockTags.SMALL_DRIPLEAF_PLACEABLEBlockTags.SMALL_FLOWERSItemTags.SMALL_FLOWERSBlockTags.SNOWBlockTags.SOUL_FIRE_BASE_BLOCKSItemTags.SOUL_FIRE_BASE_BLOCKSBlockTags.SOUL_SPEED_BLOCKSBlockTags.SPRUCE_LOGSItemTags.SPRUCE_LOGSBlockTags.STAIRSItemTags.STAIRSBlockTags.STANDING_SIGNSBlockTags.STONE_BRICKSItemTags.STONE_BRICKSItemTags.STONE_CRAFTING_MATERIALSBlockTags.STONE_ORE_REPLACEABLESBlockTags.STONE_PRESSURE_PLATESItemTags.STONE_TOOL_MATERIALSBlockTags.STRIDER_WARM_BLOCKSBiomeTags.STRONGHOLD_HAS_STRUCTUREBiomeTags.SWAMP_HUT_HAS_STRUCTUREBlockTags.TALL_FLOWERSItemTags.TALL_FLOWERSBlockTags.TERRACOTTAItemTags.TERRACOTTABlockTags.TRAPDOORSItemTags.TRAPDOORSBlockTags.UNDERWATER_BONEMEALSBlockTags.UNSTABLE_BOTTOM_CENTERBlockTags.VALID_SPAWNGameEventTags.VIBRATIONSstatic final TagKey<ConfiguredStructureFeature<?,?>> ConfiguredStructureFeatureTags.VILLAGEBiomeTags.VILLAGE_DESERT_HAS_STRUCTUREBiomeTags.VILLAGE_PLAINS_HAS_STRUCTUREBiomeTags.VILLAGE_SAVANNA_HAS_STRUCTUREBiomeTags.VILLAGE_SNOWY_HAS_STRUCTUREBiomeTags.VILLAGE_TAIGA_HAS_STRUCTUREBlockTags.WALL_CORALSBlockTags.WALL_POST_OVERRIDEBlockTags.WALL_SIGNSBlockTags.WALLSItemTags.WALLSBlockTags.WARPED_STEMSItemTags.WARPED_STEMSBlockTags.WART_BLOCKSFluidTags.WATERBlockTags.WITHER_IMMUNEBlockTags.WITHER_SUMMON_BASE_BLOCKSBlockTags.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_STAIRSBlockTags.WOODEN_TRAPDOORSItemTags.WOODEN_TRAPDOORSBiomeTags.WOODLAND_MANSION_HAS_STRUCTUREBlockTags.WOOLItemTags.WOOLFields in net.minecraft.tag with type parameters of type TagKeyMethods in net.minecraft.tag that return TagKeyModifier and TypeMethodDescriptionprivate static TagKey<ConfiguredStructureFeature<?,?>> static <T> TagKey<T>TagKey.of(RegistryKey<? extends Registry<T>> registry, Identifier id) private static TagKey<EntityType<?>>Methods in net.minecraft.tag that return types with arguments of type TagKeyModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<TagKey<T>>TagKey.identifierCodec(RegistryKey<? extends Registry<T>> registry) static <T> com.mojang.serialization.Codec<TagKey<T>>TagKey.stringCodec(RegistryKey<? extends Registry<T>> registry) TagKey.tryCast(RegistryKey<? extends Registry<E>> registryRef) Methods in net.minecraft.tag with parameters of type TagKey -
Uses of TagKey in net.minecraft.util.registry
Fields in net.minecraft.util.registry declared as TagKeyFields in net.minecraft.util.registry 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.tagsprivate Map<TagKey<T>,RegistryEntryList.Named<T>> SimpleRegistry.tagToEntryListMethods in net.minecraft.util.registry that return TagKeyMethods in net.minecraft.util.registry that return types with arguments of type TagKeyModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<TagKey<T>,List<RegistryEntry<T>>> RegistryEntryList.Direct.getStorage()com.mojang.datafixers.util.Either<TagKey<T>,List<RegistryEntry<T>>> RegistryEntryList.getStorage()com.mojang.datafixers.util.Either<TagKey<T>,List<RegistryEntry<T>>> RegistryEntryList.Named.getStorage()Registry.streamTags()RegistryEntry.Direct.streamTags()RegistryEntry.Reference.streamTags()RegistryEntry.streamTags()SimpleRegistry.streamTags()abstract Stream<com.mojang.datafixers.util.Pair<TagKey<T>,RegistryEntryList.Named<T>>> Registry.streamTagsAndEntries()Stream<com.mojang.datafixers.util.Pair<TagKey<T>,RegistryEntryList.Named<T>>> SimpleRegistry.streamTagsAndEntries()Methods in net.minecraft.util.registry with parameters of type TagKeyModifier and TypeMethodDescriptionabstract booleanRegistry.containsTag(TagKey<T> tag) booleanSimpleRegistry.containsTag(TagKey<T> tag) private RegistryEntryList.Named<T>SimpleRegistry.createNamedEntryList(TagKey<T> tag) abstract Optional<RegistryEntryList.Named<T>>Registry.getEntryList(TagKey<T> tag) SimpleRegistry.getEntryList(TagKey<T> tag) abstract RegistryEntryList.Named<T>Registry.getOrCreateEntryList(TagKey<T> tag) SimpleRegistry.getOrCreateEntryList(TagKey<T> tag) booleanbooleanbooleanRegistry.iterateEntries(TagKey<T> tag) Method parameters in net.minecraft.util.registry with type arguments of type TagKeyModifier and TypeMethodDescriptionabstract voidRegistry.populateTags(Map<TagKey<T>, List<RegistryEntry<T>>> tagEntries) voidSimpleRegistry.populateTags(Map<TagKey<T>, List<RegistryEntry<T>>> tagEntries) (package private) voidRegistryEntry.Reference.setTags(Collection<TagKey<T>> tags) Constructors in net.minecraft.util.registry with parameters of type TagKey -
Uses of TagKey in net.minecraft.village
Fields in net.minecraft.village declared as TagKeyModifier and TypeFieldDescriptionprivate final TagKey<ConfiguredStructureFeature<?,?>> TradeOffers.SellMapFactory.structureConstructors in net.minecraft.village with parameters of type TagKeyModifierConstructorDescriptionSellMapFactory(int price, TagKey<ConfiguredStructureFeature<?, ?>> structure, String nameKey, MapIcon.Type iconType, int maxUses, int experience) -
Uses of TagKey in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as TagKeyMethods in net.minecraft.world.dimension that return TagKeyMethods in net.minecraft.world.dimension with parameters of type TagKeyModifier and TypeMethodDescriptionstatic DimensionTypeDimensionType.create(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean hasEnderDragonFight, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, TagKey<Block> tagKey, Identifier effects, float ambientLight) Constructors in net.minecraft.world.dimension with parameters of type TagKeyModifierConstructorDescriptionprivateDimensionType(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean hasEnderDragonFight, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, TagKey<Block> tagKey, Identifier effects, float ambientLight) Deprecated.privateDimensionType(OptionalLong fixedTime, boolean hasSkylight, boolean hasCeiling, boolean ultrawarm, boolean natural, double coordinateScale, boolean piglinSafe, boolean bedWorks, boolean respawnAnchorWorks, boolean hasRaids, int minimumY, int height, int logicalHeight, TagKey<Block> tagKey, Identifier effects, float ambientLight) -
Uses of TagKey in net.minecraft.world.event
Methods in net.minecraft.world.event with parameters of type TagKey -
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(TagKey<Block> tag, Vec3i offset) 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 TypeMethodDescriptionConfiguredStructureFeature<C,? extends StructureFeature<C>> ConfiguredStructureFeature<C,? extends StructureFeature<C>> ConfiguredStructureFeature<C,? extends StructureFeature<C>> StructureFeature.configure(C config, TagKey<Biome> biomeTag, boolean bool, Map<SpawnGroup, StructureSpawns> map) ConfiguredStructureFeature<C,? extends StructureFeature<C>> StructureFeature.configure(C config, TagKey<Biome> biomeTag, Map<SpawnGroup, StructureSpawns> map) static 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)