Uses of Record Class
net.minecraft.tag.TagKey
Package
Description
-
Uses of TagKey in net.minecraft.block
-
Uses of TagKey in net.minecraft.block.entity
-
Uses of TagKey in net.minecraft.client.gui.screen.ingame
-
Uses of TagKey in net.minecraft.client.tutorial
Modifier and TypeMethodDescriptionstatic boolean
CraftPlanksTutorialStepHandler.hasCrafted
(ClientPlayerEntity player, TagKey<Item> tag) -
Uses of TagKey in net.minecraft.command.argument
Modifier and TypeFieldDescriptionItemStringReader.id
RegistryPredicateArgumentType.TagBased.key
The field for thekey
record component.BlockPredicateArgumentType.TagPredicate.tag
ItemPredicateArgumentType.TagPredicate.tag
BlockArgumentParser.tagId
Modifier and TypeMethodDescriptionItemStringReader.getId()
BlockArgumentParser.getTagId()
RegistryPredicateArgumentType.TagBased.key()
Returns the value of thekey
record component.Modifier 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()
ModifierConstructorDescription(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
Modifier and TypeFieldDescriptionprivate final Function<TagKey<Block>,
Tag.Builder> ItemTagProvider.blockTags
Modifier and TypeMethodDescriptionprivate static InventoryChangedCriterion.Conditions
RecipeProvider.conditionsFromTag
(TagKey<Item> tag) protected void
protected AbstractTagProvider.ObjectBuilder<T>
AbstractTagProvider.getOrCreateTagBuilder
(TagKey<T> tag) protected Tag.Builder
AbstractTagProvider.getTagBuilder
(TagKey<T> tag) private static void
RecipeProvider.offerPlanksRecipe
(Consumer<RecipeJsonProvider> exporter, ItemConvertible output, TagKey<Item> input) private static void
RecipeProvider.offerPlanksRecipe2
(Consumer<RecipeJsonProvider> exporter, ItemConvertible output, TagKey<Item> input) -
Uses of TagKey in net.minecraft.data.server.recipe
Modifier and TypeMethodDescription -
Uses of TagKey in net.minecraft.entity
Modifier and TypeFieldDescriptionprotected Object2DoubleMap<TagKey<Fluid>>
Entity.fluidHeight
Entity.submergedFluidTag
Modifier and TypeMethodDescriptiondouble
Entity.getFluidHeight
(TagKey<Fluid> fluid) boolean
EntityType.isIn
(TagKey<EntityType<?>> tag) boolean
Entity.isSubmergedIn
(TagKey<Fluid> fluidTag) 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
-
Uses of TagKey in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionprotected void
MagmaCubeEntity.swimUpward
(TagKey<Fluid> fluid) protected void
MobEntity.swimUpward
(TagKey<Fluid> fluid) -
Uses of TagKey in net.minecraft.entity.passive
-
Uses of TagKey in net.minecraft.entity.player
-
Uses of TagKey in net.minecraft.fluid
-
Uses of TagKey in net.minecraft.item
ModifierConstructorDescriptionprotected
MiningToolItem
(float attackDamage, float attackSpeed, ToolMaterial material, TagKey<Block> effectiveBlocks, Item.Settings settings) -
Uses of TagKey in net.minecraft.loot.entry
Modifier and TypeMethodDescriptionstatic LeafEntry.Builder<?>
static LeafEntry.Builder<?>
TagEntry.expandBuilder
(TagKey<Item> name) ModifierConstructorDescription(package private)
TagEntry
(TagKey<Item> name, boolean expand, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) -
Uses of TagKey in net.minecraft.loot.function
Modifier and TypeFieldDescriptionstatic final TagKey<ConfiguredStructureFeature<?,
?>> ExplorationMapLootFunction.DEFAULT_DESTINATION
private TagKey<ConfiguredStructureFeature<?,
?>> ExplorationMapLootFunction.Builder.destination
(package private) final TagKey<ConfiguredStructureFeature<?,
?>> ExplorationMapLootFunction.destination
Modifier and TypeMethodDescriptionprivate static TagKey<ConfiguredStructureFeature<?,
?>> ExplorationMapLootFunction.Serializer.getDestination
(JsonObject json) Modifier and TypeMethodDescriptionExplorationMapLootFunction.Builder.withDestination
(TagKey<ConfiguredStructureFeature<?, ?>> destination) ModifierConstructorDescription(package private)
ExplorationMapLootFunction
(LootCondition[] conditions, TagKey<ConfiguredStructureFeature<?, ?>> destination, MapIcon.Type decoration, byte zoom, int searchRadius, boolean skipExistingChunks) -
Uses of TagKey in net.minecraft.predicate
Modifier and TypeFieldDescriptionBlockPredicate.Builder.tag
BlockPredicate.tag
FluidPredicate.Builder.tag
FluidPredicate.tag
Modifier and TypeMethodDescriptionModifierConstructorDescriptionBlockPredicate
(@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
Modifier and TypeFieldDescriptionprivate final TagKey<EntityType<?>>
EntityTypePredicate.Tagged.tag
Modifier and TypeMethodDescriptionstatic EntityTypePredicate
EntityTypePredicate.create
(TagKey<EntityType<?>> tag) EntityPredicate.Builder.type
(TagKey<EntityType<?>> tag) -
Uses of TagKey in net.minecraft.predicate.item
Modifier and TypeMethodDescriptionModifierConstructorDescriptionItemPredicate
(@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
-
Uses of TagKey in net.minecraft.server.world
Modifier 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
-
Uses of TagKey in net.minecraft.structure.rule
-
Uses of TagKey in net.minecraft.tag
Modifier and TypeFieldDescriptionBlockTags.ACACIA_LOGS
ItemTags.ACACIA_LOGS
BlockTags.ANIMALS_SPAWNABLE_ON
BlockTags.ANVIL
ItemTags.ANVIL
static final TagKey<EntityType<?>>
EntityTypeTags.ARROWS
ItemTags.ARROWS
BlockTags.AXE_MINEABLE
static final TagKey<EntityType<?>>
EntityTypeTags.AXOLOTL_ALWAYS_HOSTILES
static final TagKey<EntityType<?>>
EntityTypeTags.AXOLOTL_HUNT_TARGETS
ItemTags.AXOLOTL_TEMPT_ITEMS
BlockTags.AXOLOTLS_SPAWNABLE_ON
BlockTags.AZALEA_GROWS_ON
BlockTags.AZALEA_ROOT_REPLACEABLE
BlockTags.BAMBOO_PLANTABLE_ON
BlockTags.BANNERS
ItemTags.BANNERS
BlockTags.BASE_STONE_NETHER
BlockTags.BASE_STONE_OVERWORLD
BiomeTags.BASTION_REMNANT_HAS_STRUCTURE
BlockTags.BEACON_BASE_BLOCKS
ItemTags.BEACON_PAYMENT_ITEMS
BlockTags.BEDS
ItemTags.BEDS
BlockTags.BEE_GROWABLES
static final TagKey<EntityType<?>>
EntityTypeTags.BEEHIVE_INHABITORS
BlockTags.BEEHIVES
BlockTags.BIG_DRIPLEAF_PLACEABLE
BlockTags.BIRCH_LOGS
ItemTags.BIRCH_LOGS
ItemTags.BOATS
BiomeTags.BURIED_TREASURE_HAS_STRUCTURE
BlockTags.BUTTONS
ItemTags.BUTTONS
BlockTags.CAMPFIRES
BlockTags.CANDLE_CAKES
BlockTags.CANDLES
ItemTags.CANDLES
BlockTags.CARPETS
ItemTags.CARPETS
BlockTags.CAULDRONS
BlockTags.CAVE_VINES
BlockTags.CLIMBABLE
ItemTags.CLUSTER_MAX_HARVESTABLES
BlockTags.COAL_ORES
ItemTags.COAL_ORES
ItemTags.COALS
BlockTags.COPPER_ORES
ItemTags.COPPER_ORES
BlockTags.CORAL_BLOCKS
BlockTags.CORAL_PLANTS
BlockTags.CORALS
ItemTags.CREEPER_DROP_MUSIC_DISCS
BlockTags.CRIMSON_STEMS
ItemTags.CRIMSON_STEMS
BlockTags.CROPS
BlockTags.CRYSTAL_SOUND_BLOCKS
BlockTags.DARK_OAK_LOGS
ItemTags.DARK_OAK_LOGS
BlockTags.DEEPSLATE_ORE_REPLACEABLES
BiomeTags.DESERT_PYRAMID_HAS_STRUCTURE
BlockTags.DIAMOND_ORES
ItemTags.DIAMOND_ORES
BlockTags.DIRT
ItemTags.DIRT
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.DOLPHIN_LOCATED
BlockTags.DOORS
ItemTags.DOORS
BlockTags.DRAGON_IMMUNE
BlockTags.DRIPSTONE_REPLACEABLE_BLOCKS
BlockTags.EMERALD_ORES
ItemTags.EMERALD_ORES
BiomeTags.END_CITY_HAS_STRUCTURE
BlockTags.ENDERMAN_HOLDABLE
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.EYE_OF_ENDER_LOCATED
BlockTags.FALL_DAMAGE_RESETTING
BlockTags.FEATURES_CANNOT_REPLACE
BlockTags.FENCE_GATES
BlockTags.FENCES
ItemTags.FENCES
BlockTags.FIRE
ItemTags.FISHES
BlockTags.FLOWER_POTS
BlockTags.FLOWERS
ItemTags.FLOWERS
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
BlockTags.GEODE_INVALID_BLOCKS
BlockTags.GOATS_SPAWNABLE_ON
BlockTags.GOLD_ORES
ItemTags.GOLD_ORES
BlockTags.GUARDED_BY_PIGLINS
BlockTags.HOE_MINEABLE
BlockTags.HOGLIN_REPELLENTS
BlockTags.ICE
BiomeTags.IGLOO_HAS_STRUCTURE
GameEventTags.IGNORE_VIBRATIONS_SNEAKING
ItemTags.IGNORED_BY_PIGLIN_BABIES
static final TagKey<EntityType<?>>
EntityTypeTags.IMPACT_PROJECTILES
BlockTags.IMPERMEABLE
BlockTags.INFINIBURN_END
BlockTags.INFINIBURN_NETHER
BlockTags.INFINIBURN_OVERWORLD
BlockTags.INSIDE_STEP_SOUND_BLOCKS
BlockTags.IRON_ORES
ItemTags.IRON_ORES
BiomeTags.IS_BADLANDS
BiomeTags.IS_BEACH
BiomeTags.IS_DEEP_OCEAN
BiomeTags.IS_FOREST
BiomeTags.IS_HILL
BiomeTags.IS_JUNGLE
BiomeTags.IS_MOUNTAIN
BiomeTags.IS_NETHER
BiomeTags.IS_OCEAN
BiomeTags.IS_RIVER
BiomeTags.IS_TAIGA
BlockTags.JUNGLE_LOGS
ItemTags.JUNGLE_LOGS
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
BlockTags.LOGS
ItemTags.LOGS
BlockTags.LOGS_THAT_BURN
ItemTags.LOGS_THAT_BURN
BlockTags.LUSH_GROUND_REPLACEABLE
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.MINESHAFT
BiomeTags.MINESHAFT_HAS_STRUCTURE
BiomeTags.MINESHAFT_MESA_HAS_STRUCTURE
BlockTags.MOOSHROOMS_SPAWNABLE_ON
BlockTags.MOSS_REPLACEABLE
BlockTags.MUSHROOM_GROW_BLOCK
ItemTags.MUSIC_DISCS
BlockTags.NEEDS_DIAMOND_TOOL
BlockTags.NEEDS_IRON_TOOL
BlockTags.NEEDS_STONE_TOOL
BiomeTags.NETHER_FORTRESS_HAS_STRUCTURE
BiomeTags.NETHER_FOSSIL_HAS_STRUCTURE
BlockTags.NON_FLAMMABLE_WOOD
ItemTags.NON_FLAMMABLE_WOOD
BlockTags.NYLIUM
BlockTags.OAK_LOGS
ItemTags.OAK_LOGS
BlockTags.OCCLUDES_VIBRATION_SIGNALS
ItemTags.OCCLUDES_VIBRATION_SIGNALS
BiomeTags.OCEAN_MONUMENT_HAS_STRUCTURE
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.OCEAN_RUIN
BiomeTags.OCEAN_RUIN_COLD_HAS_STRUCTURE
BiomeTags.OCEAN_RUIN_WARM_HAS_STRUCTURE
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.ON_OCEAN_EXPLORER_MAPS
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.ON_TREASURE_MAPS
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.ON_WOODLAND_EXPLORER_MAPS
BlockTags.PARROTS_SPAWNABLE_ON
BlockTags.PICKAXE_MINEABLE
ItemTags.PIGLIN_FOOD
ItemTags.PIGLIN_LOVED
BlockTags.PIGLIN_REPELLENTS
ItemTags.PIGLIN_REPELLENTS
BiomeTags.PILLAGER_OUTPOST_HAS_STRUCTURE
BlockTags.PLANKS
ItemTags.PLANKS
BlockTags.POLAR_BEARS_SPAWNABLE_ON_IN_FROZEN_OCEAN
BlockTags.PORTALS
static final TagKey<EntityType<?>>
EntityTypeTags.POWDER_SNOW_WALKABLE_MOBS
BlockTags.PRESSURE_PLATES
BlockTags.PREVENT_MOB_SPAWNING_INSIDE
BlockTags.RABBITS_SPAWNABLE_ON
static final TagKey<EntityType<?>>
EntityTypeTags.RAIDERS
BlockTags.RAILS
ItemTags.RAILS
BlockTags.REDSTONE_ORES
ItemTags.REDSTONE_ORES
BlockTags.REPLACEABLE_PLANTS
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.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<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.SHIPWRECK
BiomeTags.SHIPWRECK_BEACHED_HAS_STRUCTURE
BiomeTags.SHIPWRECK_HAS_STRUCTURE
BlockTags.SHOVEL_MINEABLE
BlockTags.SHULKER_BOXES
BlockTags.SIGNS
ItemTags.SIGNS
static final TagKey<EntityType<?>>
EntityTypeTags.SKELETONS
BlockTags.SLABS
ItemTags.SLABS
BlockTags.SMALL_DRIPLEAF_PLACEABLE
BlockTags.SMALL_FLOWERS
ItemTags.SMALL_FLOWERS
BlockTags.SNOW
BlockTags.SOUL_FIRE_BASE_BLOCKS
ItemTags.SOUL_FIRE_BASE_BLOCKS
BlockTags.SOUL_SPEED_BLOCKS
BlockTags.SPRUCE_LOGS
ItemTags.SPRUCE_LOGS
BlockTags.STAIRS
ItemTags.STAIRS
BlockTags.STANDING_SIGNS
BlockTags.STONE_BRICKS
ItemTags.STONE_BRICKS
ItemTags.STONE_CRAFTING_MATERIALS
BlockTags.STONE_ORE_REPLACEABLES
BlockTags.STONE_PRESSURE_PLATES
ItemTags.STONE_TOOL_MATERIALS
BlockTags.STRIDER_WARM_BLOCKS
BiomeTags.STRONGHOLD_HAS_STRUCTURE
BiomeTags.SWAMP_HUT_HAS_STRUCTURE
BlockTags.TALL_FLOWERS
ItemTags.TALL_FLOWERS
BlockTags.TERRACOTTA
ItemTags.TERRACOTTA
BlockTags.TRAPDOORS
ItemTags.TRAPDOORS
BlockTags.UNDERWATER_BONEMEALS
BlockTags.UNSTABLE_BOTTOM_CENTER
BlockTags.VALID_SPAWN
GameEventTags.VIBRATIONS
static final TagKey<ConfiguredStructureFeature<?,
?>> ConfiguredStructureFeatureTags.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
BlockTags.WALL_CORALS
BlockTags.WALL_POST_OVERRIDE
BlockTags.WALL_SIGNS
BlockTags.WALLS
ItemTags.WALLS
BlockTags.WARPED_STEMS
ItemTags.WARPED_STEMS
BlockTags.WART_BLOCKS
FluidTags.WATER
BlockTags.WITHER_IMMUNE
BlockTags.WITHER_SUMMON_BASE_BLOCKS
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
BlockTags.WOODEN_TRAPDOORS
ItemTags.WOODEN_TRAPDOORS
BiomeTags.WOODLAND_MANSION_HAS_STRUCTURE
BlockTags.WOOL
ItemTags.WOOL
Modifier and TypeMethodDescriptionprivate static TagKey<ConfiguredStructureFeature<?,
?>> static <T> TagKey<T>
TagKey.of
(RegistryKey<? extends Registry<T>> registry, Identifier id) private static TagKey<EntityType<?>>
Modifier 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) -
Uses of TagKey in net.minecraft.util.registry
Modifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<TagKey<E>,
List<RegistryEntry<E>>>> RegistryEntryListCodec.entryListStorageCodec
RegistryEntry.Reference.tags
private Map<TagKey<T>,
RegistryEntryList.Named<T>> SimpleRegistry.tagToEntryList
Modifier 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()
Modifier and TypeMethodDescriptionabstract boolean
Registry.containsTag
(TagKey<T> tag) boolean
SimpleRegistry.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) boolean
boolean
boolean
Registry.iterateEntries
(TagKey<T> tag) Modifier and TypeMethodDescriptionabstract void
Registry.populateTags
(Map<TagKey<T>, List<RegistryEntry<T>>> tagEntries) void
SimpleRegistry.populateTags
(Map<TagKey<T>, List<RegistryEntry<T>>> tagEntries) (package private) void
RegistryEntry.Reference.setTags
(Collection<TagKey<T>> tags) -
Uses of TagKey in net.minecraft.village
Modifier and TypeFieldDescriptionprivate final TagKey<ConfiguredStructureFeature<?,
?>> TradeOffers.SellMapFactory.structure
ModifierConstructorDescriptionSellMapFactory
(int price, TagKey<ConfiguredStructureFeature<?, ?>> structure, String nameKey, MapIcon.Type iconType, int maxUses, int experience) -
Uses of TagKey in net.minecraft.world.dimension
Modifier and TypeMethodDescriptionstatic DimensionType
DimensionType.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) ModifierConstructorDescriptionprivate
DimensionType
(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.private
DimensionType
(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
-
Uses of TagKey in net.minecraft.world.gen.blockpredicate
Modifier and TypeMethodDescriptionstatic BlockPredicate
BlockPredicate.matchingBlockTag
(TagKey<Block> offset) static BlockPredicate
BlockPredicate.matchingBlockTag
(TagKey<Block> tag, Vec3i offset) ModifierConstructorDescriptionprotected
MatchingBlockTagPredicate
(Vec3i offset, TagKey<Block> tag) -
Uses of TagKey in net.minecraft.world.gen.feature
Modifier and TypeFieldDescriptionGeodeLayerConfig.cannotReplace
GeodeLayerConfig.invalidBlocks
VegetationPatchFeatureConfig.replaceable
RootSystemFeatureConfig.rootReplaceable
Modifier 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) ModifierConstructorDescriptionGeodeLayerConfig
(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)