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 HolderConstructor parameters in net.minecraft.client.gui.screens with type arguments of type HolderModifierConstructorDescriptionCreateBuffetWorldScreen
(Screen p_232732_, WorldCreationContext p_232733_, Consumer<Holder<Biome>> p_232734_) -
Uses of Holder in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory with type parameters of type HolderModifier and TypeFieldDescriptionprivate List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>,
DyeColor>> LoomScreen.resultBannerPatterns
Methods in net.minecraft.client.gui.screens.inventory with parameters of type HolderModifier and TypeMethodDescriptionprivate void
LoomScreen.renderPattern
(Holder<BannerPattern> p_232825_, int p_232826_, int p_232827_) -
Uses of Holder in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection with type parameters of type HolderModifier and TypeFieldDescriptionprivate Optional<Holder<WorldPreset>>
WorldGenSettingsComponent.preset
private CycleButton<Holder<WorldPreset>>
WorldGenSettingsComponent.typeButton
Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type HolderModifier and TypeMethodDescriptionprivate static Optional<Holder<WorldPreset>>
WorldGenSettingsComponent.findPreset
(WorldCreationContext p_233048_, Optional<ResourceKey<WorldPreset>> p_233049_) private static Optional<List<Holder<WorldPreset>>>
WorldGenSettingsComponent.getNonEmptyList
(Registry<WorldPreset> p_233060_, TagKey<WorldPreset> p_233061_) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type HolderModifier and TypeMethodDescriptionprivate static Component
WorldGenSettingsComponent.describePreset
(Holder<WorldPreset> p_233086_) private static WorldCreationContext.Updater
PresetEditor.fixedBiomeConfigurator
(Holder<Biome> p_232968_) private static boolean
WorldGenSettingsComponent.isAmplified
(Holder<WorldPreset> p_233051_) -
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.client.renderer.blockentity
Method parameters in net.minecraft.client.renderer.blockentity with type arguments of type HolderModifier and TypeMethodDescriptionstatic void
BannerRenderer.renderPatterns
(PoseStack p_112066_, MultiBufferSource p_112067_, int p_112068_, int p_112069_, ModelPart p_112070_, Material p_112071_, boolean p_112072_, List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>, DyeColor>> p_112073_) static void
BannerRenderer.renderPatterns
(PoseStack p_112075_, MultiBufferSource p_112076_, int p_112077_, int p_112078_, ModelPart p_112079_, Material p_112080_, boolean p_112081_, List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>, DyeColor>> p_112082_, boolean p_112083_) -
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_) private static <T> Holder<T>
ResourceKeyArgument.getRegistryKeyType
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_233256_, String p_233257_, ResourceKey<Registry<T>> p_233258_, com.mojang.brigadier.exceptions.DynamicCommandExceptionType p_233259_) ResourceKeyArgument.getStructure
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_233266_, String p_233267_) static Holder<StructureTemplatePool>
ResourceKeyArgument.getStructureTemplatePool
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_233269_, String p_233270_) Methods in net.minecraft.commands.arguments with parameters of type Holder -
Uses of Holder in net.minecraft.commands.arguments.item
Fields in net.minecraft.commands.arguments.item declared as HolderModifier and TypeFieldDescriptionItemInput.item
ItemParser.ItemResult.item
The field for theitem
record component.Fields in net.minecraft.commands.arguments.item with type parameters of type HolderMethods in net.minecraft.commands.arguments.item that return HolderModifier and TypeMethodDescriptionItemParser.ItemResult.item()
Returns the value of theitem
record component.Method parameters in net.minecraft.commands.arguments.item with type arguments of type HolderModifier and TypeMethodDescriptionprivate static ItemPredicateArgument.Result
ItemPredicateArgument.createResult
(Predicate<Holder<Item>> p_235366_, CompoundTag p_235367_) Constructors in net.minecraft.commands.arguments.item with parameters of type HolderModifierConstructorDescriptionItemInput
(Holder<Item> p_235282_, CompoundTag p_235283_) ItemResult
(Holder<Item> item, CompoundTag nbt) Creates an instance of aItemResult
record class. -
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.getOrCreateHolderOrThrow
(ResourceKey<T> p_235718_) Registry.getOrCreateHolderOrThrow
(ResourceKey<T> p_235795_) 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()
HolderLookup.get
(ResourceKey<T> p_235699_) HolderLookup.RegistryLookup.get
(ResourceKey<T> p_235708_) MappedRegistry.getHolder
(int p_205907_) MappedRegistry.getHolder
(ResourceKey<T> p_205905_) Registry.getHolder
(int p_206051_) Registry.getHolder
(ResourceKey<T> p_206050_) MappedRegistry.getOrCreateHolder
(ResourceKey<T> p_235720_) Registry.getOrCreateHolder
(ResourceKey<T> p_235798_) DefaultedRegistry.getRandom
(RandomSource p_235665_) MappedRegistry.getRandom
(RandomSource p_235716_) Registry.getRandom
(RandomSource p_235781_) HolderSet.getRandomElement
(RandomSource p_235712_) HolderSet.ListBacked.getRandomElement
(RandomSource p_235714_) 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_) -
Uses of Holder in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen declared as HolderModifier and TypeFieldDescriptionstatic final Holder<StructureSet>
StructureSets.ANCIENT_CITIES
Structures.ANCIENT_CITY
static final Holder<StructureProcessorList>
ProcessorLists.ANCIENT_CITY_GENERIC_DEGRADATION
static final Holder<StructureProcessorList>
ProcessorLists.ANCIENT_CITY_START_DEGRADATION
static final Holder<StructureProcessorList>
ProcessorLists.ANCIENT_CITY_WALLS_DEGRADATION
static final Holder<StructureProcessorList>
ProcessorLists.BASTION_GENERIC_DEGRADATION
Structures.BASTION_REMNANT
static final Holder<StructureProcessorList>
ProcessorLists.BOTTOM_RAMPART
static final Holder<StructureProcessorList>
ProcessorLists.BRIDGE
private static final Holder<StructureTemplatePool>
Pools.BUILTIN_EMPTY
Structures.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
Structures.DESERT_PYRAMID
static final Holder<StructureSet>
StructureSets.DESERT_PYRAMIDS
static final Holder<StructureProcessorList>
ProcessorLists.EMPTY
static final Holder<StructureSet>
StructureSets.END_CITIES
Structures.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
Structures.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
Structures.IGLOO
static final Holder<StructureSet>
StructureSets.IGLOOS
Structures.JUNGLE_TEMPLE
static final Holder<StructureSet>
StructureSets.JUNGLE_TEMPLES
Structures.MINESHAFT
Structures.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
Structures.NETHER_FOSSIL
static final Holder<StructureSet>
StructureSets.NETHER_FOSSILS
Structures.OCEAN_MONUMENT
static final Holder<StructureSet>
StructureSets.OCEAN_MONUMENTS
Structures.OCEAN_RUIN_COLD
Structures.OCEAN_RUIN_WARM
static final Holder<StructureSet>
StructureSets.OCEAN_RUINS
static final Holder<StructureProcessorList>
ProcessorLists.OUTPOST_ROT
Structures.PILLAGER_OUTPOST
static final Holder<StructureSet>
StructureSets.PILLAGER_OUTPOSTS
static final Holder<StructureProcessorList>
ProcessorLists.RAMPART_DEGRADATION
static final Holder<StructureProcessorList>
ProcessorLists.ROOF
Structures.RUINED_PORTAL_DESERT
Structures.RUINED_PORTAL_JUNGLE
Structures.RUINED_PORTAL_MOUNTAIN
Structures.RUINED_PORTAL_NETHER
Structures.RUINED_PORTAL_OCEAN
Structures.RUINED_PORTAL_STANDARD
Structures.RUINED_PORTAL_SWAMP
static final Holder<StructureSet>
StructureSets.RUINED_PORTALS
Structures.SHIPWRECK
Structures.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>
AncientCityStructurePieces.START
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
Structures.STRONGHOLD
static final Holder<StructureSet>
StructureSets.STRONGHOLDS
Structures.SWAMP_HUT
static final Holder<StructureSet>
StructureSets.SWAMP_HUTS
static final Holder<StructureProcessorList>
ProcessorLists.TREASURE_ROOMS
Structures.VILLAGE_DESERT
Structures.VILLAGE_PLAINS
Structures.VILLAGE_SAVANNA
Structures.VILLAGE_SNOWY
Structures.VILLAGE_TAIGA
static final Holder<StructureSet>
StructureSets.VILLAGES
Structures.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<DimensionType>
DimensionTypes.bootstrap
(Registry<DimensionType> p_236474_) static Holder<NormalNoise.NoiseParameters>
NoiseData.bootstrap
(Registry<NormalNoise.NoiseParameters> p_236476_) static Holder<StructureTemplatePool>
Pools.bootstrap
(Registry<StructureTemplatePool> p_236492_) static Holder<StructureSet>
StructureSets.bootstrap
(Registry<StructureSet> p_236498_) private static <WC extends CarverConfiguration>
Holder<ConfiguredWorldCarver<WC>>Carvers.register
(String p_206431_, ConfiguredWorldCarver<WC> p_206432_) private static Holder<NormalNoise.NoiseParameters>
NoiseData.register
(Registry<NormalNoise.NoiseParameters> p_236485_, ResourceKey<NormalNoise.NoiseParameters> p_236486_, int p_236487_, double p_236488_, double... p_236489_) 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_) Structures.register
(ResourceKey<Structure> p_236534_, Structure p_236535_) static Holder<StructureSet>
StructureSets.register
(ResourceKey<StructureSet> p_211132_, Holder<Structure> 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<Structure> 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_GRASS
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<MultifaceGrowthConfiguration,
?>> 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<TreeConfiguration,
?>> TreeFeatures.MANGROVE
static final Holder<ConfiguredFeature<RandomFeatureConfiguration,
?>> VegetationFeatures.MANGROVE_VEGETATION
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<SculkPatchConfiguration,
?>> CaveFeatures.SCULK_PATCH_ANCIENT_CITY
static final Holder<ConfiguredFeature<SculkPatchConfiguration,
?>> CaveFeatures.SCULK_PATCH_DEEP_DARK
static final Holder<ConfiguredFeature<MultifaceGrowthConfiguration,
?>> CaveFeatures.SCULK_VEIN
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<TreeConfiguration,
?>> TreeFeatures.TALL_MANGROVE
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
(Registry<ConfiguredFeature<?, ?>> p_236678_) 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_GRASS
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.MANGROVE_CHECKED
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>
CavePlacements.SCULK_PATCH_ANCIENT_CITY
static final Holder<PlacedFeature>
CavePlacements.SCULK_PATCH_DEEP_DARK
static final Holder<PlacedFeature>
CavePlacements.SCULK_VEIN
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>
TreePlacements.TALL_MANGROVE_CHECKED
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_MANGROVE
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
(Registry<PlacedFeature> p_236770_) 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.chat
Methods in net.minecraft.network.chat that return Holder -
Uses of Holder in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type HolderModifier and TypeFieldDescriptionstatic final EntityDataSerializer<Holder<PaintingVariant>>
EntityDataSerializers.PAINTING_VARIANT
-
Uses of Holder in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type HolderModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<ICustomHolderSet<E>,
com.mojang.datafixers.util.Either<TagKey<E>, List<Holder<E>>>>> HolderSetCodec.combinedCodec
HolderSetCodec.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_) private <E> com.mojang.serialization.DataResult<Holder<E>>
RegistryLoader.overrideElementFromResources
(WritableRegistry<E> p_214229_, ResourceKey<? extends Registry<E>> p_214230_, com.mojang.serialization.Codec<E> p_214231_, ResourceKey<E> p_214232_, Optional<RegistryResourceAccess.EntryThunk<E>> p_214233_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_214234_) 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
PlaceCommand.placeFeature
(CommandSourceStack p_214576_, Holder<ConfiguredFeature<?, ?>> p_214577_, BlockPos p_214578_) static int
PlaceCommand.placeJigsaw
(CommandSourceStack p_214570_, Holder<StructureTemplatePool> p_214571_, ResourceLocation p_214572_, int p_214573_, BlockPos p_214574_) static int
PlaceCommand.placeStructure
(CommandSourceStack p_214588_, Holder<Structure> p_214589_, BlockPos p_214590_) Method parameters in net.minecraft.server.commands with type arguments of type HolderModifier and TypeMethodDescriptionstatic int
LocateCommand.showLocateResult
(CommandSourceStack p_214475_, ResourceOrTagLocationArgument.Result<?> p_214476_, BlockPos p_214477_, com.mojang.datafixers.util.Pair<BlockPos, ? extends Holder<?>> p_214478_, String p_214479_, boolean p_214480_) -
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.findClosestBiome3d
(Predicate<Holder<Biome>> p_215070_, BlockPos p_215071_, int p_215072_, int p_215073_, int p_215074_) Method parameters in net.minecraft.server.level with type arguments of type Holder -
Uses of Holder in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type HolderModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
Collection<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, Collection<Holder<T>>> tags) Creates an instance of aLoadResult
record class. -
Uses of Holder in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type HolderMethods in net.minecraft.world.entity.ai.behavior with parameters of type HolderModifier and TypeMethodDescriptionprivate boolean
private boolean
PoiCompetitorScan.competesForSameJobsite
(GlobalPos p_217330_, Holder<PoiType> p_217331_, Villager p_217332_) private boolean
PoiCompetitorScan.hasMatchingProfession
(Holder<PoiType> p_217334_, VillagerProfession p_217335_) private boolean
YieldJobSite.nearbyWantsJobsite
(Holder<PoiType> p_217511_, Villager p_217512_, BlockPos p_217513_) Method parameters in net.minecraft.world.entity.ai.behavior with type arguments of type HolderModifier and TypeMethodDescriptionstatic Path
AcquirePoi.findPathToPois
(Mob p_217098_, Set<com.mojang.datafixers.util.Pair<Holder<PoiType>, BlockPos>> p_217099_) Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type HolderModifierConstructorDescriptionAcquirePoi
(Predicate<Holder<PoiType>> p_217093_, MemoryModuleType<GlobalPos> p_217094_, boolean p_217095_, Optional<Byte> p_217096_) AcquirePoi
(Predicate<Holder<PoiType>> p_217087_, MemoryModuleType<GlobalPos> p_217088_, MemoryModuleType<GlobalPos> p_217089_, boolean p_217090_, Optional<Byte> p_217091_) ValidateNearbyPoi
(Predicate<Holder<PoiType>> p_217490_, MemoryModuleType<GlobalPos> p_217491_) -
Uses of Holder in net.minecraft.world.entity.ai.village.poi
Fields in net.minecraft.world.entity.ai.village.poi declared as HolderFields in net.minecraft.world.entity.ai.village.poi with type parameters of type HolderMethods in net.minecraft.world.entity.ai.village.poi that return HolderMethods in net.minecraft.world.entity.ai.village.poi that return types with arguments of type HolderModifier and TypeMethodDescriptionPoiManager.findAllClosestFirstWithType
(Predicate<Holder<PoiType>> p_217995_, Predicate<BlockPos> p_217996_, BlockPos p_217997_, int p_217998_, PoiManager.Occupancy p_217999_) PoiManager.findAllWithType
(Predicate<Holder<PoiType>> p_217984_, Predicate<BlockPos> p_217985_, BlockPos p_217986_, int p_217987_, PoiManager.Occupancy p_217988_) PoiManager.findClosestWithType
(Predicate<Holder<PoiType>> p_218003_, BlockPos p_218004_, int p_218005_, PoiManager.Occupancy p_218006_) PoiTypes.forState
(BlockState p_218076_) Methods in net.minecraft.world.entity.ai.village.poi with parameters of type HolderModifier and TypeMethodDescriptionvoid
void
private static void
PoiTypes.registerBlockStates
(Holder<PoiType> p_218078_) Method parameters in net.minecraft.world.entity.ai.village.poi with type arguments of type HolderModifier and TypeMethodDescriptionboolean
boolean
PoiManager.find
(Predicate<Holder<PoiType>> p_27187_, Predicate<BlockPos> p_27188_, BlockPos p_27189_, int p_27190_, PoiManager.Occupancy p_27191_) PoiManager.findAll
(Predicate<Holder<PoiType>> p_27139_, Predicate<BlockPos> p_27140_, BlockPos p_27141_, int p_27142_, PoiManager.Occupancy p_27143_) PoiManager.findAllClosestFirstWithType
(Predicate<Holder<PoiType>> p_217995_, Predicate<BlockPos> p_217996_, BlockPos p_217997_, int p_217998_, PoiManager.Occupancy p_217999_) PoiManager.findAllWithType
(Predicate<Holder<PoiType>> p_217984_, Predicate<BlockPos> p_217985_, BlockPos p_217986_, int p_217987_, PoiManager.Occupancy p_217988_) PoiManager.findClosest
(Predicate<Holder<PoiType>> p_148659_, Predicate<BlockPos> p_148660_, BlockPos p_148661_, int p_148662_, PoiManager.Occupancy p_148663_) PoiManager.findClosest
(Predicate<Holder<PoiType>> p_27193_, BlockPos p_27194_, int p_27195_, PoiManager.Occupancy p_27196_) PoiManager.findClosestWithType
(Predicate<Holder<PoiType>> p_218003_, BlockPos p_218004_, int p_218005_, PoiManager.Occupancy p_218006_) long
PoiManager.getCountInRange
(Predicate<Holder<PoiType>> p_27122_, BlockPos p_27123_, int p_27124_, PoiManager.Occupancy p_27125_) PoiManager.getInChunk
(Predicate<Holder<PoiType>> p_27118_, ChunkPos p_27119_, PoiManager.Occupancy p_27120_) PoiManager.getInRange
(Predicate<Holder<PoiType>> p_27182_, BlockPos p_27183_, int p_27184_, PoiManager.Occupancy p_27185_) PoiManager.getInSquare
(Predicate<Holder<PoiType>> p_27167_, BlockPos p_27168_, int p_27169_, PoiManager.Occupancy p_27170_) PoiManager.getRandom
(Predicate<Holder<PoiType>> p_217952_, Predicate<BlockPos> p_217953_, PoiManager.Occupancy p_217954_, BlockPos p_217955_, int p_217956_, RandomSource p_217957_) PoiSection.getRecords
(Predicate<Holder<PoiType>> p_27305_, PoiManager.Occupancy p_27306_) void
PoiManager.take
(Predicate<Holder<PoiType>> p_217947_, BiPredicate<Holder<PoiType>, BlockPos> p_217948_, BlockPos p_217949_, int p_217950_) PoiManager.take
(Predicate<Holder<PoiType>> p_217947_, BiPredicate<Holder<PoiType>, BlockPos> p_217948_, BlockPos p_217949_, int p_217950_) private void
PoiManager.updateFromSection
(LevelChunkSection p_27070_, SectionPos p_27071_, BiConsumer<BlockPos, Holder<PoiType>> p_27072_) Constructors in net.minecraft.world.entity.ai.village.poi with parameters of type Holder -
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.decoration
Fields in net.minecraft.world.entity.decoration with type parameters of type HolderModifier and TypeFieldDescriptionprivate static final EntityDataAccessor<Holder<PaintingVariant>>
Painting.DATA_PAINTING_VARIANT_ID
Methods in net.minecraft.world.entity.decoration that return HolderModifier and TypeMethodDescriptionprivate static Holder<PaintingVariant>
Painting.getDefaultVariant()
Painting.getVariant()
Methods in net.minecraft.world.entity.decoration with parameters of type HolderModifier and TypeMethodDescriptionprivate void
Painting.setVariant
(Holder<PaintingVariant> p_218892_) private static int
Painting.variantArea
(Holder<PaintingVariant> p_218899_) Constructors in net.minecraft.world.entity.decoration with parameters of type Holder -
Uses of Holder in net.minecraft.world.entity.npc
Fields in net.minecraft.world.entity.npc with type parameters of type HolderModifier and TypeFieldDescriptionVillagerProfession.acquirableJobSite
The field for theacquirableJobSite
record component.VillagerProfession.ALL_ACQUIRABLE_JOBS
VillagerProfession.heldJobSite
The field for theheldJobSite
record component.static final Map<MemoryModuleType<GlobalPos>,
BiPredicate<Villager, Holder<PoiType>>> Villager.POI_MEMORIES
Methods in net.minecraft.world.entity.npc that return types with arguments of type HolderModifier and TypeMethodDescriptionVillagerProfession.acquirableJobSite()
Returns the value of theacquirableJobSite
record component.VillagerProfession.heldJobSite()
Returns the value of theheldJobSite
record component.Methods in net.minecraft.world.entity.npc with parameters of type HolderMethod parameters in net.minecraft.world.entity.npc with type arguments of type HolderModifier and TypeMethodDescriptionprivate static VillagerProfession
VillagerProfession.register
(String p_219659_, Predicate<Holder<PoiType>> p_219660_, Predicate<Holder<PoiType>> p_219661_, com.google.common.collect.ImmutableSet<Item> p_219662_, com.google.common.collect.ImmutableSet<Block> p_219663_, SoundEvent p_219664_) private static VillagerProfession
VillagerProfession.register
(String p_219654_, Predicate<Holder<PoiType>> p_219655_, Predicate<Holder<PoiType>> p_219656_, SoundEvent p_219657_) Constructor parameters in net.minecraft.world.entity.npc with type arguments of type HolderModifierConstructorDescriptionVillagerProfession
(String name, Predicate<Holder<PoiType>> heldJobSite, Predicate<Holder<PoiType>> acquirableJobSite, com.google.common.collect.ImmutableSet<Item> requestedItems, com.google.common.collect.ImmutableSet<Block> secondaryPoi, SoundEvent workSound) Creates an instance of aVillagerProfession
record class. -
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.inventory
Fields in net.minecraft.world.inventory with type parameters of type HolderMethods in net.minecraft.world.inventory that return types with arguments of type HolderModifier and TypeMethodDescriptionLoomMenu.getSelectablePatterns()
private List<Holder<BannerPattern>>
LoomMenu.getSelectablePatterns
(ItemStack p_219994_) Methods in net.minecraft.world.inventory with parameters of type HolderModifier and TypeMethodDescriptionprivate void
LoomMenu.setupResultSlot
(Holder<BannerPattern> p_219992_) -
Uses of Holder in net.minecraft.world.item
Methods in net.minecraft.world.item that return HolderMethods in net.minecraft.world.item that return types with arguments of type HolderModifier and TypeMethodDescriptionprivate Optional<Holder<Instrument>>
InstrumentItem.getInstrument
(ItemStack p_220135_) Methods in net.minecraft.world.item with parameters of type HolderModifier and TypeMethodDescriptionstatic ItemStack
InstrumentItem.create
(Item p_220108_, Holder<Instrument> p_220109_) boolean
private static void
InstrumentItem.setSoundVariantId
(ItemStack p_220120_, Holder<Instrument> p_220121_) Method parameters in net.minecraft.world.item with type arguments of type HolderConstructors 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_220444_, StructureManager p_220445_, ChunkGenerator p_220446_, MobCategory p_220447_, BlockPos p_220448_, Holder<Biome> p_220449_) static void
NaturalSpawner.spawnMobsForChunkGeneration
(ServerLevelAccessor p_220451_, Holder<Biome> p_220452_, ChunkPos p_220453_, RandomSource p_220454_) Constructors in net.minecraft.world.level with parameters of type HolderModifierConstructorDescriptionprotected
Level
(WritableLevelData p_220352_, ResourceKey<Level> p_220353_, Holder<DimensionType> p_220354_, Supplier<ProfilerFiller> p_220355_, boolean p_220356_, boolean p_220357_, long p_220358_, int p_220359_) -
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
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
BiomeSource.lazyPossibleBiomes
private final Climate.ParameterList<Holder<Biome>>
MultiNoiseBiomeSource.parameters
MultiNoiseBiomeSource.Preset.parameterSource
Methods in net.minecraft.world.level.biome that return HolderModifier and TypeMethodDescriptionBiomeManager.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_220561_, int p_220562_, int p_220563_, int p_220564_, int p_220565_, Predicate<Holder<Biome>> p_220566_, RandomSource p_220567_, boolean p_220568_, Climate.Sampler p_220569_) BiomeSource.findBiomeHorizontal
(int p_220571_, int p_220572_, int p_220573_, int p_220574_, Predicate<Holder<Biome>> p_220575_, RandomSource p_220576_, Climate.Sampler p_220577_) FixedBiomeSource.findBiomeHorizontal
(int p_220640_, int p_220641_, int p_220642_, int p_220643_, int p_220644_, Predicate<Holder<Biome>> p_220645_, RandomSource p_220646_, boolean p_220647_, Climate.Sampler p_220648_) BiomeSource.findClosestBiome3d
(BlockPos p_220578_, int p_220579_, int p_220580_, int p_220581_, Predicate<Holder<Biome>> p_220582_, Climate.Sampler p_220583_, LevelReader p_220584_) FixedBiomeSource.findClosestBiome3d
(BlockPos p_220650_, int p_220651_, int p_220652_, int p_220653_, Predicate<Holder<Biome>> p_220654_, Climate.Sampler p_220655_, LevelReader p_220656_) 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_) Method parameters in net.minecraft.world.level.biome with type arguments of type HolderModifier and TypeMethodDescriptionBiomeSource.findBiomeHorizontal
(int p_220561_, int p_220562_, int p_220563_, int p_220564_, int p_220565_, Predicate<Holder<Biome>> p_220566_, RandomSource p_220567_, boolean p_220568_, Climate.Sampler p_220569_) BiomeSource.findBiomeHorizontal
(int p_220571_, int p_220572_, int p_220573_, int p_220574_, Predicate<Holder<Biome>> p_220575_, RandomSource p_220576_, Climate.Sampler p_220577_) FixedBiomeSource.findBiomeHorizontal
(int p_220640_, int p_220641_, int p_220642_, int p_220643_, int p_220644_, Predicate<Holder<Biome>> p_220645_, RandomSource p_220646_, boolean p_220647_, Climate.Sampler p_220648_) BiomeSource.findClosestBiome3d
(BlockPos p_220578_, int p_220579_, int p_220580_, int p_220581_, Predicate<Holder<Biome>> p_220582_, Climate.Sampler p_220583_, LevelReader p_220584_) FixedBiomeSource.findClosestBiome3d
(BlockPos p_220650_, int p_220651_, int p_220652_, int p_220653_, Predicate<Holder<Biome>> p_220654_, Climate.Sampler p_220655_, LevelReader p_220656_) Constructors in net.minecraft.world.level.biome with parameters of type HolderModifierConstructorDescriptionFixedBiomeSource
(Holder<Biome> p_204257_) private
TheEndBiomeSource
(Holder<Biome> p_220678_, Holder<Biome> p_220679_, Holder<Biome> p_220680_, Holder<Biome> p_220681_, Holder<Biome> p_220682_) Constructor parameters in net.minecraft.world.level.biome with type arguments of type HolderModifierConstructorDescriptionprotected
BiomeSource
(Supplier<List<Holder<Biome>>> biomes) protected
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.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type HolderModifier and TypeFieldDescriptionprivate List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>,
DyeColor>> BannerBlockEntity.patterns
private final List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>,
DyeColor>> BannerPattern.Builder.patterns
Methods in net.minecraft.world.level.block.entity that return HolderMethods in net.minecraft.world.level.block.entity that return types with arguments of type HolderModifier and TypeMethodDescriptionstatic List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>,
DyeColor>> BannerBlockEntity.createPatterns
(DyeColor p_58485_, ListTag p_58486_) List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>,
DyeColor>> BannerBlockEntity.getPatterns()
Methods in net.minecraft.world.level.block.entity with parameters of type HolderModifier and TypeMethodDescriptionBannerPattern.Builder.addPattern
(Holder<BannerPattern> p_222709_, DyeColor p_222710_) Method parameters in net.minecraft.world.level.block.entity with type arguments of type HolderModifier and TypeMethodDescriptionBannerPattern.Builder.addPattern
(com.mojang.datafixers.util.Pair<Holder<BannerPattern>, DyeColor> p_155049_) -
Uses of Holder in net.minecraft.world.level.block.grower
Methods in net.minecraft.world.level.block.grower that return HolderModifier and TypeMethodDescriptionprotected Holder<? extends ConfiguredFeature<?,
?>> AbstractTreeGrower.getConfiguredFeature
(ServerLevel level, ChunkGenerator chunkGenerator, BlockPos pos, BlockState state, RandomSource random, boolean hasFlowers) protected abstract Holder<? extends ConfiguredFeature<?,
?>> AbstractTreeGrower.getConfiguredFeature
(RandomSource p_222910_, boolean p_222911_) Deprecated.protected Holder<? extends ConfiguredFeature<?,
?>> AcaciaTreeGrower.getConfiguredFeature
(RandomSource p_222913_, boolean p_222914_) protected Holder<? extends ConfiguredFeature<?,
?>> AzaleaTreeGrower.getConfiguredFeature
(RandomSource p_222916_, boolean p_222917_) protected Holder<? extends ConfiguredFeature<?,
?>> BirchTreeGrower.getConfiguredFeature
(RandomSource p_222919_, boolean p_222920_) protected Holder<? extends ConfiguredFeature<?,
?>> DarkOakTreeGrower.getConfiguredFeature
(RandomSource p_222924_, boolean p_222925_) protected Holder<? extends ConfiguredFeature<?,
?>> JungleTreeGrower.getConfiguredFeature
(RandomSource p_222929_, boolean p_222930_) protected Holder<? extends ConfiguredFeature<?,
?>> MangroveTreeGrower.getConfiguredFeature
(RandomSource p_222935_, boolean p_222936_) protected Holder<? extends ConfiguredFeature<?,
?>> OakTreeGrower.getConfiguredFeature
(RandomSource p_222938_, boolean p_222939_) protected Holder<? extends ConfiguredFeature<?,
?>> SpruceTreeGrower.getConfiguredFeature
(RandomSource p_222943_, boolean p_222944_) protected Holder<? extends ConfiguredFeature<?,
?>> AbstractMegaTreeGrower.getConfiguredMegaFeature
(ServerLevel level, ChunkGenerator chunkGenerator, BlockPos pos, BlockState state, RandomSource random) protected abstract Holder<? extends ConfiguredFeature<?,
?>> AbstractMegaTreeGrower.getConfiguredMegaFeature
(RandomSource p_222904_) Deprecated.protected Holder<? extends ConfiguredFeature<?,
?>> DarkOakTreeGrower.getConfiguredMegaFeature
(RandomSource p_222922_) protected Holder<? extends ConfiguredFeature<?,
?>> JungleTreeGrower.getConfiguredMegaFeature
(RandomSource p_222927_) protected Holder<? extends ConfiguredFeature<?,
?>> SpruceTreeGrower.getConfiguredMegaFeature
(RandomSource p_222941_) -
Uses of Holder in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state that return Holder -
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 PalettedContainerRO<Holder<Biome>>
LevelChunkSection.biomes
private final Function<Holder<Biome>,
BiomeGenerationSettings> ChunkGenerator.generationSettingsGetter
Methods in net.minecraft.world.level.chunk that return HolderModifier and TypeMethodDescriptionChunkAccess.getNoiseBiome
(int p_204347_, int p_204348_, int p_204349_) 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 TypeMethodDescriptionChunkGenerator.findNearestMapStructure
(ServerLevel p_223038_, HolderSet<Structure> p_223039_, BlockPos p_223040_, int p_223041_, boolean p_223042_) LevelChunkSection.getBiomes()
ChunkGenerator.getNearestGeneratedStructure
(Set<Holder<Structure>> p_223182_, ServerLevel p_223183_, StructureManager p_223184_, BlockPos p_223185_, boolean p_223186_, ConcentricRingsStructurePlacement p_223187_) ChunkGenerator.getNearestGeneratedStructure
(Set<Holder<Structure>> p_223189_, LevelReader p_223190_, StructureManager p_223191_, int p_223192_, int p_223193_, int p_223194_, boolean p_223195_, long p_223196_, RandomSpreadStructurePlacement p_223197_) ChunkGenerator.getStructureGeneratingAt
(Set<Holder<Structure>> p_223199_, LevelReader p_223200_, StructureManager p_223201_, boolean p_223202_, StructurePlacement p_223203_, ChunkPos p_223204_) ChunkGenerator.possibleStructureSets()
Methods in net.minecraft.world.level.chunk with parameters of type HolderModifier and TypeMethodDescriptionprivate CompletableFuture<List<ChunkPos>>
ChunkGenerator.generateRingPositions
(Holder<StructureSet> p_223149_, RandomState p_223150_, ConcentricRingsStructurePlacement p_223151_) ChunkGenerator.getBiomeGenerationSettings
(Holder<Biome> p_223132_) Deprecated.ChunkGenerator.getMobsAt
(Holder<Biome> p_223134_, StructureManager p_223135_, MobCategory p_223136_, BlockPos p_223137_) private List<StructurePlacement>
ChunkGenerator.getPlacementsForStructure
(Holder<Structure> p_223139_, RandomState p_223140_) boolean
ChunkGenerator.hasStructureChunkInRange
(Holder<StructureSet> p_223142_, RandomState p_223143_, long p_223144_, int p_223145_, int p_223146_, int p_223147_) Method parameters in net.minecraft.world.level.chunk with type arguments of type HolderModifier and TypeMethodDescriptionChunkGenerator.getNearestGeneratedStructure
(Set<Holder<Structure>> p_223182_, ServerLevel p_223183_, StructureManager p_223184_, BlockPos p_223185_, boolean p_223186_, ConcentricRingsStructurePlacement p_223187_) ChunkGenerator.getNearestGeneratedStructure
(Set<Holder<Structure>> p_223189_, LevelReader p_223190_, StructureManager p_223191_, int p_223192_, int p_223193_, int p_223194_, boolean p_223195_, long p_223196_, RandomSpreadStructurePlacement p_223197_) ChunkGenerator.getStructureGeneratingAt
(Set<Holder<Structure>> p_223199_, LevelReader p_223200_, StructureManager p_223201_, boolean p_223202_, StructurePlacement p_223203_, ChunkPos p_223204_) Constructors in net.minecraft.world.level.chunk with parameters of type HolderModifierConstructorDescriptionEmptyLevelChunk
(Level p_204422_, ChunkPos p_204423_, Holder<Biome> p_204424_) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type HolderModifierConstructorDescriptionChunkGenerator
(Registry<StructureSet> p_223024_, Optional<HolderSet<StructureSet>> p_223025_, BiomeSource p_223026_, Function<Holder<Biome>, BiomeGenerationSettings> p_223027_) LevelChunkSection
(int p_238255_, PalettedContainer<BlockState> p_238256_, PalettedContainerRO<Holder<Biome>> p_238257_) -
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<PalettedContainerRO<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_) -
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<DensityFunction>
DensityFunctions.Spline.Coordinate.function
The field for thefunction
record component.private final Holder<NormalNoise.NoiseParameters>
DensityFunction.NoiseHolder.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 TypeMethodDescriptionstatic Holder<NoiseGeneratorSettings>
NoiseGeneratorSettings.bootstrap
(Registry<NoiseGeneratorSettings> p_224384_) static Holder<? extends DensityFunction>
NoiseRouterData.bootstrap
(Registry<DensityFunction> p_224459_) DensityFunctions.HolderHolder.function()
Returns the value of thefunction
record component.DensityFunctions.Spline.Coordinate.function()
Returns the value of thefunction
record component.NoiseBasedChunkGenerator.generatorSettings()
private static Holder<NormalNoise.NoiseParameters>
NoiseRouterData.getNoise
(ResourceKey<NormalNoise.NoiseParameters> p_209543_) DensityFunction.NoiseHolder.noiseData()
Returns the value of thenoiseData
record component.static Holder<NoiseGeneratorSettings>
NoiseGeneratorSettings.register
(Registry<NoiseGeneratorSettings> p_224386_, ResourceKey<NoiseGeneratorSettings> p_224387_, NoiseGeneratorSettings p_224388_) private static Holder<DensityFunction>
NoiseRouterData.register
(Registry<DensityFunction> p_224499_, ResourceKey<DensityFunction> p_224500_, DensityFunction p_224501_) Methods in net.minecraft.world.level.levelgen with parameters of type HolderModifier and TypeMethodDescriptionstatic 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 void
NoiseRouterData.registerTerrainNoises
(Registry<DensityFunction> p_224475_, DensityFunction p_224476_, Holder<DensityFunction> p_224477_, Holder<DensityFunction> p_224478_, ResourceKey<DensityFunction> p_224479_, ResourceKey<DensityFunction> p_224480_, ResourceKey<DensityFunction> p_224481_, ResourceKey<DensityFunction> p_224482_, ResourceKey<DensityFunction> p_224483_, boolean p_224484_) 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 TypeMethodDescriptionSurfaceSystem.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 HolderModifierConstructorDescriptionCoordinate
(Holder<DensityFunction> function) Creates an instance of aCoordinate
record class.HolderHolder
(Holder<DensityFunction> function) Creates an instance of aHolderHolder
record class.NoiseBasedChunkGenerator
(Registry<StructureSet> p_224206_, Registry<NormalNoise.NoiseParameters> p_224207_, BiomeSource p_224208_, Holder<NoiseGeneratorSettings> p_224209_) NoiseHolder
(Holder<NormalNoise.NoiseParameters> p_224001_) NoiseHolder
(Holder<NormalNoise.NoiseParameters> noiseData, NormalNoise noise) Creates an instance of aNoiseHolder
record class.Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type HolderModifierConstructorDescriptionprotected
Context
(SurfaceSystem p_224616_, RandomState p_224617_, ChunkAccess p_224618_, NoiseChunk p_224619_, Function<BlockPos, Holder<Biome>> p_224620_, Registry<Biome> p_224621_, WorldGenerationContext p_224622_) -
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 HolderModifier and TypeMethodDescriptionBlender.blendBiome
(int p_224707_, int p_224708_, int p_224709_) Methods in net.minecraft.world.level.levelgen.blending that return types with arguments of type HolderModifier and TypeMethodDescriptionBlendingData.getBiomeColumn
(ChunkAccess p_224758_, int p_224759_, int p_224760_) Methods 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_224813_, CanyonCarverConfiguration p_224814_, ChunkAccess p_224815_, Function<BlockPos, Holder<Biome>> p_224816_, RandomSource p_224817_, Aquifer p_224818_, ChunkPos p_224819_, CarvingMask p_224820_) boolean
CaveWorldCarver.carve
(CarvingContext p_224885_, CaveCarverConfiguration p_224886_, ChunkAccess p_224887_, Function<BlockPos, Holder<Biome>> p_224888_, RandomSource p_224889_, Aquifer p_224890_, ChunkPos p_224891_, CarvingMask p_224892_) boolean
ConfiguredWorldCarver.carve
(CarvingContext p_224899_, ChunkAccess p_224900_, Function<BlockPos, Holder<Biome>> p_224901_, RandomSource p_224902_, Aquifer p_224903_, ChunkPos p_224904_, CarvingMask p_224905_) abstract boolean
WorldCarver.carve
(CarvingContext p_224913_, C p_224914_, ChunkAccess p_224915_, Function<BlockPos, Holder<Biome>> p_224916_, RandomSource p_224917_, Aquifer p_224918_, ChunkPos p_224919_, CarvingMask p_224920_) 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
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
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.Constructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type HolderModifierConstructorDescriptionRandomBooleanFeatureConfiguration
(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 HolderModifier and TypeFieldDescriptionFlatLevelGeneratorSettings.biome
FlatLevelGeneratorPreset.displayItem
The field for thedisplayItem
record component.Fields in net.minecraft.world.level.levelgen.flat with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<FlatLevelGeneratorPreset>>
FlatLevelGeneratorPreset.CODEC
Methods in net.minecraft.world.level.levelgen.flat that return HolderModifier and TypeMethodDescriptionstatic Holder<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.bootstrap
(Registry<FlatLevelGeneratorPreset> p_226275_) FlatLevelGeneratorPreset.displayItem()
Returns the value of thedisplayItem
record component.FlatLevelGeneratorSettings.getBiome()
private Holder<FlatLevelGeneratorPreset>
FlatLevelGeneratorPresets.Bootstrap.register
(ResourceKey<FlatLevelGeneratorPreset> p_226287_, ItemLike p_226288_, ResourceKey<Biome> p_226289_, Set<ResourceKey<StructureSet>> p_226290_, boolean p_226291_, boolean p_226292_, FlatLayerInfo... p_226293_) FlatLevelGeneratorPresets.Bootstrap.run()
Methods in net.minecraft.world.level.levelgen.flat with parameters of type HolderModifier and TypeMethodDescriptionFlatLevelGeneratorSettings.adjustGenerationSettings
(Holder<Biome> p_226295_) void
Constructors in net.minecraft.world.level.levelgen.flat with parameters of type HolderModifierConstructorDescriptionFlatLevelGeneratorPreset
(Holder<Item> displayItem, FlatLevelGeneratorSettings settings) Creates an instance of aFlatLevelGeneratorPreset
record class. -
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.presets
Fields in net.minecraft.world.level.levelgen.presets declared as HolderModifier and TypeFieldDescriptionprivate final Holder<DimensionType>
WorldPresets.Bootstrap.endDimensionType
private final Holder<NoiseGeneratorSettings>
WorldPresets.Bootstrap.endNoiseSettings
private final Holder<DimensionType>
WorldPresets.Bootstrap.netherDimensionType
private final Holder<NoiseGeneratorSettings>
WorldPresets.Bootstrap.netherNoiseSettings
private final Holder<DimensionType>
WorldPresets.Bootstrap.overworldDimensionType
Fields in net.minecraft.world.level.levelgen.presets with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<WorldPreset>>
WorldPreset.CODEC
Methods in net.minecraft.world.level.levelgen.presets that return HolderModifier and TypeMethodDescriptionstatic Holder<WorldPreset>
WorldPresets.bootstrap
(Registry<WorldPreset> p_226448_) private Holder<WorldPreset>
WorldPresets.Bootstrap.registerCustomOverworldPreset
(ResourceKey<WorldPreset> p_226482_, LevelStem p_226483_) WorldPresets.Bootstrap.run()
Methods in net.minecraft.world.level.levelgen.presets with parameters of type HolderModifier and TypeMethodDescriptionprivate LevelStem
WorldPresets.Bootstrap.makeNoiseBasedOverworld
(BiomeSource p_226485_, Holder<NoiseGeneratorSettings> p_226486_) -
Uses of Holder in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as HolderModifier and TypeFieldDescriptionStructureSet.StructureSelectionEntry.structure
The field for thestructure
record component.Fields in net.minecraft.world.level.levelgen.structure with type parameters of type HolderModifier and TypeFieldDescriptionStructure.CODEC
static final com.mojang.serialization.Codec<Holder<StructureSet>>
StructureSet.CODEC
Structure.GenerationContext.validBiome
The field for thevalidBiome
record component.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 that return types with arguments of type HolderModifier and TypeMethodDescriptionStructure.GenerationContext.validBiome()
Returns the value of thevalidBiome
record component.Methods in net.minecraft.world.level.levelgen.structure with parameters of type HolderModifier and TypeMethodDescriptionMethod parameters in net.minecraft.world.level.levelgen.structure with type arguments of type HolderModifier and TypeMethodDescriptionStructure.generate
(RegistryAccess p_226597_, ChunkGenerator p_226598_, BiomeSource p_226599_, RandomState p_226600_, StructureTemplateManager p_226601_, long p_226602_, ChunkPos p_226603_, int p_226604_, LevelHeightAccessor p_226605_, Predicate<Holder<Biome>> p_226606_) private static boolean
Structure.isValidBiome
(Structure.GenerationStub p_226590_, ChunkGenerator p_226591_, RandomState p_226592_, Predicate<Holder<Biome>> p_226593_) Constructors in net.minecraft.world.level.levelgen.structure with parameters of type HolderModifierConstructorDescriptionStructureSelectionEntry
(Holder<Structure> structure, int weight) Creates an instance of aStructureSelectionEntry
record class.StructureSet
(Holder<Structure> p_210007_, StructurePlacement p_210008_) Constructor parameters in net.minecraft.world.level.levelgen.structure with type arguments of type HolderModifierConstructorDescriptionGenerationContext
(RegistryAccess p_226632_, ChunkGenerator p_226633_, BiomeSource p_226634_, RandomState p_226635_, StructureTemplateManager p_226636_, long p_226637_, ChunkPos p_226638_, LevelHeightAccessor p_226639_, Predicate<Holder<Biome>> p_226640_) GenerationContext
(RegistryAccess registryAccess, ChunkGenerator chunkGenerator, BiomeSource biomeSource, RandomState randomState, StructureTemplateManager structureTemplateManager, WorldgenRandom random, long seed, ChunkPos chunkPos, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome) Creates an instance of aGenerationContext
record class. -
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, RandomState randomState, long seed, ChunkPos chunkPos, C config, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome, StructureTemplateManager structureTemplateManager, RegistryAccess registryAccess) Creates an instance of aContext
record class. -
Uses of Holder in net.minecraft.world.level.levelgen.structure.placement
Fields in net.minecraft.world.level.levelgen.structure.placement declared as HolderModifier and TypeFieldDescriptionprivate final Holder<StructureSet>
StructurePlacement.ExclusionZone.otherSet
Deprecated.The field for theotherSet
record component.Methods in net.minecraft.world.level.levelgen.structure.placement that return HolderModifier and TypeMethodDescriptionStructurePlacement.ExclusionZone.otherSet()
Deprecated.Returns the value of theotherSet
record component.Constructors in net.minecraft.world.level.levelgen.structure.placement with parameters of type HolderModifierConstructorDescriptionExclusionZone
(Holder<StructureSet> otherSet, int chunkCount) Deprecated.Creates an instance of aExclusionZone
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 TypeMethodDescriptionstatic Optional<Structure.GenerationStub>
JigsawPlacement.addPieces
(Structure.GenerationContext p_227239_, Holder<StructureTemplatePool> p_227240_, Optional<ResourceLocation> p_227241_, int p_227242_, BlockPos p_227243_, boolean p_227244_, Optional<Heightmap.Types> p_227245_, int p_227246_) StructurePoolElement.feature
(Holder<PlacedFeature> p_210503_) static boolean
JigsawPlacement.generateJigsaw
(ServerLevel p_227204_, Holder<StructureTemplatePool> p_227205_, ResourceLocation p_227206_, int p_227207_, BlockPos p_227208_, boolean p_227209_) 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.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as HolderModifier and TypeFieldDescriptionprivate final Holder<StructureTemplatePool>
JigsawStructure.startPool
Methods in net.minecraft.world.level.levelgen.structure.structures with parameters of type HolderModifier and TypeMethodDescriptionprivate static boolean
Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type HolderModifierConstructorDescriptionJigsawStructure
(Structure.StructureSettings p_227614_, Holder<StructureTemplatePool> p_227615_, int p_227616_, HeightProvider p_227617_, boolean p_227618_) JigsawStructure
(Structure.StructureSettings p_227620_, Holder<StructureTemplatePool> p_227621_, int p_227622_, HeightProvider p_227623_, boolean p_227624_, Heightmap.Types p_227625_) JigsawStructure
(Structure.StructureSettings p_227627_, Holder<StructureTemplatePool> p_227628_, Optional<ResourceLocation> p_227629_, int p_227630_, HeightProvider p_227631_, boolean p_227632_, Optional<Heightmap.Types> p_227633_, int p_227634_) -
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.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type HolderModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<com.mojang.datafixers.util.Pair<Holder<BannerPattern>,
DyeColor>> SetBannerPatternFunction.Builder.patterns
(package private) final List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>,
DyeColor>> SetBannerPatternFunction.patterns
Methods in net.minecraft.world.level.storage.loot.functions with parameters of type HolderModifier and TypeMethodDescriptionSetBannerPatternFunction.Builder.addPattern
(Holder<BannerPattern> p_230999_, DyeColor p_231000_) Constructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type HolderModifierConstructorDescription(package private)
SetBannerPatternFunction
(LootItemCondition[] p_165275_, List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>, DyeColor>> p_165276_, boolean p_165277_) -
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, Collection<Holder<?>>>> ConditionContext.loadedTags
Methods in net.minecraftforge.common.crafting.conditions that return types with arguments of type HolderModifier and TypeMethodDescription<T> Map<ResourceLocation,
Collection<Holder<T>>> ConditionContext.getAllTags
(ResourceKey<? extends Registry<T>> registry) <T> Map<ResourceLocation,
Collection<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.default <T> Collection<Holder<T>>
Return the requested tag if available, or an empty tag otherwise. -
Uses of Holder in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<BiomeModifier>>
BiomeModifier.REFERENCE_CODEC
Codec for referring to biome modifiers by id in other datapack registry files.static final com.mojang.serialization.Codec<Holder<StructureModifier>>
StructureModifier.REFERENCE_CODEC
Codec for referring to structure modifiers by id in other datapack registry files.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) Methods in net.minecraftforge.common.world with parameters of type HolderModifier and TypeMethodDescriptionvoid
ModifiableBiomeInfo.applyBiomeModifiers
(Holder<Biome> biome, List<BiomeModifier> biomeModifiers) Internal forge method; the game will crash if mods invoke this.void
ModifiableStructureInfo.applyStructureModifiers
(Holder<Structure> structure, List<StructureModifier> structureModifiers) Internal forge method; the game will crash if mods invoke this.void
BiomeModifier.modify
(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) Modifies the information via the provided biome builder.void
ForgeBiomeModifiers.AddFeaturesBiomeModifier.modify
(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) void
ForgeBiomeModifiers.AddSpawnsBiomeModifier.modify
(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) void
ForgeBiomeModifiers.RemoveFeaturesBiomeModifier.modify
(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) void
ForgeBiomeModifiers.RemoveSpawnsBiomeModifier.modify
(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) void
NoneBiomeModifier.modify
(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) void
NoneStructureModifier.modify
(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder) void
StructureModifier.modify
(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder) Modifies the information via the provided structure builder. -
Uses of Holder in net.minecraftforge.debug.world
Methods in net.minecraftforge.debug.world with parameters of type HolderModifier and TypeMethodDescriptionvoid
BiomeModifierTest.TestModifier.modify
(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) void
StructureModifierTest.TestModifier.modify
(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder) -
Uses of Holder in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type HolderModifier and TypeMethodDescriptionstatic SaplingGrowTreeEvent
ForgeEventFactory.blockGrowFeature
(LevelAccessor level, RandomSource randomSource, BlockPos pos, Holder<? extends ConfiguredFeature<?, ?>> holder) -
Uses of Holder in net.minecraftforge.event.level
Fields in net.minecraftforge.event.level declared as HolderModifier and TypeFieldDescriptionprivate Holder<? extends ConfiguredFeature<?,
?>> SaplingGrowTreeEvent.feature
Methods in net.minecraftforge.event.level that return HolderModifier and TypeMethodDescriptionHolder<? extends ConfiguredFeature<?,
?>> SaplingGrowTreeEvent.getFeature()
Returns the holder of the feature which will be placed.Methods in net.minecraftforge.event.level with parameters of type HolderModifier and TypeMethodDescriptionvoid
SaplingGrowTreeEvent.setFeature
(Holder<? extends ConfiguredFeature<?, ?>> feature) Constructors in net.minecraftforge.event.level with parameters of type HolderModifierConstructorDescriptionSaplingGrowTreeEvent
(LevelAccessor level, RandomSource randomSource, 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.getOrCreateHolderOrThrow
(ResourceKey<T> key) NamespacedHolderHelper.getOrCreateHolderOrThrow
(ResourceKey<T> key) NamespacedWrapper.getOrCreateHolderOrThrow
(ResourceKey<T> key) NamespacedHolderHelper.onAdded
(RegistryManager stage, int id, ResourceKey<T> key, 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.NamespacedDefaultedWrapper.getOrCreateHolder
(ResourceKey<T> key) NamespacedHolderHelper.getOrCreateHolder
(ResourceKey<T> key) NamespacedWrapper.getOrCreateHolder
(ResourceKey<T> key) NamespacedDefaultedWrapper.getRandom
(RandomSource rand) NamespacedHolderHelper.getRandom
(RandomSource rand) NamespacedWrapper.getRandom
(RandomSource rand) 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 -
Uses of Holder in net.minecraftforge.registries.holdersets
Fields in net.minecraftforge.registries.holdersets with type parameters of type HolderModifier and TypeFieldDescriptionCompositeHolderSet.list
NotHolderSet.list
CompositeHolderSet.set
Methods in net.minecraftforge.registries.holdersets that return HolderModifier and TypeMethodDescriptionAnyHolderSet.get
(int i) CompositeHolderSet.get
(int i) NotHolderSet.get
(int i) Methods in net.minecraftforge.registries.holdersets that return types with arguments of type HolderModifier and TypeMethodDescriptionAndHolderSet.createSet()
CompositeHolderSet.createSet()
Returns immutable Set of Holders given this composite holderset's component holdersets.OrHolderSet.createSet()
CompositeHolderSet.getList()
NotHolderSet.getList()
AnyHolderSet.getRandomElement
(RandomSource random) CompositeHolderSet.getRandomElement
(RandomSource rand) NotHolderSet.getRandomElement
(RandomSource random) CompositeHolderSet.getSet()
AnyHolderSet.iterator()
CompositeHolderSet.iterator()
NotHolderSet.iterator()
AnyHolderSet.stream()
CompositeHolderSet.stream()
NotHolderSet.stream()
AnyHolderSet.unwrap()
CompositeHolderSet.unwrap()
NotHolderSet.unwrap()
Methods in net.minecraftforge.registries.holdersets with parameters of type HolderModifier and TypeMethodDescriptionboolean
boolean
boolean
Method parameters in net.minecraftforge.registries.holdersets with type arguments of type HolderModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
AndHolderSet.codec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) static <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
AnyHolderSet.codec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) static <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
NotHolderSet.codec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) static <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
OrHolderSet.codec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList) <T> com.mojang.serialization.Codec<? extends ICustomHolderSet<T>>
HolderSetType.makeCodec
(ResourceKey<? extends Registry<T>> registryKey, com.mojang.serialization.Codec<Holder<T>> holderCodec, boolean forceList)
AbstractTreeGrower.getConfiguredFeature(ServerLevel, ChunkGenerator, BlockPos, BlockState, RandomSource, boolean)
instead