Uses of Interface
net.minecraft.core.Holder
Packages that use Holder
Package
Description
-
Uses of Holder in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type HolderModifier and TypeMethodDescriptionprivate static String
DebugScreenOverlay.printBiome
(Holder<Biome> p_205375_) -
Uses of Holder in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as HolderFields in net.minecraft.client.gui.screens with type parameters of type HolderConstructors in net.minecraft.client.gui.screens with parameters of type HolderModifierConstructorDescriptionCreateBuffetWorldScreen
(Screen p_205384_, RegistryAccess p_205385_, Consumer<Holder<Biome>> p_205386_, Holder<Biome> p_205387_) Constructor parameters in net.minecraft.client.gui.screens with type arguments of type HolderModifierConstructorDescriptionCreateBuffetWorldScreen
(Screen p_205384_, RegistryAccess p_205385_, Consumer<Holder<Biome>> p_205386_, Holder<Biome> p_205387_) -
Uses of Holder in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection that return HolderModifier and TypeMethodDescriptionWorldPreset.parseBuffetSettings
(RegistryAccess p_205491_, WorldGenSettings p_205492_) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type HolderModifier and TypeMethodDescriptionprivate static WorldGenSettings
WorldPreset.fromBuffetSettings
(RegistryAccess p_205494_, WorldGenSettings p_205495_, Holder<Biome> p_205496_) -
Uses of Holder in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return HolderModifier and TypeMethodDescriptionClientLevel.getUncachedNoiseBiome
(int p_205516_, int p_205517_, int p_205518_) Constructors in net.minecraft.client.multiplayer with parameters of type HolderModifierConstructorDescriptionClientLevel
(ClientPacketListener p_205505_, ClientLevel.ClientLevelData p_205506_, ResourceKey<Level> p_205507_, Holder<DimensionType> p_205508_, int p_205509_, int p_205510_, Supplier<ProfilerFiller> p_205511_, LevelRenderer p_205512_, boolean p_205513_, long p_205514_) -
Uses of Holder in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments that return HolderModifier and TypeMethodDescriptionstatic Holder<ConfiguredFeature<?,
?>> ResourceKeyArgument.getConfiguredFeature
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_212389_, String p_212390_) Methods in net.minecraft.commands.arguments with parameters of type Holder -
Uses of Holder in net.minecraft.core
Classes in net.minecraft.core that implement HolderModifier and TypeClassDescriptionstatic final record
static class
Fields in net.minecraft.core declared as HolderFields in net.minecraft.core with type parameters of type HolderModifier and TypeFieldDescriptionHolderSet.Direct.contents
HolderSet.Named.contents
HolderSet.Direct.contentsSet
Methods in net.minecraft.core that return HolderModifier and TypeMethodDescriptionstatic <T> Holder<T>
Holder.direct
(T p_205710_) HolderSet.get
(int p_205798_) HolderSet.ListBacked.get
(int p_205823_) Registry.getHolderOrThrow
(ResourceKey<T> p_206082_) MappedRegistry.getOrCreateHolder
(ResourceKey<T> p_205913_) Registry.getOrCreateHolder
(ResourceKey<T> p_206057_) static <T> Holder<T>
Holder.hackyErase
(Holder<? extends T> p_205707_) MappedRegistry.register
(ResourceKey<T> p_205891_, T p_205892_, com.mojang.serialization.Lifecycle p_205893_) WritableRegistry.register
(ResourceKey<T> p_206376_, T p_206377_, com.mojang.serialization.Lifecycle p_206378_) DefaultedRegistry.registerMapping
(int p_205698_, ResourceKey<T> p_205699_, T p_205700_, com.mojang.serialization.Lifecycle p_205701_) MappedRegistry.registerMapping
(int p_205853_, ResourceKey<T> p_205854_, T p_205855_, com.mojang.serialization.Lifecycle p_205856_) MappedRegistry.registerMapping
(int p_205858_, ResourceKey<T> p_205859_, T p_205860_, com.mojang.serialization.Lifecycle p_205861_, boolean p_205862_) WritableRegistry.registerMapping
(int p_206368_, ResourceKey<T> p_206369_, T p_206370_, com.mojang.serialization.Lifecycle p_206371_) MappedRegistry.registerOrOverride
(OptionalInt p_205884_, ResourceKey<T> p_205885_, T p_205886_, com.mojang.serialization.Lifecycle p_205887_) WritableRegistry.registerOrOverride
(OptionalInt p_206372_, ResourceKey<T> p_206373_, T p_206374_, com.mojang.serialization.Lifecycle p_206375_) Methods in net.minecraft.core that return types with arguments of type HolderModifier and TypeMethodDescriptionRegistry.asHolderIdMap()
HolderSet.Direct.contents()
HolderSet.ListBacked.contents()
HolderSet.Named.contents()
MappedRegistry.getHolder
(int p_205907_) MappedRegistry.getHolder
(ResourceKey<T> p_205905_) Registry.getHolder
(int p_206051_) Registry.getHolder
(ResourceKey<T> p_206050_) HolderSet.getRandomElement
(Random p_205802_) HolderSet.ListBacked.getRandomElement
(Random p_205825_) Registry.getTagOrEmpty
(TagKey<T> p_206059_) Registry.holderByNameCodec()
HolderSet.ListBacked.iterator()
HolderSet.ListBacked.spliterator()
HolderSet.ListBacked.stream()
HolderSet.stream()
HolderSet.Direct.unwrap()
HolderSet.Named.unwrap()
HolderSet.unwrap()
Methods in net.minecraft.core with parameters of type HolderModifier and TypeMethodDescriptionboolean
boolean
boolean
static <T> HolderSet.Direct<T>
static <T> Holder<T>
Holder.hackyErase
(Holder<? extends T> p_205707_) Method parameters in net.minecraft.core with type arguments of type HolderModifier and TypeMethodDescriptionvoid
void
abstract void
static <E,
T> HolderSet.Direct<T> static <E,
T> HolderSet.Direct<T> static <T> HolderSet.Direct<T>
Constructor parameters in net.minecraft.core with type arguments of type Holder -
Uses of Holder in net.minecraft.data
Fields in net.minecraft.data with type parameters of type HolderModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,
Supplier<? extends Holder<?>>> BuiltinRegistries.LOADERS
Methods in net.minecraft.data that return HolderModifier and TypeMethodDescriptionstatic <T> Holder<T>
static <T> Holder<T>
BuiltinRegistries.register
(Registry<T> p_206385_, ResourceKey<T> p_206386_, T p_206387_) static <T> Holder<T>
BuiltinRegistries.register
(Registry<T> p_206389_, ResourceLocation p_206390_, T p_206391_) static <V extends T,
T>
Holder<V>BuiltinRegistries.registerExact
(Registry<T> p_206381_, String p_206382_, V p_206383_) Method parameters in net.minecraft.data with type arguments of type HolderModifier and TypeMethodDescriptionprivate static <T extends IForgeRegistryEntry<T>>
Registry<T>BuiltinRegistries.forge
(ResourceKey<? extends Registry<T>> key, Supplier<? extends Holder<? extends T>> holderSupplier) private static <T,
R extends WritableRegistry<T>>
RBuiltinRegistries.internalRegister
(ResourceKey<? extends Registry<T>> p_123889_, R p_123890_, Supplier<? extends Holder<? extends T>> p_123891_, com.mojang.serialization.Lifecycle p_123892_) private static <T> Registry<T>
BuiltinRegistries.registerSimple
(ResourceKey<? extends Registry<T>> p_123885_, com.mojang.serialization.Lifecycle p_123886_, Supplier<? extends Holder<? extends T>> p_123887_) private static <T> Registry<T>
BuiltinRegistries.registerSimple
(ResourceKey<? extends Registry<T>> p_123894_, Supplier<? extends Holder<? extends T>> p_123895_) -
Uses of Holder in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen declared as HolderModifier and TypeFieldDescriptionstatic final Holder<StructureProcessorList>
ProcessorLists.BASTION_GENERIC_DEGRADATION
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.BASTION_REMNANT
static final Holder<StructureProcessorList>
ProcessorLists.BOTTOM_RAMPART
static final Holder<StructureProcessorList>
ProcessorLists.BRIDGE
private static final Holder<StructureTemplatePool>
Pools.BUILTIN_EMPTY
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.BURIED_TREASURE
static final Holder<StructureSet>
StructureSets.BURIED_TREASURES
static final Holder<ConfiguredWorldCarver<CanyonCarverConfiguration>>
Carvers.CANYON
static final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>
Carvers.CAVE
static final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>
Carvers.CAVE_EXTRA_UNDERGROUND
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.DESERT_PYRAMID
static final Holder<StructureSet>
StructureSets.DESERT_PYRAMIDS
static final Holder<StructureProcessorList>
ProcessorLists.EMPTY
static final Holder<StructureSet>
StructureSets.END_CITIES
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.END_CITY
static final Holder<StructureProcessorList>
ProcessorLists.ENTRANCE_REPLACEMENT
static final Holder<StructureProcessorList>
ProcessorLists.FARM_DESERT
static final Holder<StructureProcessorList>
ProcessorLists.FARM_PLAINS
static final Holder<StructureProcessorList>
ProcessorLists.FARM_SAVANNA
static final Holder<StructureProcessorList>
ProcessorLists.FARM_SNOWY
static final Holder<StructureProcessorList>
ProcessorLists.FARM_TAIGA
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.FORTRESS
static final Holder<StructureProcessorList>
ProcessorLists.FOSSIL_COAL
static final Holder<StructureProcessorList>
ProcessorLists.FOSSIL_DIAMONDS
static final Holder<StructureProcessorList>
ProcessorLists.FOSSIL_ROT
static final Holder<StructureProcessorList>
ProcessorLists.HIGH_RAMPART
static final Holder<StructureProcessorList>
ProcessorLists.HIGH_WALL
static final Holder<StructureProcessorList>
ProcessorLists.HOUSING
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.IGLOO
static final Holder<StructureSet>
StructureSets.IGLOOS
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.JUNGLE_TEMPLE
static final Holder<StructureSet>
StructureSets.JUNGLE_TEMPLES
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.MINESHAFT
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.MINESHAFT_MESA
static final Holder<StructureSet>
StructureSets.MINESHAFTS
static final Holder<StructureProcessorList>
ProcessorLists.MOSSIFY_10_PERCENT
static final Holder<StructureProcessorList>
ProcessorLists.MOSSIFY_20_PERCENT
static final Holder<StructureProcessorList>
ProcessorLists.MOSSIFY_70_PERCENT
static final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>
Carvers.NETHER_CAVE
static final Holder<StructureSet>
StructureSets.NETHER_COMPLEXES
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.NETHER_FOSSIL
static final Holder<StructureSet>
StructureSets.NETHER_FOSSILS
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.OCEAN_MONUMENT
static final Holder<StructureSet>
StructureSets.OCEAN_MONUMENTS
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.OCEAN_RUIN_COLD
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.OCEAN_RUIN_WARM
static final Holder<StructureSet>
StructureSets.OCEAN_RUINS
static final Holder<StructureProcessorList>
ProcessorLists.OUTPOST_ROT
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.PILLAGER_OUTPOST
static final Holder<StructureSet>
StructureSets.PILLAGER_OUTPOSTS
static final Holder<StructureProcessorList>
ProcessorLists.RAMPART_DEGRADATION
static final Holder<StructureProcessorList>
ProcessorLists.ROOF
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.RUINED_PORTAL_DESERT
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.RUINED_PORTAL_JUNGLE
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.RUINED_PORTAL_MOUNTAIN
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.RUINED_PORTAL_NETHER
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.RUINED_PORTAL_OCEAN
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.RUINED_PORTAL_STANDARD
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.RUINED_PORTAL_SWAMP
static final Holder<StructureSet>
StructureSets.RUINED_PORTALS
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.SHIPWRECK
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.SHIPWRECK_BEACHED
static final Holder<StructureSet>
StructureSets.SHIPWRECKS
static final Holder<StructureProcessorList>
ProcessorLists.SIDE_WALL_DEGRADATION
static final Holder<StructureProcessorList>
ProcessorLists.STABLE_DEGRADATION
static final Holder<StructureTemplatePool>
BastionPieces.START
static final Holder<StructureTemplatePool>
DesertVillagePools.START
static final Holder<StructureTemplatePool>
PillagerOutpostPools.START
static final Holder<StructureTemplatePool>
PlainVillagePools.START
static final Holder<StructureTemplatePool>
SavannaVillagePools.START
static final Holder<StructureTemplatePool>
SnowyVillagePools.START
static final Holder<StructureTemplatePool>
TaigaVillagePools.START
static final Holder<StructureProcessorList>
ProcessorLists.STREET_PLAINS
static final Holder<StructureProcessorList>
ProcessorLists.STREET_SAVANNA
static final Holder<StructureProcessorList>
ProcessorLists.STREET_SNOWY_OR_TAIGA
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.STRONGHOLD
static final Holder<StructureSet>
StructureSets.STRONGHOLDS
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.SWAMP_HUT
static final Holder<StructureSet>
StructureSets.SWAMP_HUTS
static final Holder<StructureProcessorList>
ProcessorLists.TREASURE_ROOMS
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.VILLAGE_DESERT
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.VILLAGE_PLAINS
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.VILLAGE_SAVANNA
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.VILLAGE_SNOWY
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.VILLAGE_TAIGA
static final Holder<StructureSet>
StructureSets.VILLAGES
static final Holder<ConfiguredStructureFeature<?,
?>> StructureFeatures.WOODLAND_MANSION
static final Holder<StructureSet>
StructureSets.WOODLAND_MANSIONS
static final Holder<StructureProcessorList>
ProcessorLists.ZOMBIE_DESERT
static final Holder<StructureProcessorList>
ProcessorLists.ZOMBIE_PLAINS
static final Holder<StructureProcessorList>
ProcessorLists.ZOMBIE_SAVANNA
static final Holder<StructureProcessorList>
ProcessorLists.ZOMBIE_SNOWY
static final Holder<StructureProcessorList>
ProcessorLists.ZOMBIE_TAIGA
Methods in net.minecraft.data.worldgen that return HolderModifier and TypeMethodDescriptionstatic Holder<NormalNoise.NoiseParameters>
NoiseData.bootstrap()
static Holder<StructureTemplatePool>
Pools.bootstrap()
static Holder<? extends ConfiguredStructureFeature<?,
?>> StructureFeatures.bootstrap()
static Holder<StructureSet>
StructureSets.bootstrap()
private static <WC extends CarverConfiguration>
Holder<ConfiguredWorldCarver<WC>>Carvers.register
(String p_206431_, ConfiguredWorldCarver<WC> p_206432_) static Holder<StructureTemplatePool>
Pools.register
(StructureTemplatePool p_211104_) private static Holder<StructureProcessorList>
ProcessorLists.register
(String p_206438_, com.google.common.collect.ImmutableList<StructureProcessor> p_206439_) private static <FC extends FeatureConfiguration,
F extends StructureFeature<FC>>
Holder<ConfiguredStructureFeature<?,?>> StructureFeatures.register
(ResourceKey<ConfiguredStructureFeature<?, ?>> p_211107_, ConfiguredStructureFeature<FC, F> p_211108_) static Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211132_, Holder<ConfiguredStructureFeature<?, ?>> p_211133_, StructurePlacement p_211134_) static Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211129_, StructureSet p_211130_) Methods in net.minecraft.data.worldgen with parameters of type HolderModifier and TypeMethodDescriptionstatic Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211132_, Holder<ConfiguredStructureFeature<?, ?>> p_211133_, StructurePlacement p_211134_) -
Uses of Holder in net.minecraft.data.worldgen.biome
Methods in net.minecraft.data.worldgen.biome that return Holder -
Uses of Holder in net.minecraft.data.worldgen.features
Fields in net.minecraft.data.worldgen.features declared as HolderModifier and TypeFieldDescriptionstatic final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.ACACIA
static final Holder<ConfiguredFeature<GeodeConfiguration,
?>> CaveFeatures.AMETHYST_GEODE
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.AZALEA_TREE
static final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,
?>> VegetationFeatures.BAMBOO_NO_PODZOL
static final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,
?>> VegetationFeatures.BAMBOO_SOME_PODZOL
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.BAMBOO_VEGETATION
static final Holder<ConfiguredFeature<ReplaceSphereConfiguration,
?>> NetherFeatures.BASALT_BLOBS
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> NetherFeatures.BASALT_PILLAR
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.BIRCH
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.BIRCH_BEES_0002
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.BIRCH_BEES_002
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.BIRCH_BEES_005
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.BIRCH_TALL
static final Holder<ConfiguredFeature<ReplaceSphereConfiguration,
?>> NetherFeatures.BLACKSTONE_BLOBS
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> MiscOverworldFeatures.BLUE_ICE
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> MiscOverworldFeatures.BONUS_CHEST
static final Holder<ConfiguredFeature<BlockColumnConfiguration,
?>> CaveFeatures.CAVE_VINE
static final Holder<ConfiguredFeature<BlockColumnConfiguration,
?>> CaveFeatures.CAVE_VINE_IN_MOSS
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> EndFeatures.CHORUS_PLANT
static final Holder<ConfiguredFeature<VegetationPatchConfiguration,
?>> CaveFeatures.CLAY_POOL_WITH_DRIPLEAVES
static final Holder<ConfiguredFeature<VegetationPatchConfiguration,
?>> CaveFeatures.CLAY_WITH_DRIPLEAVES
static final Holder<ConfiguredFeature<NetherForestVegetationConfig,
?>> NetherFeatures.CRIMSON_FOREST_VEGETATION
static final Holder<ConfiguredFeature<NetherForestVegetationConfig,
?>> NetherFeatures.CRIMSON_FOREST_VEGETATION_BONEMEAL
static final Holder<ConfiguredFeature<HugeFungusConfiguration,
?>> TreeFeatures.CRIMSON_FUNGUS
static final Holder<ConfiguredFeature<HugeFungusConfiguration,
?>> TreeFeatures.CRIMSON_FUNGUS_PLANTED
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.DARK_FOREST_VEGETATION
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.DARK_OAK
static final Holder<ConfiguredFeature<DeltaFeatureConfiguration,
?>> NetherFeatures.DELTA
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> MiscOverworldFeatures.DESERT_WELL
static final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.DISK_CLAY
static final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.DISK_GRAVEL
static final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.DISK_SAND
static final Holder<ConfiguredFeature<SimpleRandomFeatureConfiguration,
?>> CaveFeatures.DRIPLEAF
static final Holder<ConfiguredFeature<DripstoneClusterConfiguration,
?>> CaveFeatures.DRIPSTONE_CLUSTER
static final Holder<ConfiguredFeature<EndGatewayConfiguration,
?>> EndFeatures.END_GATEWAY_DELAYED
static final Holder<ConfiguredFeature<EndGatewayConfiguration,
?>> EndFeatures.END_GATEWAY_RETURN
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> EndFeatures.END_ISLAND
static final Holder<ConfiguredFeature<SpikeConfiguration,
?>> EndFeatures.END_SPIKE
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.FANCY_OAK
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.FANCY_OAK_BEES
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.FANCY_OAK_BEES_0002
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.FANCY_OAK_BEES_002
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.FANCY_OAK_BEES_005
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_DEFAULT
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_FLOWER_FOREST
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_MEADOW
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_PLAIN
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.FLOWER_SWAMP
static final Holder<ConfiguredFeature<SimpleRandomFeatureConfiguration,
?>> VegetationFeatures.FOREST_FLOWERS
static final Holder<ConfiguredFeature<BlockStateConfiguration,
?>> MiscOverworldFeatures.FOREST_ROCK
static final Holder<ConfiguredFeature<FossilFeatureConfiguration,
?>> CaveFeatures.FOSSIL_COAL
static final Holder<ConfiguredFeature<FossilFeatureConfiguration,
?>> CaveFeatures.FOSSIL_DIAMONDS
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> MiscOverworldFeatures.FREEZE_TOP_LAYER
static final Holder<ConfiguredFeature<GlowLichenConfiguration,
?>> CaveFeatures.GLOW_LICHEN
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> NetherFeatures.GLOWSTONE_EXTRA
static final Holder<ConfiguredFeature<HugeMushroomFeatureConfiguration,
?>> TreeFeatures.HUGE_BROWN_MUSHROOM
static final Holder<ConfiguredFeature<HugeMushroomFeatureConfiguration,
?>> TreeFeatures.HUGE_RED_MUSHROOM
static final Holder<ConfiguredFeature<DiskConfiguration,
?>> MiscOverworldFeatures.ICE_PATCH
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> MiscOverworldFeatures.ICE_SPIKE
static final Holder<ConfiguredFeature<BlockStateConfiguration,
?>> MiscOverworldFeatures.ICEBERG_BLUE
static final Holder<ConfiguredFeature<BlockStateConfiguration,
?>> MiscOverworldFeatures.ICEBERG_PACKED
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.JUNGLE_BUSH
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.JUNGLE_TREE
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.JUNGLE_TREE_NO_VINE
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> AquaticFeatures.KELP
static final Holder<ConfiguredFeature<LakeFeature.Configuration,
?>> MiscOverworldFeatures.LAKE_LAVA
static final Holder<ConfiguredFeature<ColumnFeatureConfiguration,
?>> NetherFeatures.LARGE_BASALT_COLUMNS
static final Holder<ConfiguredFeature<LargeDripstoneConfiguration,
?>> CaveFeatures.LARGE_DRIPSTONE
static final Holder<ConfiguredFeature<RandomBooleanFeatureConfiguration,
?>> CaveFeatures.LUSH_CAVES_CLAY
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.MEADOW_TREES
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.MEGA_JUNGLE_TREE
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.MEGA_PINE
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.MEGA_SPRUCE
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> CaveFeatures.MONSTER_ROOM
static final Holder<ConfiguredFeature<VegetationPatchConfiguration,
?>> CaveFeatures.MOSS_PATCH
static final Holder<ConfiguredFeature<VegetationPatchConfiguration,
?>> CaveFeatures.MOSS_PATCH_BONEMEAL
static final Holder<ConfiguredFeature<VegetationPatchConfiguration,
?>> CaveFeatures.MOSS_PATCH_CEILING
static final Holder<ConfiguredFeature<SimpleBlockConfiguration,
?>> CaveFeatures.MOSS_VEGETATION
static final Holder<ConfiguredFeature<RandomBooleanFeatureConfiguration,
?>> VegetationFeatures.MUSHROOM_ISLAND_VEGETATION
static final Holder<ConfiguredFeature<NetherForestVegetationConfig,
?>> NetherFeatures.NETHER_SPROUTS
static final Holder<ConfiguredFeature<NetherForestVegetationConfig,
?>> NetherFeatures.NETHER_SPROUTS_BONEMEAL
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.OAK
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.OAK_BEES_0002
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.OAK_BEES_002
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.OAK_BEES_005
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_ANCIENT_DEBRIS_LARGE
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_ANCIENT_DEBRIS_SMALL
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_ANDESITE
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_BLACKSTONE
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_CLAY
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_COAL
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_COAL_BURIED
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_COPPER_LARGE
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_COPPPER_SMALL
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_DIAMOND_BURIED
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_DIAMOND_LARGE
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_DIAMOND_SMALL
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_DIORITE
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_DIRT
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_EMERALD
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_GOLD
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_GOLD_BURIED
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_GRANITE
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_GRAVEL
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_GRAVEL_NETHER
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_INFESTED
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_IRON
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_IRON_SMALL
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_LAPIS
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_LAPIS_BURIED
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_MAGMA
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_NETHER_GOLD
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_QUARTZ
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_REDSTONE
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_SOUL_SAND
static final Holder<ConfiguredFeature<OreConfiguration,
?>> OreFeatures.ORE_TUFF
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_BERRY_BUSH
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_BROWN_MUSHROOM
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_CACTUS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> NetherFeatures.PATCH_CRIMSON_ROOTS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_DEAD_BUSH
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> NetherFeatures.PATCH_FIRE
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_GRASS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_GRASS_JUNGLE
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_LARGE_FERN
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_MELON
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_PUMPKIN
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_RED_MUSHROOM
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> NetherFeatures.PATCH_SOUL_FIRE
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_SUGAR_CANE
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_SUNFLOWER
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_TAIGA_GRASS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_TALL_GRASS
static final Holder<ConfiguredFeature<RandomPatchConfiguration,
?>> VegetationFeatures.PATCH_WATERLILY
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_HAY
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_ICE
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_MELON
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_PUMPKIN
static final Holder<ConfiguredFeature<BlockPileConfiguration,
?>> PileFeatures.PILE_SNOW
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.PINE
static final Holder<ConfiguredFeature<SimpleRandomFeatureConfiguration,
?>> CaveFeatures.POINTED_DRIPSTONE
static final Holder<ConfiguredFeature<RootSystemConfiguration,
?>> CaveFeatures.ROOTED_AZALEA_TREE
static final Holder<ConfiguredFeature<CountConfiguration,
?>> AquaticFeatures.SEA_PICKLE
static final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,
?>> AquaticFeatures.SEAGRASS_MID
static final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,
?>> AquaticFeatures.SEAGRASS_SHORT
static final Holder<ConfiguredFeature<SimpleBlockConfiguration,
?>> AquaticFeatures.SEAGRASS_SIMPLE
static final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,
?>> AquaticFeatures.SEAGRASS_SLIGHTLY_LESS_SHORT
static final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,
?>> AquaticFeatures.SEAGRASS_TALL
static final Holder<ConfiguredFeature<SimpleBlockConfiguration,
?>> VegetationFeatures.SINGLE_PIECE_OF_GRASS
static final Holder<ConfiguredFeature<ColumnFeatureConfiguration,
?>> NetherFeatures.SMALL_BASALT_COLUMNS
static final Holder<ConfiguredFeature<SimpleBlockConfiguration,
?>> CaveFeatures.SPORE_BLOSSOM
static final Holder<ConfiguredFeature<SpringConfiguration,
?>> MiscOverworldFeatures.SPRING_LAVA_FROZEN
static final Holder<ConfiguredFeature<SpringConfiguration,
?>> NetherFeatures.SPRING_LAVA_NETHER
static final Holder<ConfiguredFeature<SpringConfiguration,
?>> MiscOverworldFeatures.SPRING_LAVA_OVERWORLD
static final Holder<ConfiguredFeature<SpringConfiguration,
?>> NetherFeatures.SPRING_NETHER_CLOSED
static final Holder<ConfiguredFeature<SpringConfiguration,
?>> NetherFeatures.SPRING_NETHER_OPEN
static final Holder<ConfiguredFeature<SpringConfiguration,
?>> MiscOverworldFeatures.SPRING_WATER
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.SPRUCE
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.SUPER_BIRCH_BEES
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.SUPER_BIRCH_BEES_0002
static final Holder<ConfiguredFeature<TreeConfiguration,
?>> TreeFeatures.SWAMP_OAK
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_BIRCH_AND_OAK
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_FLOWER_FOREST
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_GROVE
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_JUNGLE
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_OLD_GROWTH_PINE_TAIGA
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGA
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_PLAINS
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_SAVANNA
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_SPARSE_JUNGLE
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_TAIGA
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_WATER
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.TREES_WINDSWEPT_HILLS
static final Holder<ConfiguredFeature<TwistingVinesConfig,
?>> NetherFeatures.TWISTING_VINES
static final Holder<ConfiguredFeature<TwistingVinesConfig,
?>> NetherFeatures.TWISTING_VINES_BONEMEAL
static final Holder<ConfiguredFeature<UnderwaterMagmaConfiguration,
?>> CaveFeatures.UNDERWATER_MAGMA
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> VegetationFeatures.VINES
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> MiscOverworldFeatures.VOID_START_PLATFORM
static final Holder<ConfiguredFeature<SimpleRandomFeatureConfiguration,
?>> AquaticFeatures.WARM_OCEAN_VEGETATION
static final Holder<ConfiguredFeature<NetherForestVegetationConfig,
?>> NetherFeatures.WARPED_FOREST_VEGETATION_BONEMEAL
static final Holder<ConfiguredFeature<NetherForestVegetationConfig,
?>> NetherFeatures.WARPED_FOREST_VEGETION
static final Holder<ConfiguredFeature<HugeFungusConfiguration,
?>> TreeFeatures.WARPED_FUNGUS
static final Holder<ConfiguredFeature<HugeFungusConfiguration,
?>> TreeFeatures.WARPED_FUNGUS_PLANTED
static final Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> NetherFeatures.WEEPING_VINES
Methods in net.minecraft.data.worldgen.features that return HolderModifier and TypeMethodDescriptionstatic Holder<? extends ConfiguredFeature<?,
?>> FeatureUtils.bootstrap()
private static Holder<PlacedFeature>
CaveFeatures.makeDripleaf
(Direction p_206468_) private static Holder<PlacedFeature>
CaveFeatures.makeSmallDripleaf()
static <FC extends FeatureConfiguration,
F extends Feature<FC>>
Holder<ConfiguredFeature<FC,?>> static Holder<ConfiguredFeature<NoneFeatureConfiguration,
?>> FeatureUtils.register
(String p_206486_, Feature<NoneFeatureConfiguration> p_206487_) Methods in net.minecraft.data.worldgen.features with parameters of type HolderModifier and TypeMethodDescriptionstatic RandomPatchConfiguration
FeatureUtils.simpleRandomPatchConfiguration
(int p_206471_, Holder<PlacedFeature> p_206472_) -
Uses of Holder in net.minecraft.data.worldgen.placement
Fields in net.minecraft.data.worldgen.placement declared as HolderModifier and TypeFieldDescriptionstatic final Holder<PlacedFeature>
TreePlacements.ACACIA_CHECKED
static final Holder<PlacedFeature>
VillagePlacements.ACACIA_VILLAGE
static final Holder<PlacedFeature>
CavePlacements.AMETHYST_GEODE
static final Holder<PlacedFeature>
VegetationPlacements.BAMBOO
static final Holder<PlacedFeature>
VegetationPlacements.BAMBOO_LIGHT
static final Holder<PlacedFeature>
VegetationPlacements.BAMBOO_VEGETATION
static final Holder<PlacedFeature>
NetherPlacements.BASALT_BLOBS
static final Holder<PlacedFeature>
NetherPlacements.BASALT_PILLAR
static final Holder<PlacedFeature>
TreePlacements.BIRCH_BEES_0002_PLACED
static final Holder<PlacedFeature>
TreePlacements.BIRCH_BEES_002
static final Holder<PlacedFeature>
TreePlacements.BIRCH_CHECKED
static final Holder<PlacedFeature>
VegetationPlacements.BIRCH_TALL
static final Holder<PlacedFeature>
NetherPlacements.BLACKSTONE_BLOBS
static final Holder<PlacedFeature>
MiscOverworldPlacements.BLUE_ICE
static final Holder<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_NETHER
static final Holder<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_NORMAL
static final Holder<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_OLD_GROWTH
static final Holder<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_SWAMP
static final Holder<PlacedFeature>
VegetationPlacements.BROWN_MUSHROOM_TAIGA
static final Holder<PlacedFeature>
CavePlacements.CAVE_VINES
static final Holder<PlacedFeature>
EndPlacements.CHORUS_PLANT
static final Holder<PlacedFeature>
CavePlacements.CLASSIC_VINES
static final Holder<PlacedFeature>
NetherPlacements.CRIMSON_FOREST_VEGETATION
static final Holder<PlacedFeature>
TreePlacements.CRIMSON_FUNGI
static final Holder<PlacedFeature>
VegetationPlacements.DARK_FOREST_VEGETATION
static final Holder<PlacedFeature>
TreePlacements.DARK_OAK_CHECKED
static final Holder<PlacedFeature>
NetherPlacements.DELTA
static final Holder<PlacedFeature>
MiscOverworldPlacements.DESERT_WELL
static final Holder<PlacedFeature>
MiscOverworldPlacements.DISK_CLAY
static final Holder<PlacedFeature>
MiscOverworldPlacements.DISK_GRAVEL
static final Holder<PlacedFeature>
MiscOverworldPlacements.DISK_SAND
static final Holder<PlacedFeature>
CavePlacements.DRIPSTONE_CLUSTER
static final Holder<PlacedFeature>
EndPlacements.END_GATEWAY_RETURN
static final Holder<PlacedFeature>
EndPlacements.END_ISLAND_DECORATED
static final Holder<PlacedFeature>
EndPlacements.END_SPIKE
static final Holder<PlacedFeature>
TreePlacements.FANCY_OAK_BEES
static final Holder<PlacedFeature>
TreePlacements.FANCY_OAK_BEES_0002
static final Holder<PlacedFeature>
TreePlacements.FANCY_OAK_BEES_002
static final Holder<PlacedFeature>
TreePlacements.FANCY_OAK_CHECKED
static final Holder<PlacedFeature>
VegetationPlacements.FLOWER_DEFAULT
static final Holder<PlacedFeature>
VegetationPlacements.FLOWER_FLOWER_FOREST
static final Holder<PlacedFeature>
VegetationPlacements.FLOWER_FOREST_FLOWERS
static final Holder<PlacedFeature>
VegetationPlacements.FLOWER_MEADOW
static final Holder<PlacedFeature>
VillagePlacements.FLOWER_PLAIN_VILLAGE
static final Holder<PlacedFeature>
VegetationPlacements.FLOWER_PLAINS
static final Holder<PlacedFeature>
VegetationPlacements.FLOWER_SWAMP
static final Holder<PlacedFeature>
VegetationPlacements.FLOWER_WARM
static final Holder<PlacedFeature>
VegetationPlacements.FOREST_FLOWERS
static final Holder<PlacedFeature>
MiscOverworldPlacements.FOREST_ROCK
static final Holder<PlacedFeature>
CavePlacements.FOSSIL_LOWER
static final Holder<PlacedFeature>
CavePlacements.FOSSIL_UPPER
static final Holder<PlacedFeature>
MiscOverworldPlacements.FREEZE_TOP_LAYER
static final Holder<PlacedFeature>
CavePlacements.GLOW_LICHEN
static final Holder<PlacedFeature>
NetherPlacements.GLOWSTONE
static final Holder<PlacedFeature>
NetherPlacements.GLOWSTONE_EXTRA
static final Holder<PlacedFeature>
VegetationPlacements.GRASS_BONEMEAL
static final Holder<PlacedFeature>
MiscOverworldPlacements.ICE_PATCH
static final Holder<PlacedFeature>
MiscOverworldPlacements.ICE_SPIKE
static final Holder<PlacedFeature>
MiscOverworldPlacements.ICEBERG_BLUE
static final Holder<PlacedFeature>
MiscOverworldPlacements.ICEBERG_PACKED
static final Holder<PlacedFeature>
TreePlacements.JUNGLE_BUSH
static final Holder<PlacedFeature>
TreePlacements.JUNGLE_TREE_CHECKED
static final Holder<PlacedFeature>
AquaticPlacements.KELP_COLD
static final Holder<PlacedFeature>
AquaticPlacements.KELP_WARM
static final Holder<PlacedFeature>
MiscOverworldPlacements.LAKE_LAVA_SURFACE
static final Holder<PlacedFeature>
MiscOverworldPlacements.LAKE_LAVA_UNDERGROUND
static final Holder<PlacedFeature>
NetherPlacements.LARGE_BASALT_COLUMNS
static final Holder<PlacedFeature>
CavePlacements.LARGE_DRIPSTONE
static final Holder<PlacedFeature>
CavePlacements.LUSH_CAVES_CEILING_VEGETATION
static final Holder<PlacedFeature>
CavePlacements.LUSH_CAVES_CLAY
static final Holder<PlacedFeature>
CavePlacements.LUSH_CAVES_VEGETATION
static final Holder<PlacedFeature>
TreePlacements.MEGA_JUNGLE_TREE_CHECKED
static final Holder<PlacedFeature>
TreePlacements.MEGA_PINE_CHECKED
static final Holder<PlacedFeature>
TreePlacements.MEGA_SPRUCE_CHECKED
static final Holder<PlacedFeature>
CavePlacements.MONSTER_ROOM
static final Holder<PlacedFeature>
CavePlacements.MONSTER_ROOM_DEEP
static final Holder<PlacedFeature>
VegetationPlacements.MUSHROOM_ISLAND_VEGETATION
static final Holder<PlacedFeature>
NetherPlacements.NETHER_SPROUTS
static final Holder<PlacedFeature>
TreePlacements.OAK_BEES_0002
static final Holder<PlacedFeature>
TreePlacements.OAK_BEES_002
static final Holder<PlacedFeature>
TreePlacements.OAK_CHECKED
static final Holder<PlacedFeature>
VillagePlacements.OAK_VILLAGE
static final Holder<PlacedFeature>
OrePlacements.ORE_ANCIENT_DEBRIS_LARGE
static final Holder<PlacedFeature>
OrePlacements.ORE_ANCIENT_DEBRIS_SMALL
static final Holder<PlacedFeature>
OrePlacements.ORE_ANDESITE_LOWER
static final Holder<PlacedFeature>
OrePlacements.ORE_ANDESITE_UPPER
static final Holder<PlacedFeature>
OrePlacements.ORE_BLACKSTONE
static final Holder<PlacedFeature>
OrePlacements.ORE_CLAY
static final Holder<PlacedFeature>
OrePlacements.ORE_COAL_LOWER
static final Holder<PlacedFeature>
OrePlacements.ORE_COAL_UPPER
static final Holder<PlacedFeature>
OrePlacements.ORE_COPPER
static final Holder<PlacedFeature>
OrePlacements.ORE_COPPER_LARGE
static final Holder<PlacedFeature>
OrePlacements.ORE_DIAMOND
static final Holder<PlacedFeature>
OrePlacements.ORE_DIAMOND_BURIED
static final Holder<PlacedFeature>
OrePlacements.ORE_DIAMOND_LARGE
static final Holder<PlacedFeature>
OrePlacements.ORE_DIORITE_LOWER
static final Holder<PlacedFeature>
OrePlacements.ORE_DIORITE_UPPER
static final Holder<PlacedFeature>
OrePlacements.ORE_DIRT
static final Holder<PlacedFeature>
OrePlacements.ORE_EMERALD
static final Holder<PlacedFeature>
OrePlacements.ORE_GOLD
static final Holder<PlacedFeature>
OrePlacements.ORE_GOLD_DELTAS
static final Holder<PlacedFeature>
OrePlacements.ORE_GOLD_EXTRA
static final Holder<PlacedFeature>
OrePlacements.ORE_GOLD_LOWER
static final Holder<PlacedFeature>
OrePlacements.ORE_GOLD_NETHER
static final Holder<PlacedFeature>
OrePlacements.ORE_GRANITE_LOWER
static final Holder<PlacedFeature>
OrePlacements.ORE_GRANITE_UPPER
static final Holder<PlacedFeature>
OrePlacements.ORE_GRAVEL
static final Holder<PlacedFeature>
OrePlacements.ORE_GRAVEL_NETHER
static final Holder<PlacedFeature>
OrePlacements.ORE_INFESTED
static final Holder<PlacedFeature>
OrePlacements.ORE_IRON_MIDDLE
static final Holder<PlacedFeature>
OrePlacements.ORE_IRON_SMALL
static final Holder<PlacedFeature>
OrePlacements.ORE_IRON_UPPER
static final Holder<PlacedFeature>
OrePlacements.ORE_LAPIS
static final Holder<PlacedFeature>
OrePlacements.ORE_LAPIS_BURIED
static final Holder<PlacedFeature>
OrePlacements.ORE_MAGMA
static final Holder<PlacedFeature>
OrePlacements.ORE_QUARTZ_DELTAS
static final Holder<PlacedFeature>
OrePlacements.ORE_QUARTZ_NETHER
static final Holder<PlacedFeature>
OrePlacements.ORE_REDSTONE
static final Holder<PlacedFeature>
OrePlacements.ORE_REDSTONE_LOWER
static final Holder<PlacedFeature>
OrePlacements.ORE_SOUL_SAND
static final Holder<PlacedFeature>
OrePlacements.ORE_TUFF
static final Holder<PlacedFeature>
VillagePlacements.PATCH_BERRY_BUSH_VILLAGE
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_BERRY_COMMON
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_BERRY_RARE
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_CACTUS_DECORATED
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_CACTUS_DESERT
static final Holder<PlacedFeature>
VillagePlacements.PATCH_CACTUS_VILLAGE
static final Holder<PlacedFeature>
NetherPlacements.PATCH_CRIMSON_ROOTS
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_DEAD_BUSH
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_DEAD_BUSH_2
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_DEAD_BUSH_BADLANDS
static final Holder<PlacedFeature>
NetherPlacements.PATCH_FIRE
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_GRASS_BADLANDS
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_GRASS_FOREST
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_GRASS_JUNGLE
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_GRASS_NORMAL
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_GRASS_PLAIN
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_GRASS_SAVANNA
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_GRASS_TAIGA
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_GRASS_TAIGA_2
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_LARGE_FERN
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_MELON
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_MELON_SPARSE
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_PUMPKIN
static final Holder<PlacedFeature>
NetherPlacements.PATCH_SOUL_FIRE
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_SUGAR_CANE
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_SUGAR_CANE_BADLANDS
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_SUGAR_CANE_DESERT
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_SUGAR_CANE_SWAMP
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_SUNFLOWER
static final Holder<PlacedFeature>
VillagePlacements.PATCH_TAIGA_GRASS_VILLAGE
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_TALL_GRASS
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_TALL_GRASS_2
static final Holder<PlacedFeature>
VegetationPlacements.PATCH_WATERLILY
static final Holder<PlacedFeature>
VillagePlacements.PILE_HAY_VILLAGE
static final Holder<PlacedFeature>
VillagePlacements.PILE_ICE_VILLAGE
static final Holder<PlacedFeature>
VillagePlacements.PILE_MELON_VILLAGE
static final Holder<PlacedFeature>
VillagePlacements.PILE_PUMPKIN_VILLAGE
static final Holder<PlacedFeature>
VillagePlacements.PILE_SNOW_VILLAGE
static final Holder<PlacedFeature>
TreePlacements.PINE_CHECKED
static final Holder<PlacedFeature>
TreePlacements.PINE_ON_SNOW
static final Holder<PlacedFeature>
VillagePlacements.PINE_VILLAGE
static final Holder<PlacedFeature>
CavePlacements.POINTED_DRIPSTONE
static final Holder<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_NETHER
static final Holder<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_NORMAL
static final Holder<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_OLD_GROWTH
static final Holder<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_SWAMP
static final Holder<PlacedFeature>
VegetationPlacements.RED_MUSHROOM_TAIGA
static final Holder<PlacedFeature>
CavePlacements.ROOTED_AZALEA_TREE
static final Holder<PlacedFeature>
AquaticPlacements.SEA_PICKLE
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_COLD
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_DEEP
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_DEEP_COLD
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_DEEP_WARM
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_NORMAL
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_RIVER
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_SIMPLE
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_SWAMP
static final Holder<PlacedFeature>
AquaticPlacements.SEAGRASS_WARM
static final Holder<PlacedFeature>
NetherPlacements.SMALL_BASALT_COLUMNS
static final Holder<PlacedFeature>
CavePlacements.SPORE_BLOSSOM
static final Holder<PlacedFeature>
NetherPlacements.SPRING_CLOSED
static final Holder<PlacedFeature>
NetherPlacements.SPRING_CLOSED_DOUBLE
static final Holder<PlacedFeature>
NetherPlacements.SPRING_DELTA
static final Holder<PlacedFeature>
MiscOverworldPlacements.SPRING_LAVA
static final Holder<PlacedFeature>
MiscOverworldPlacements.SPRING_LAVA_FROZEN
static final Holder<PlacedFeature>
NetherPlacements.SPRING_OPEN
static final Holder<PlacedFeature>
MiscOverworldPlacements.SPRING_WATER
static final Holder<PlacedFeature>
TreePlacements.SPRUCE_CHECKED
static final Holder<PlacedFeature>
TreePlacements.SPRUCE_ON_SNOW
static final Holder<PlacedFeature>
VillagePlacements.SPRUCE_VILLAGE
static final Holder<PlacedFeature>
TreePlacements.SUPER_BIRCH_BEES
static final Holder<PlacedFeature>
TreePlacements.SUPER_BIRCH_BEES_0002
static final Holder<PlacedFeature>
VegetationPlacements.TREES_BADLANDS
static final Holder<PlacedFeature>
VegetationPlacements.TREES_BIRCH
static final Holder<PlacedFeature>
VegetationPlacements.TREES_BIRCH_AND_OAK
static final Holder<PlacedFeature>
VegetationPlacements.TREES_FLOWER_FOREST
static final Holder<PlacedFeature>
VegetationPlacements.TREES_GROVE
static final Holder<PlacedFeature>
VegetationPlacements.TREES_JUNGLE
static final Holder<PlacedFeature>
VegetationPlacements.TREES_MEADOW
static final Holder<PlacedFeature>
VegetationPlacements.TREES_OLD_GROWTH_PINE_TAIGA
static final Holder<PlacedFeature>
VegetationPlacements.TREES_OLD_GROWTH_SPRUCE_TAIGA
static final Holder<PlacedFeature>
VegetationPlacements.TREES_PLAINS
static final Holder<PlacedFeature>
VegetationPlacements.TREES_SAVANNA
static final Holder<PlacedFeature>
VegetationPlacements.TREES_SNOWY
static final Holder<PlacedFeature>
VegetationPlacements.TREES_SPARSE_JUNGLE
static final Holder<PlacedFeature>
VegetationPlacements.TREES_SWAMP
static final Holder<PlacedFeature>
VegetationPlacements.TREES_TAIGA
static final Holder<PlacedFeature>
VegetationPlacements.TREES_WATER
static final Holder<PlacedFeature>
VegetationPlacements.TREES_WINDSWEPT_FOREST
static final Holder<PlacedFeature>
VegetationPlacements.TREES_WINDSWEPT_HILLS
static final Holder<PlacedFeature>
VegetationPlacements.TREES_WINDSWEPT_SAVANNA
static final Holder<PlacedFeature>
NetherPlacements.TWISTING_VINES
static final Holder<PlacedFeature>
CavePlacements.UNDERWATER_MAGMA
static final Holder<PlacedFeature>
VegetationPlacements.VINES
static final Holder<PlacedFeature>
MiscOverworldPlacements.VOID_START_PLATFORM
static final Holder<PlacedFeature>
AquaticPlacements.WARM_OCEAN_VEGETATION
static final Holder<PlacedFeature>
NetherPlacements.WARPED_FOREST_VEGETATION
static final Holder<PlacedFeature>
TreePlacements.WARPED_FUNGI
static final Holder<PlacedFeature>
NetherPlacements.WEEPING_VINES
Methods in net.minecraft.data.worldgen.placement that return HolderModifier and TypeMethodDescriptionstatic Holder<PlacedFeature>
PlacementUtils.bootstrap()
static <FC extends FeatureConfiguration,
F extends Feature<FC>>
Holder<PlacedFeature>PlacementUtils.filtered
(F p_206499_, FC p_206500_, BlockPredicate p_206501_) static <FC extends FeatureConfiguration,
F extends Feature<FC>>
Holder<PlacedFeature>PlacementUtils.inlinePlaced
(F p_206503_, FC p_206504_, PlacementModifier... p_206505_) static Holder<PlacedFeature>
PlacementUtils.inlinePlaced
(Holder<? extends ConfiguredFeature<?, ?>> p_206507_, PlacementModifier... p_206508_) static <FC extends FeatureConfiguration,
F extends Feature<FC>>
Holder<PlacedFeature>PlacementUtils.onlyWhenEmpty
(F p_206496_, FC p_206497_) static Holder<PlacedFeature>
PlacementUtils.register
(String p_206510_, Holder<? extends ConfiguredFeature<?, ?>> p_206511_, List<PlacementModifier> p_206512_) static Holder<PlacedFeature>
PlacementUtils.register
(String p_206514_, Holder<? extends ConfiguredFeature<?, ?>> p_206515_, PlacementModifier... p_206516_) Methods in net.minecraft.data.worldgen.placement with parameters of type HolderModifier and TypeMethodDescriptionstatic Holder<PlacedFeature>
PlacementUtils.inlinePlaced
(Holder<? extends ConfiguredFeature<?, ?>> p_206507_, PlacementModifier... p_206508_) static Holder<PlacedFeature>
PlacementUtils.register
(String p_206510_, Holder<? extends ConfiguredFeature<?, ?>> p_206511_, List<PlacementModifier> p_206512_) static Holder<PlacedFeature>
PlacementUtils.register
(String p_206514_, Holder<? extends ConfiguredFeature<?, ?>> p_206515_, PlacementModifier... p_206516_) -
Uses of Holder in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as HolderModifier and TypeFieldDescriptionprivate final Holder<DimensionType>
ClientboundLoginPacket.dimensionType
The field for thedimensionType
record component.private final Holder<DimensionType>
ClientboundRespawnPacket.dimensionType
Methods in net.minecraft.network.protocol.game that return HolderModifier and TypeMethodDescriptionClientboundLoginPacket.dimensionType()
Returns the value of thedimensionType
record component.ClientboundRespawnPacket.getDimensionType()
Constructors in net.minecraft.network.protocol.game with parameters of type HolderModifierConstructorDescriptionClientboundLoginPacket
(int playerId, boolean hardcore, GameType gameType, GameType previousGameType, Set<ResourceKey<Level>> levels, RegistryAccess.Frozen registryHolder, Holder<DimensionType> dimensionType, ResourceKey<Level> dimension, long seed, int maxPlayers, int chunkRadius, int simulationDistance, boolean reducedDebugInfo, boolean showDeathScreen, boolean isDebug, boolean isFlat) Creates an instance of aClientboundLoginPacket
record class.ClientboundRespawnPacket
(Holder<DimensionType> p_206643_, ResourceKey<Level> p_206644_, long p_206645_, GameType p_206646_, GameType p_206647_, boolean p_206648_, boolean p_206649_, boolean p_206650_) -
Uses of Holder in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type HolderModifier and TypeFieldDescriptionHolderSetCodec.elementCodec
HolderSetCodec.homogenousListCodec
private final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<TagKey<E>,
List<Holder<E>>>> HolderSetCodec.registryAwareCodec
(package private) final Map<ResourceKey<E>,
com.mojang.serialization.DataResult<Holder<E>>> RegistryLoader.ReadCache.values
Methods in net.minecraft.resources that return types with arguments of type HolderModifier and TypeMethodDescriptionRegistryFileCodec.decode
(com.mojang.serialization.DynamicOps<T> p_135608_, T p_135609_) RegistryFixedCodec.decode
(com.mojang.serialization.DynamicOps<T> p_206743_, T p_206744_) HolderSetCodec.homogenousList
(com.mojang.serialization.Codec<Holder<E>> p_206668_, boolean p_206669_) <E> com.mojang.serialization.DataResult<Holder<E>>
RegistryLoader.Bound.overrideElementFromResources
(ResourceKey<? extends Registry<E>> p_206794_, com.mojang.serialization.Codec<E> p_206795_, ResourceKey<E> p_206796_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_206797_) (package private) <E> com.mojang.serialization.DataResult<Holder<E>>
RegistryLoader.overrideElementFromResources
(WritableRegistry<E> p_206768_, ResourceKey<? extends Registry<E>> p_206769_, com.mojang.serialization.Codec<E> p_206770_, ResourceKey<E> p_206771_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_206772_) Methods in net.minecraft.resources with parameters of type HolderModifier and TypeMethodDescription<T> com.mojang.serialization.DataResult<T>
RegistryFileCodec.encode
(Holder<E> p_206716_, com.mojang.serialization.DynamicOps<T> p_206717_, T p_206718_) <T> com.mojang.serialization.DataResult<T>
RegistryFixedCodec.encode
(Holder<E> p_206729_, com.mojang.serialization.DynamicOps<T> p_206730_, T p_206731_) Method parameters in net.minecraft.resources with type arguments of type HolderModifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<HolderSet<E>>
HolderSetCodec.create
(ResourceKey<? extends Registry<E>> p_206686_, com.mojang.serialization.Codec<Holder<E>> p_206687_, boolean p_206688_) HolderSetCodec.homogenousList
(com.mojang.serialization.Codec<Holder<E>> p_206668_, boolean p_206669_) Constructor parameters in net.minecraft.resources with type arguments of type HolderModifierConstructorDescriptionprivate
HolderSetCodec
(ResourceKey<? extends Registry<E>> p_206660_, com.mojang.serialization.Codec<Holder<E>> p_206661_, boolean p_206662_) -
Uses of Holder in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type HolderModifier and TypeMethodDescriptionstatic int
PlaceFeatureCommand.placeFeature
(CommandSourceStack p_212219_, Holder<ConfiguredFeature<?, ?>> p_212220_, BlockPos p_212221_) Method parameters in net.minecraft.server.commands with type arguments of type HolderModifier and TypeMethodDescriptionstatic int
LocateCommand.showLocateResult
(CommandSourceStack p_207518_, ResourceOrTagLocationArgument.Result<?> p_207519_, BlockPos p_207520_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_207521_, String p_207522_) -
Uses of Holder in net.minecraft.server.level
Methods in net.minecraft.server.level that return HolderModifier and TypeMethodDescriptionServerLevel.getUncachedNoiseBiome
(int p_203775_, int p_203776_, int p_203777_) WorldGenRegion.getUncachedNoiseBiome
(int p_203787_, int p_203788_, int p_203789_) Methods in net.minecraft.server.level that return types with arguments of type HolderModifier and TypeMethodDescriptionServerLevel.findNearestBiome
(Predicate<Holder<Biome>> p_207572_, BlockPos p_207573_, int p_207574_, int p_207575_) Method parameters in net.minecraft.server.level with type arguments of type HolderModifier and TypeMethodDescriptionServerLevel.findNearestBiome
(Predicate<Holder<Biome>> p_207572_, BlockPos p_207573_, int p_207574_, int p_207575_) Constructors in net.minecraft.server.level with parameters of type HolderModifierConstructorDescriptionServerLevel
(MinecraftServer p_203762_, Executor p_203763_, LevelStorageSource.LevelStorageAccess p_203764_, ServerLevelData p_203765_, ResourceKey<Level> p_203766_, Holder<DimensionType> p_203767_, ChunkProgressListener p_203768_, ChunkGenerator p_203769_, boolean p_203770_, long p_203771_, List<CustomSpawner> p_203772_, boolean p_203773_) -
Uses of Holder in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type HolderModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
Tag<Holder<T>>> TagManager.LoadResult.tags
The field for thetags
record component.Methods in net.minecraft.tags that return types with arguments of type HolderModifier and TypeMethodDescriptionTagManager.LoadResult.tags()
Returns the value of thetags
record component.Method parameters in net.minecraft.tags with type arguments of type HolderModifier and TypeMethodDescriptionvoid
Constructor parameters in net.minecraft.tags with type arguments of type HolderModifierConstructorDescriptionLoadResult
(ResourceKey<? extends Registry<T>> key, Map<ResourceLocation, Tag<Holder<T>>> tags) Creates an instance of aLoadResult
record class. -
Uses of Holder in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type Holder -
Uses of Holder in net.minecraft.world.entity.npc
Methods in net.minecraft.world.entity.npc with parameters of type Holder -
Uses of Holder in net.minecraft.world.entity.raid
Methods in net.minecraft.world.entity.raid with parameters of type Holder -
Uses of Holder in net.minecraft.world.item
Constructors in net.minecraft.world.item with parameters of type Holder -
Uses of Holder in net.minecraft.world.level
Fields in net.minecraft.world.level declared as HolderFields in net.minecraft.world.level with type parameters of type HolderMethods in net.minecraft.world.level that return HolderModifier and TypeMethodDescriptionLevel.dimensionTypeRegistration()
LevelReader.getNoiseBiome
(int p_204163_, int p_204164_, int p_204165_) LevelReader.getUncachedNoiseBiome
(int p_204159_, int p_204160_, int p_204161_) Methods in net.minecraft.world.level with parameters of type HolderModifier and TypeMethodDescriptionprivate static WeightedRandomList<MobSpawnSettings.SpawnerData>
NaturalSpawner.mobsAt
(ServerLevel p_204169_, StructureFeatureManager p_204170_, ChunkGenerator p_204171_, MobCategory p_204172_, BlockPos p_204173_, Holder<Biome> p_204174_) static void
NaturalSpawner.spawnMobsForChunkGeneration
(ServerLevelAccessor p_204176_, Holder<Biome> p_204177_, ChunkPos p_204178_, Random p_204179_) Constructors in net.minecraft.world.level with parameters of type HolderModifierConstructorDescriptionprotected
Level
(WritableLevelData p_204149_, ResourceKey<Level> p_204150_, Holder<DimensionType> p_204151_, Supplier<ProfilerFiller> p_204152_, boolean p_204153_, boolean p_204154_, long p_204155_) -
Uses of Holder in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as HolderModifier and TypeFieldDescriptionTheEndBiomeSource.barrens
FixedBiomeSource.biome
TheEndBiomeSource.end
private final Holder<DensityFunction>
TerrainShaper.CoordinateCustom.function
The field for thefunction
record component.TheEndBiomeSource.highlands
TheEndBiomeSource.islands
TheEndBiomeSource.midlands
Fields in net.minecraft.world.level.biome with type parameters of type HolderModifier and TypeFieldDescriptionprotected final Map<GenerationStep.Carving,
List<Holder<ConfiguredWorldCarver<?>>>> BiomeGenerationSettings.Builder.carvers
Biome.CODEC
protected final List<List<Holder<PlacedFeature>>>
BiomeGenerationSettings.Builder.features
private final Climate.ParameterList<Holder<Biome>>
MultiNoiseBiomeSource.parameters
MultiNoiseBiomeSource.Preset.parameterSource
BiomeSource.possibleBiomes
Methods in net.minecraft.world.level.biome that return HolderModifier and TypeMethodDescriptionTerrainShaper.CoordinateCustom.function()
Returns the value of thefunction
record component.BiomeManager.NoiseBiomeSource.getNoiseBiome
(int p_204218_, int p_204219_, int p_204220_) BiomeResolver.getNoiseBiome
(int p_204221_, int p_204222_, int p_204223_, Climate.Sampler p_204224_) BiomeSource.getNoiseBiome
(int p_204238_, int p_204239_, int p_204240_, Climate.Sampler p_204241_) CheckerboardColumnBiomeSource.getNoiseBiome
(int p_204248_, int p_204249_, int p_204250_, Climate.Sampler p_204251_) FixedBiomeSource.getNoiseBiome
(int p_204261_, int p_204262_, int p_204263_) FixedBiomeSource.getNoiseBiome
(int p_204265_, int p_204266_, int p_204267_, Climate.Sampler p_204268_) MultiNoiseBiomeSource.getNoiseBiome
(int p_204272_, int p_204273_, int p_204274_, Climate.Sampler p_204275_) MultiNoiseBiomeSource.getNoiseBiome
(Climate.TargetPoint p_204270_) TheEndBiomeSource.getNoiseBiome
(int p_204292_, int p_204293_, int p_204294_, Climate.Sampler p_204295_) BiomeManager.getNoiseBiomeAtPosition
(double p_204207_, double p_204208_, double p_204209_) BiomeManager.getNoiseBiomeAtPosition
(BlockPos p_204217_) BiomeManager.getNoiseBiomeAtQuart
(int p_204211_, int p_204212_, int p_204213_) Methods in net.minecraft.world.level.biome that return types with arguments of type HolderModifier and TypeMethodDescriptionBiomeSource.findBiomeHorizontal
(int p_207820_, int p_207821_, int p_207822_, int p_207823_, int p_207824_, Predicate<Holder<Biome>> p_207825_, Random p_207826_, boolean p_207827_, Climate.Sampler p_207828_) BiomeSource.findBiomeHorizontal
(int p_207830_, int p_207831_, int p_207832_, int p_207833_, Predicate<Holder<Biome>> p_207834_, Random p_207835_, Climate.Sampler p_207836_) FixedBiomeSource.findBiomeHorizontal
(int p_207885_, int p_207886_, int p_207887_, int p_207888_, int p_207889_, Predicate<Holder<Biome>> p_207890_, Random p_207891_, boolean p_207892_, Climate.Sampler p_207893_) BiomeSource.getBiomesWithin
(int p_186705_, int p_186706_, int p_186707_, int p_186708_, Climate.Sampler p_186709_) FixedBiomeSource.getBiomesWithin
(int p_187038_, int p_187039_, int p_187040_, int p_187041_, Climate.Sampler p_187042_) BiomeGenerationSettings.getCarvers
(GenerationStep.Carving p_204188_) BiomeSource.possibleBiomes()
Methods in net.minecraft.world.level.biome with parameters of type HolderModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver
(GenerationStep.Carving p_204199_, Holder<? extends ConfiguredWorldCarver<?>> p_204200_) BiomeGenerationSettings.Builder.addFeature
(int p_204194_, Holder<PlacedFeature> p_204195_) BiomeGenerationSettings.Builder.addFeature
(GenerationStep.Decoration p_204202_, Holder<PlacedFeature> p_204203_) static Biome.BiomeCategory
Biome.getBiomeCategory
(Holder<Biome> p_204184_) Deprecated.Method parameters in net.minecraft.world.level.biome with type arguments of type HolderModifier and TypeMethodDescriptionprivate List<BiomeSource.StepFeatureData>
BiomeSource.buildFeaturesPerStep
(List<Holder<Biome>> p_186728_, boolean p_186729_) BiomeSource.findBiomeHorizontal
(int p_207820_, int p_207821_, int p_207822_, int p_207823_, int p_207824_, Predicate<Holder<Biome>> p_207825_, Random p_207826_, boolean p_207827_, Climate.Sampler p_207828_) BiomeSource.findBiomeHorizontal
(int p_207830_, int p_207831_, int p_207832_, int p_207833_, Predicate<Holder<Biome>> p_207834_, Random p_207835_, Climate.Sampler p_207836_) FixedBiomeSource.findBiomeHorizontal
(int p_207885_, int p_207886_, int p_207887_, int p_207888_, int p_207889_, Predicate<Holder<Biome>> p_207890_, Random p_207891_, boolean p_207892_, Climate.Sampler p_207893_) Constructors in net.minecraft.world.level.biome with parameters of type HolderModifierConstructorDescriptionCoordinateCustom
(Holder<DensityFunction> function) Creates an instance of aCoordinateCustom
record class.FixedBiomeSource
(Holder<Biome> p_204257_) private
TheEndBiomeSource
(long p_204285_, Holder<Biome> p_204286_, Holder<Biome> p_204287_, Holder<Biome> p_204288_, Holder<Biome> p_204289_, Holder<Biome> p_204290_) Constructor parameters in net.minecraft.world.level.biome with type arguments of type HolderModifierConstructorDescriptionprotected
BiomeSource
(List<Holder<Biome>> p_47894_) protected
BiomeSource
(Stream<Holder<Biome>> p_47896_) private
MultiNoiseBiomeSource
(Climate.ParameterList<Holder<Biome>> p_187057_) (package private)
MultiNoiseBiomeSource
(Climate.ParameterList<Holder<Biome>> p_187059_, Optional<MultiNoiseBiomeSource.PresetInstance> p_187060_) Preset
(ResourceLocation p_187090_, Function<Registry<Biome>, Climate.ParameterList<Holder<Biome>>> p_187091_) -
Uses of Holder in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type HolderModifier and TypeFieldDescriptionprivate final Supplier<Holder<ConfiguredFeature<HugeFungusConfiguration,
?>>> FungusBlock.feature
private final Supplier<Holder<? extends ConfiguredFeature<?,
?>>> MushroomBlock.featureSupplier
Constructor parameters in net.minecraft.world.level.block with type arguments of type HolderModifierConstructorDescriptionFungusBlock
(BlockBehaviour.Properties p_53600_, Supplier<Holder<ConfiguredFeature<HugeFungusConfiguration, ?>>> p_53601_) MushroomBlock
(BlockBehaviour.Properties p_153983_, Supplier<Holder<? extends ConfiguredFeature<?, ?>>> p_153984_) -
Uses of Holder in net.minecraft.world.level.block.grower
Methods in net.minecraft.world.level.block.grower that return HolderModifier and TypeMethodDescriptionprotected abstract Holder<? extends ConfiguredFeature<?,
?>> AbstractTreeGrower.getConfiguredFeature
(Random p_204307_, boolean p_204308_) protected Holder<? extends ConfiguredFeature<?,
?>> AcaciaTreeGrower.getConfiguredFeature
(Random p_204310_, boolean p_204311_) protected Holder<? extends ConfiguredFeature<?,
?>> AzaleaTreeGrower.getConfiguredFeature
(Random p_204313_, boolean p_204314_) protected Holder<? extends ConfiguredFeature<?,
?>> BirchTreeGrower.getConfiguredFeature
(Random p_204316_, boolean p_204317_) protected Holder<? extends ConfiguredFeature<?,
?>> DarkOakTreeGrower.getConfiguredFeature
(Random p_204321_, boolean p_204322_) protected Holder<? extends ConfiguredFeature<?,
?>> JungleTreeGrower.getConfiguredFeature
(Random p_204326_, boolean p_204327_) protected Holder<? extends ConfiguredFeature<?,
?>> OakTreeGrower.getConfiguredFeature
(Random p_204329_, boolean p_204330_) protected Holder<? extends ConfiguredFeature<?,
?>> SpruceTreeGrower.getConfiguredFeature
(Random p_204334_, boolean p_204335_) protected abstract Holder<? extends ConfiguredFeature<?,
?>> AbstractMegaTreeGrower.getConfiguredMegaFeature
(Random p_204306_) protected Holder<? extends ConfiguredFeature<?,
?>> DarkOakTreeGrower.getConfiguredMegaFeature
(Random p_204319_) protected Holder<? extends ConfiguredFeature<?,
?>> JungleTreeGrower.getConfiguredMegaFeature
(Random p_204324_) protected Holder<? extends ConfiguredFeature<?,
?>> SpruceTreeGrower.getConfiguredMegaFeature
(Random p_204332_) -
Uses of Holder in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as HolderFields in net.minecraft.world.level.chunk with type parameters of type HolderModifier and TypeFieldDescriptionprivate final PalettedContainer<Holder<Biome>>
LevelChunkSection.biomes
Methods in net.minecraft.world.level.chunk that return HolderModifier and TypeMethodDescriptionChunkGenerator.adjustBiome
(Holder<Biome> p_204385_) ChunkAccess.carverBiome
(Supplier<Holder<Biome>> p_204345_) Deprecated.ChunkAccess.getNoiseBiome
(int p_204347_, int p_204348_, int p_204349_) ChunkGenerator.getNoiseBiome
(int p_204416_, int p_204417_, int p_204418_) EmptyLevelChunk.getNoiseBiome
(int p_204426_, int p_204427_, int p_204428_) ImposterProtoChunk.getNoiseBiome
(int p_204430_, int p_204431_, int p_204432_) LevelChunkSection.getNoiseBiome
(int p_204434_, int p_204435_, int p_204436_) ProtoChunk.getNoiseBiome
(int p_204450_, int p_204451_, int p_204452_) Methods in net.minecraft.world.level.chunk that return types with arguments of type HolderModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<BlockPos,
Holder<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.findNearestMapFeature
(ServerLevel p_207971_, HolderSet<ConfiguredStructureFeature<?, ?>> p_207972_, BlockPos p_207973_, int p_207974_, boolean p_207975_) LevelChunkSection.getBiomes()
private static com.mojang.datafixers.util.Pair<BlockPos,
Holder<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.getNearestGeneratedStructure
(Set<Holder<ConfiguredStructureFeature<?, ?>>> p_208060_, LevelReader p_208061_, StructureFeatureManager p_208062_, int p_208063_, int p_208064_, int p_208065_, boolean p_208066_, long p_208067_, RandomSpreadStructurePlacement p_208068_) ChunkGenerator.possibleStructureSets()
Methods in net.minecraft.world.level.chunk with parameters of type HolderModifier and TypeMethodDescriptionChunkGenerator.adjustBiome
(Holder<Biome> p_204385_) private CompletableFuture<List<ChunkPos>>
ChunkGenerator.generateRingPositions
(Holder<StructureSet> p_211668_, ConcentricRingsStructurePlacement p_211669_) ChunkGenerator.getMobsAt
(Holder<Biome> p_204386_, StructureFeatureManager p_204387_, MobCategory p_204388_, BlockPos p_204389_) private List<StructurePlacement>
ChunkGenerator.getPlacementsForFeature
(Holder<ConfiguredStructureFeature<?, ?>> p_208091_) Method parameters in net.minecraft.world.level.chunk with type arguments of type HolderModifier and TypeMethodDescriptionChunkAccess.carverBiome
(Supplier<Holder<Biome>> p_204345_) Deprecated.private static com.mojang.datafixers.util.Pair<BlockPos,
Holder<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.getNearestGeneratedStructure
(Set<Holder<ConfiguredStructureFeature<?, ?>>> p_208060_, LevelReader p_208061_, StructureFeatureManager p_208062_, int p_208063_, int p_208064_, int p_208065_, boolean p_208066_, long p_208067_, RandomSpreadStructurePlacement p_208068_) Constructors in net.minecraft.world.level.chunk with parameters of type HolderModifierConstructorDescriptionEmptyLevelChunk
(Level p_204422_, ChunkPos p_204423_, Holder<Biome> p_204424_) -
Uses of Holder in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return types with arguments of type HolderModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainer<Holder<Biome>>>
ChunkSerializer.makeBiomeCodec
(Registry<Biome> p_188261_) -
Uses of Holder in net.minecraft.world.level.dimension
Fields in net.minecraft.world.level.dimension declared as HolderFields in net.minecraft.world.level.dimension with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<DimensionType>>
DimensionType.CODEC
Methods in net.minecraft.world.level.dimension that return HolderConstructors in net.minecraft.world.level.dimension with parameters of type HolderModifierConstructorDescriptionLevelStem
(Holder<DimensionType> p_204519_, ChunkGenerator p_204520_) LevelStem
(Holder<DimensionType> p_204519_, ChunkGenerator p_204520_, boolean useServerSeed) -
Uses of Holder in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as HolderModifier and TypeFieldDescriptionprivate final Holder<DensityFunction>
DensityFunctions.HolderHolder.function
The field for thefunction
record component.private final Holder<NormalNoise.NoiseParameters>
DensityFunctions.Noise.noiseData
The field for thenoiseData
record component.private final Holder<NormalNoise.NoiseParameters>
DensityFunctions.Shift.noiseData
The field for thenoiseData
record component.private final Holder<NormalNoise.NoiseParameters>
DensityFunctions.ShiftA.noiseData
The field for thenoiseData
record component.private final Holder<NormalNoise.NoiseParameters>
DensityFunctions.ShiftB.noiseData
The field for thenoiseData
record component.private final Holder<NormalNoise.NoiseParameters>
DensityFunctions.ShiftedNoise.noiseData
The field for thenoiseData
record component.private final Holder<NormalNoise.NoiseParameters>
DensityFunctions.WeirdScaledSampler.noiseData
The field for thenoiseData
record component.protected final Holder<NoiseGeneratorSettings>
NoiseBasedChunkGenerator.settings
Fields in net.minecraft.world.level.levelgen with type parameters of type HolderModifier and TypeFieldDescriptionSurfaceRules.Context.biome
SurfaceRules.Context.biomeGetter
static final com.mojang.serialization.Codec<Holder<DensityFunction>>
DensityFunction.CODEC
static final com.mojang.serialization.Codec<Holder<NoiseGeneratorSettings>>
NoiseGeneratorSettings.CODEC
Methods in net.minecraft.world.level.levelgen that return HolderModifier and TypeMethodDescriptionFlatLevelSource.adjustBiome
(Holder<Biome> p_204553_) static Holder<NoiseGeneratorSettings>
NoiseGeneratorSettings.bootstrap()
static Holder<? extends DensityFunction>
NoiseRouterData.bootstrap()
DensityFunctions.HolderHolder.function()
Returns the value of thefunction
record component.private static Holder<NormalNoise.NoiseParameters>
NoiseRouterData.getNoise
(ResourceKey<NormalNoise.NoiseParameters> p_209543_) DensityFunctions.Noise.noiseData()
Returns the value of thenoiseData
record component.DensityFunctions.Shift.noiseData()
Returns the value of thenoiseData
record component.DensityFunctions.ShiftA.noiseData()
Returns the value of thenoiseData
record component.DensityFunctions.ShiftB.noiseData()
Returns the value of thenoiseData
record component.DensityFunctions.ShiftedNoise.noiseData()
Returns the value of thenoiseData
record component.DensityFunctions.ShiftNoise.noiseData()
DensityFunctions.WeirdScaledSampler.noiseData()
Returns the value of thenoiseData
record component.Methods in net.minecraft.world.level.levelgen with parameters of type HolderModifier and TypeMethodDescriptionFlatLevelSource.adjustBiome
(Holder<Biome> p_204553_) static DensityFunctions.Noise
DensityFunctions.Noise.createUnseeded
(Holder<NormalNoise.NoiseParameters> p_208802_, double p_208803_, double p_208804_) DensityFunctions.ShiftedNoise.createUnseeded
(DensityFunction p_208949_, DensityFunction p_208950_, DensityFunction p_208951_, double p_208952_, double p_208953_, Holder<NormalNoise.NoiseParameters> p_208954_) DensityFunctions.WeirdScaledSampler.createUnseeded
(DensityFunction p_208445_, Holder<NormalNoise.NoiseParameters> p_208446_, DensityFunctions.WeirdScaledSampler.RarityValueMapper p_208447_) static NormalNoise
Noises.instantiate
(PositionalRandomFactory p_209648_, Holder<NormalNoise.NoiseParameters> p_209649_) static DensityFunction
DensityFunctions.mappedNoise
(Holder<NormalNoise.NoiseParameters> p_208328_, double p_208329_, double p_208330_) static DensityFunction
DensityFunctions.mappedNoise
(Holder<NormalNoise.NoiseParameters> p_208332_, double p_208333_, double p_208334_, double p_208335_) static DensityFunction
DensityFunctions.mappedNoise
(Holder<NormalNoise.NoiseParameters> p_208337_, double p_208338_, double p_208339_, double p_208340_, double p_208341_) static DensityFunction
DensityFunctions.noise
(Holder<NormalNoise.NoiseParameters> p_208323_) static DensityFunction
DensityFunctions.noise
(Holder<NormalNoise.NoiseParameters> p_208325_, double p_208326_) static DensityFunction
DensityFunctions.noise
(Holder<NormalNoise.NoiseParameters> p_208369_, double p_208370_, double p_208371_) private static NormalNoise
NoiseRouterData.seedNoise
(PositionalRandomFactory p_209525_, Registry<NormalNoise.NoiseParameters> p_209526_, Holder<NormalNoise.NoiseParameters> p_209527_) static DensityFunction
DensityFunctions.shift
(Holder<NormalNoise.NoiseParameters> p_208386_) static DensityFunction
DensityFunctions.shiftA
(Holder<NormalNoise.NoiseParameters> p_208367_) static DensityFunction
DensityFunctions.shiftB
(Holder<NormalNoise.NoiseParameters> p_208379_) static DensityFunction
DensityFunctions.shiftedNoise2d
(DensityFunction p_208297_, DensityFunction p_208298_, double p_208299_, Holder<NormalNoise.NoiseParameters> p_208300_) static DensityFunction
DensityFunctions.weirdScaledSampler
(DensityFunction p_208316_, Holder<NormalNoise.NoiseParameters> p_208317_, DensityFunctions.WeirdScaledSampler.RarityValueMapper p_208318_) WorldGenSettings.withOverworld
(Registry<LevelStem> p_204646_, Holder<DimensionType> p_204647_, ChunkGenerator p_204648_) Method parameters in net.minecraft.world.level.levelgen with type arguments of type HolderModifier and TypeMethodDescriptionNoiseBasedChunkGenerator.topMaterial
(CarvingContext p_188669_, Function<BlockPos, Holder<Biome>> p_188670_, ChunkAccess p_188671_, NoiseChunk p_188672_, BlockPos p_188673_, boolean p_188674_) Deprecated.SurfaceSystem.topMaterial
(SurfaceRules.RuleSource p_189972_, CarvingContext p_189973_, Function<BlockPos, Holder<Biome>> p_189974_, ChunkAccess p_189975_, NoiseChunk p_189976_, BlockPos p_189977_, boolean p_189978_) Deprecated.Constructors in net.minecraft.world.level.levelgen with parameters of type HolderModifierConstructorDescriptionprotected
HolderHolder
(Holder<DensityFunction> function) Creates an instance of aHolderHolder
record class.protected
Noise
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise, double xzScale, double yScale) Creates an instance of aNoise
record class.NoiseBasedChunkGenerator
(Registry<StructureSet> p_209106_, Registry<NormalNoise.NoiseParameters> p_209107_, BiomeSource p_209108_, long p_209109_, Holder<NoiseGeneratorSettings> p_209110_) private
NoiseBasedChunkGenerator
(Registry<StructureSet> p_209112_, Registry<NormalNoise.NoiseParameters> p_209113_, BiomeSource p_209114_, BiomeSource p_209115_, long p_209116_, Holder<NoiseGeneratorSettings> p_209117_) (package private)
Shift
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShift
record class.protected
ShiftA
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShiftA
record class.protected
ShiftB
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise offsetNoise) Creates an instance of aShiftB
record class.protected
ShiftedNoise
(DensityFunction shiftX, DensityFunction shiftY, DensityFunction shiftZ, double xzScale, double yScale, Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise) Creates an instance of aShiftedNoise
record class.protected
WeirdScaledSampler
(DensityFunction input, Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise, DensityFunctions.WeirdScaledSampler.RarityValueMapper rarityValueMapper) Creates an instance of aWeirdScaledSampler
record class.Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type HolderModifierConstructorDescriptionprotected
Context
(SurfaceSystem p_189562_, ChunkAccess p_189563_, NoiseChunk p_189564_, Function<BlockPos, Holder<Biome>> p_189565_, Registry<Biome> p_189566_, WorldGenerationContext p_189567_) -
Uses of Holder in net.minecraft.world.level.levelgen.blending
Fields in net.minecraft.world.level.levelgen.blending with type parameters of type HolderMethods in net.minecraft.world.level.levelgen.blending that return HolderMethods in net.minecraft.world.level.levelgen.blending with parameters of type Holder -
Uses of Holder in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<ConfiguredWorldCarver<?>>>
ConfiguredWorldCarver.CODEC
Method parameters in net.minecraft.world.level.levelgen.carver with type arguments of type HolderModifier and TypeMethodDescriptionboolean
CanyonWorldCarver.carve
(CarvingContext p_190611_, CanyonCarverConfiguration p_190612_, ChunkAccess p_190613_, Function<BlockPos, Holder<Biome>> p_190614_, Random p_190615_, Aquifer p_190616_, ChunkPos p_190617_, CarvingMask p_190618_) boolean
CaveWorldCarver.carve
(CarvingContext p_190704_, CaveCarverConfiguration p_190705_, ChunkAccess p_190706_, Function<BlockPos, Holder<Biome>> p_190707_, Random p_190708_, Aquifer p_190709_, ChunkPos p_190710_, CarvingMask p_190711_) boolean
ConfiguredWorldCarver.carve
(CarvingContext p_190713_, ChunkAccess p_190714_, Function<BlockPos, Holder<Biome>> p_190715_, Random p_190716_, Aquifer p_190717_, ChunkPos p_190718_, CarvingMask p_190719_) abstract boolean
WorldCarver.carve
(CarvingContext p_190766_, C p_190767_, ChunkAccess p_190768_, Function<BlockPos, Holder<Biome>> p_190769_, Random p_190770_, Aquifer p_190771_, ChunkPos p_190772_, CarvingMask p_190773_) protected boolean
NetherWorldCarver.carveBlock
(CarvingContext p_190731_, CaveCarverConfiguration p_190732_, ChunkAccess p_190733_, Function<BlockPos, Holder<Biome>> p_190734_, CarvingMask p_190735_, BlockPos.MutableBlockPos p_190736_, BlockPos.MutableBlockPos p_190737_, Aquifer p_190738_, org.apache.commons.lang3.mutable.MutableBoolean p_190739_) protected boolean
WorldCarver.carveBlock
(CarvingContext p_190744_, C p_190745_, ChunkAccess p_190746_, Function<BlockPos, Holder<Biome>> p_190747_, CarvingMask p_190748_, BlockPos.MutableBlockPos p_190749_, BlockPos.MutableBlockPos p_190750_, Aquifer p_190751_, org.apache.commons.lang3.mutable.MutableBoolean p_190752_) protected boolean
WorldCarver.carveEllipsoid
(CarvingContext p_190754_, C p_190755_, ChunkAccess p_190756_, Function<BlockPos, Holder<Biome>> p_190757_, Aquifer p_190758_, double p_190759_, double p_190760_, double p_190761_, double p_190762_, double p_190763_, CarvingMask p_190764_, WorldCarver.CarveSkipChecker p_190765_) protected void
CaveWorldCarver.createRoom
(CarvingContext p_190691_, CaveCarverConfiguration p_190692_, ChunkAccess p_190693_, Function<BlockPos, Holder<Biome>> p_190694_, Aquifer p_190695_, double p_190696_, double p_190697_, double p_190698_, float p_190699_, double p_190700_, CarvingMask p_190701_, WorldCarver.CarveSkipChecker p_190702_) protected void
CaveWorldCarver.createTunnel
(CarvingContext p_190671_, CaveCarverConfiguration p_190672_, ChunkAccess p_190673_, Function<BlockPos, Holder<Biome>> p_190674_, long p_190675_, Aquifer p_190676_, double p_190677_, double p_190678_, double p_190679_, double p_190680_, double p_190681_, float p_190682_, float p_190683_, float p_190684_, int p_190685_, int p_190686_, double p_190687_, CarvingMask p_190688_, WorldCarver.CarveSkipChecker p_190689_) private void
CanyonWorldCarver.doCarve
(CarvingContext p_190594_, CanyonCarverConfiguration p_190595_, ChunkAccess p_190596_, Function<BlockPos, Holder<Biome>> p_190597_, long p_190598_, Aquifer p_190599_, double p_190600_, double p_190601_, double p_190602_, float p_190603_, float p_190604_, float p_190605_, int p_190606_, int p_190607_, double p_190608_, CarvingMask p_190609_) CarvingContext.topMaterial
(Function<BlockPos, Holder<Biome>> p_190647_, ChunkAccess p_190648_, BlockPos p_190649_, boolean p_190650_) Deprecated. -
Uses of Holder in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature declared as HolderModifier and TypeFieldDescriptionfinal Holder<PlacedFeature>
WeightedPlacedFeature.feature
final Holder<StructureProcessorList>
FossilFeatureConfiguration.fossilProcessors
final Holder<StructureProcessorList>
FossilFeatureConfiguration.overlayProcessors
Fields in net.minecraft.world.level.levelgen.feature with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<ConfiguredFeature<?,
?>>> ConfiguredFeature.CODEC
static final com.mojang.serialization.Codec<Holder<ConfiguredStructureFeature<?,
?>>> ConfiguredStructureFeature.CODEC
Methods in net.minecraft.world.level.levelgen.feature with parameters of type HolderModifier and TypeMethodDescriptionprivate static boolean
Method parameters in net.minecraft.world.level.levelgen.feature with type arguments of type HolderModifier and TypeMethodDescriptionboolean
StructureFeature.canGenerate
(RegistryAccess p_197172_, ChunkGenerator p_197173_, BiomeSource p_197174_, StructureManager p_197175_, long p_197176_, ChunkPos p_197177_, C p_197178_, LevelHeightAccessor p_197179_, Predicate<Holder<Biome>> p_197180_) ConfiguredStructureFeature.generate
(RegistryAccess p_204708_, ChunkGenerator p_204709_, BiomeSource p_204710_, StructureManager p_204711_, long p_204712_, ChunkPos p_204713_, int p_204714_, LevelHeightAccessor p_204715_, Predicate<Holder<Biome>> p_204716_) Constructors in net.minecraft.world.level.levelgen.feature with parameters of type HolderModifierConstructorDescriptionFossilFeatureConfiguration
(List<ResourceLocation> p_204751_, List<ResourceLocation> p_204752_, Holder<StructureProcessorList> p_204753_, Holder<StructureProcessorList> p_204754_, int p_204755_) WeightedPlacedFeature
(Holder<PlacedFeature> p_204786_, float p_204787_) -
Uses of Holder in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as HolderModifier and TypeFieldDescriptionfinal Holder<PlacedFeature>
RandomFeatureConfiguration.defaultFeature
private final Holder<PlacedFeature>
RandomPatchConfiguration.feature
The field for thefeature
record component.final Holder<PlacedFeature>
RandomBooleanFeatureConfiguration.featureFalse
final Holder<PlacedFeature>
RandomBooleanFeatureConfiguration.featureTrue
private final Holder<StructureTemplatePool>
JigsawConfiguration.startPool
final Holder<PlacedFeature>
RootSystemConfiguration.treeFeature
final Holder<PlacedFeature>
VegetationPatchConfiguration.vegetationFeature
Methods in net.minecraft.world.level.levelgen.feature.configurations that return HolderModifier and TypeMethodDescriptionRandomPatchConfiguration.feature()
Returns the value of thefeature
record component.JigsawConfiguration.startPool()
Constructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type HolderModifierConstructorDescriptionJigsawConfiguration
(Holder<StructureTemplatePool> p_204800_, int p_204801_) RandomBooleanFeatureConfiguration
(Holder<PlacedFeature> p_204804_, Holder<PlacedFeature> p_204805_) RandomFeatureConfiguration
(List<WeightedPlacedFeature> p_204811_, Holder<PlacedFeature> p_204812_) RandomPatchConfiguration
(int tries, int xzSpread, int ySpread, Holder<PlacedFeature> feature) Creates an instance of aRandomPatchConfiguration
record class.RootSystemConfiguration
(Holder<PlacedFeature> p_204824_, int p_204825_, int p_204826_, TagKey<Block> p_204827_, BlockStateProvider p_204828_, int p_204829_, int p_204830_, int p_204831_, int p_204832_, BlockStateProvider p_204833_, int p_204834_, int p_204835_, BlockPredicate p_204836_) VegetationPatchConfiguration
(TagKey<Block> p_204856_, BlockStateProvider p_204857_, Holder<PlacedFeature> p_204858_, CaveSurface p_204859_, IntProvider p_204860_, float p_204861_, int p_204862_, float p_204863_, IntProvider p_204864_, float p_204865_) -
Uses of Holder in net.minecraft.world.level.levelgen.flat
Fields in net.minecraft.world.level.levelgen.flat declared as HolderMethods in net.minecraft.world.level.levelgen.flat that return HolderModifier and TypeMethodDescriptionFlatLevelGeneratorSettings.getBiome()
FlatLevelGeneratorSettings.getBiomeFromSettings()
Methods in net.minecraft.world.level.levelgen.flat with parameters of type Holder -
Uses of Holder in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement declared as HolderModifier and TypeFieldDescriptionprivate final Holder<ConfiguredFeature<?,
?>> PlacedFeature.feature
The field for thefeature
record component.Fields in net.minecraft.world.level.levelgen.placement with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<PlacedFeature>>
PlacedFeature.CODEC
Methods in net.minecraft.world.level.levelgen.placement that return HolderModifier and TypeMethodDescriptionHolder<ConfiguredFeature<?,
?>> PlacedFeature.feature()
Returns the value of thefeature
record component.Constructors in net.minecraft.world.level.levelgen.placement with parameters of type HolderModifierConstructorDescriptionPlacedFeature
(Holder<ConfiguredFeature<?, ?>> feature, List<PlacementModifier> placement) Creates an instance of aPlacedFeature
record class. -
Uses of Holder in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as HolderModifier and TypeFieldDescriptionprivate final Holder<ConfiguredStructureFeature<?,
?>> StructureSet.StructureSelectionEntry.structure
The field for thestructure
record component.Fields in net.minecraft.world.level.levelgen.structure with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<StructureSet>>
StructureSet.CODEC
Methods in net.minecraft.world.level.levelgen.structure that return HolderModifier and TypeMethodDescriptionStructureSet.StructureSelectionEntry.structure()
Returns the value of thestructure
record component.Methods in net.minecraft.world.level.levelgen.structure with parameters of type HolderModifier and TypeMethodDescriptionStructureSet.entry
(Holder<ConfiguredStructureFeature<?, ?>> p_210016_) StructureSet.entry
(Holder<ConfiguredStructureFeature<?, ?>> p_210018_, int p_210019_) Method parameters in net.minecraft.world.level.levelgen.structure with type arguments of type HolderModifier and TypeMethodDescriptionboolean
StructureSet.StructureSelectionEntry.generatesInMatchingBiome
(Predicate<Holder<Biome>> p_210036_) Constructors in net.minecraft.world.level.levelgen.structure with parameters of type HolderModifierConstructorDescriptionStructureSelectionEntry
(Holder<ConfiguredStructureFeature<?, ?>> structure, int weight) Creates an instance of aStructureSelectionEntry
record class.StructureSet
(Holder<ConfiguredStructureFeature<?, ?>> p_210007_, StructurePlacement p_210008_) -
Uses of Holder in net.minecraft.world.level.levelgen.structure.pieces
Fields in net.minecraft.world.level.levelgen.structure.pieces with type parameters of type HolderModifier and TypeFieldDescriptionPieceGeneratorSupplier.Context.validBiome
The field for thevalidBiome
record component.Methods in net.minecraft.world.level.levelgen.structure.pieces that return types with arguments of type HolderModifier and TypeMethodDescriptionPieceGeneratorSupplier.Context.validBiome()
Returns the value of thevalidBiome
record component.Constructor parameters in net.minecraft.world.level.levelgen.structure.pieces with type arguments of type HolderModifierConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, long seed, ChunkPos chunkPos, C config, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome, StructureManager structureManager, RegistryAccess registryAccess) Creates an instance of aContext
record class. -
Uses of Holder in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools declared as HolderModifier and TypeFieldDescriptionprivate final Holder<PlacedFeature>
FeaturePoolElement.feature
protected final Holder<StructureProcessorList>
SinglePoolElement.processors
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<StructureTemplatePool>>
StructureTemplatePool.CODEC
Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type HolderModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,Holder<StructureProcessorList>> SinglePoolElement.processorsCodec()
Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type HolderModifier and TypeMethodDescriptionStructurePoolElement.feature
(Holder<PlacedFeature> p_210503_) StructurePoolElement.legacy
(String p_210513_, Holder<StructureProcessorList> p_210514_) StructurePoolElement.single
(String p_210532_, Holder<StructureProcessorList> p_210533_) Constructors in net.minecraft.world.level.levelgen.structure.pools with parameters of type HolderModifierConstructorDescriptionprotected
FeaturePoolElement
(Holder<PlacedFeature> p_210209_, StructureTemplatePool.Projection p_210210_) protected
LegacySinglePoolElement
(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210348_, Holder<StructureProcessorList> p_210349_, StructureTemplatePool.Projection p_210350_) protected
SinglePoolElement
(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210415_, Holder<StructureProcessorList> p_210416_, StructureTemplatePool.Projection p_210417_) -
Uses of Holder in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<StructureProcessorList>>
StructureProcessorType.LIST_CODEC
-
Uses of Holder in net.minecraft.world.level.levelgen.synth
Fields in net.minecraft.world.level.levelgen.synth with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<NormalNoise.NoiseParameters>>
NormalNoise.NoiseParameters.CODEC
-
Uses of Holder in net.minecraft.world.level.material
Methods in net.minecraft.world.level.material that return Holder -
Uses of Holder in net.minecraftforge.common.crafting.conditions
Fields in net.minecraftforge.common.crafting.conditions with type parameters of type HolderModifier and TypeFieldDescriptionprivate Map<ResourceKey<?>,
Map<ResourceLocation, Tag<Holder<?>>>> ConditionContext.loadedTags
Methods in net.minecraftforge.common.crafting.conditions that return types with arguments of type HolderModifier and TypeMethodDescription<T> Map<ResourceLocation,
Tag<Holder<T>>> ConditionContext.getAllTags
(ResourceKey<? extends Registry<T>> registry) <T> Map<ResourceLocation,
Tag<Holder<T>>> ICondition.IContext.getAllTags
(ResourceKey<? extends Registry<T>> registry) Return all the loaded tags for the passed registry, or an empty map if none is available.Return the requested tag if available, or an empty tag otherwise. -
Uses of Holder in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world that return types with arguments of type HolderModifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getCarvers
(GenerationStep.Carving stage) BiomeGenerationSettingsBuilder.getFeatures
(GenerationStep.Decoration stage) -
Uses of Holder in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type HolderModifier and TypeMethodDescriptionstatic SaplingGrowTreeEvent
ForgeEventFactory.blockGrowFeature
(LevelAccessor level, Random rand, BlockPos pos, Holder<? extends ConfiguredFeature<?, ?>> holder) -
Uses of Holder in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as HolderModifier and TypeFieldDescriptionprivate Holder<? extends ConfiguredFeature<?,
?>> SaplingGrowTreeEvent.feature
Methods in net.minecraftforge.event.world that return HolderModifier and TypeMethodDescriptionHolder<? extends ConfiguredFeature<?,
?>> SaplingGrowTreeEvent.getFeature()
Returns the holder of the feature which will be placed.Methods in net.minecraftforge.event.world with parameters of type HolderModifier and TypeMethodDescriptionvoid
SaplingGrowTreeEvent.setFeature
(Holder<? extends ConfiguredFeature<?, ?>> feature) Constructors in net.minecraftforge.event.world with parameters of type HolderModifierConstructorDescriptionSaplingGrowTreeEvent
(LevelAccessor world, Random rand, BlockPos pos, Holder<? extends ConfiguredFeature<?, ?>> feature) -
Uses of Holder in net.minecraftforge.registries
Fields in net.minecraftforge.registries declared as HolderMethods in net.minecraftforge.registries that return HolderModifier and TypeMethodDescriptionNamespacedDefaultedWrapper.getOrCreateHolder
(ResourceKey<T> key) NamespacedHolderHelper.getOrCreateHolder
(ResourceKey<T> key) NamespacedWrapper.getOrCreateHolder
(ResourceKey<T> key) NamespacedHolderHelper.onAdded
(RegistryManager stage, int id, T newValue, T oldValue) NamespacedDefaultedWrapper.register
(ResourceKey<T> p_205891_, T p_205892_, com.mojang.serialization.Lifecycle p_205893_) NamespacedWrapper.register
(ResourceKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) NamespacedDefaultedWrapper.registerMapping
(int id, ResourceKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) NamespacedWrapper.registerMapping
(int id, ResourceKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) NamespacedDefaultedWrapper.registerOrOverride
(OptionalInt id, ResourceKey<T> p_205885_, T p_205886_, com.mojang.serialization.Lifecycle p_205887_) NamespacedWrapper.registerOrOverride
(OptionalInt id, ResourceKey<T> key, T value, com.mojang.serialization.Lifecycle lifecycle) Methods in net.minecraftforge.registries that return types with arguments of type HolderModifier and TypeMethodDescriptionForgeRegistry.getHolder
(ResourceKey<V> key) ForgeRegistry.getHolder
(ResourceLocation location) IForgeRegistry.getHolder
(ResourceKey<V> key) This method exists purely as a stopgap for vanilla compatibility.IForgeRegistry.getHolder
(ResourceLocation location) This method exists purely as a stopgap for vanilla compatibility.This method exists purely as a stopgap for vanilla compatibility.NamespacedDefaultedWrapper.getHolder
(int id) NamespacedDefaultedWrapper.getHolder
(ResourceKey<T> key) NamespacedHolderHelper.getHolder
(int id) NamespacedHolderHelper.getHolder
(ResourceKey<T> key) NamespacedHolderHelper.getHolder
(ResourceLocation location) NamespacedWrapper.getHolder
(int id) NamespacedWrapper.getHolder
(ResourceKey<T> key) RegistryObject.getHolder()
Returns an optionalHolder
instance pointing to this RegistryObject's name and value.Methods in net.minecraftforge.registries with parameters of type HolderModifier and TypeMethodDescriptionprivate void
NamespacedHolderHelper.addTagToHolder
(Map<Holder.Reference<T>, List<TagKey<T>>> holderToTag, TagKey<T> name, Holder<T> holder) Method parameters in net.minecraftforge.registries with type arguments of type Holder