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 StringDebugScreenOverlay.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.resultBannerPatternsMethods in net.minecraft.client.gui.screens.inventory with parameters of type HolderModifier and TypeMethodDescriptionprivate voidLoomScreen.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.presetprivate CycleButton<Holder<WorldPreset>>WorldGenSettingsComponent.typeButtonMethods 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 ComponentWorldGenSettingsComponent.describePreset(Holder<WorldPreset> p_233086_) private static WorldCreationContext.UpdaterPresetEditor.fixedBiomeConfigurator(Holder<Biome> p_232968_) private static booleanWorldGenSettingsComponent.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 voidBannerRenderer.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 voidBannerRenderer.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.itemItemParser.ItemResult.itemThe field for theitemrecord 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 theitemrecord component.Method parameters in net.minecraft.commands.arguments.item with type arguments of type HolderModifier and TypeMethodDescriptionprivate static ItemPredicateArgument.ResultItemPredicateArgument.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 aItemResultrecord class. -
Uses of Holder in net.minecraft.core
Classes in net.minecraft.core that implement HolderModifier and TypeClassDescriptionstatic final recordstatic classFields in net.minecraft.core declared as HolderFields in net.minecraft.core with type parameters of type HolderModifier and TypeFieldDescriptionHolderSet.Direct.contentsHolderSet.Named.contentsHolderSet.Direct.contentsSetMethods 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 TypeMethodDescriptionbooleanbooleanbooleanstatic <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 TypeMethodDescriptionvoidvoidabstract voidstatic <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.LOADERSMethods 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_CITIESStructures.ANCIENT_CITYstatic final Holder<StructureProcessorList>ProcessorLists.ANCIENT_CITY_GENERIC_DEGRADATIONstatic final Holder<StructureProcessorList>ProcessorLists.ANCIENT_CITY_START_DEGRADATIONstatic final Holder<StructureProcessorList>ProcessorLists.ANCIENT_CITY_WALLS_DEGRADATIONstatic final Holder<StructureProcessorList>ProcessorLists.BASTION_GENERIC_DEGRADATIONStructures.BASTION_REMNANTstatic final Holder<StructureProcessorList>ProcessorLists.BOTTOM_RAMPARTstatic final Holder<StructureProcessorList>ProcessorLists.BRIDGEprivate static final Holder<StructureTemplatePool>Pools.BUILTIN_EMPTYStructures.BURIED_TREASUREstatic final Holder<StructureSet>StructureSets.BURIED_TREASURESstatic final Holder<ConfiguredWorldCarver<CanyonCarverConfiguration>>Carvers.CANYONstatic final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>Carvers.CAVEstatic final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>Carvers.CAVE_EXTRA_UNDERGROUNDStructures.DESERT_PYRAMIDstatic final Holder<StructureSet>StructureSets.DESERT_PYRAMIDSstatic final Holder<StructureProcessorList>ProcessorLists.EMPTYstatic final Holder<StructureSet>StructureSets.END_CITIESStructures.END_CITYstatic final Holder<StructureProcessorList>ProcessorLists.ENTRANCE_REPLACEMENTstatic final Holder<StructureProcessorList>ProcessorLists.FARM_DESERTstatic final Holder<StructureProcessorList>ProcessorLists.FARM_PLAINSstatic final Holder<StructureProcessorList>ProcessorLists.FARM_SAVANNAstatic final Holder<StructureProcessorList>ProcessorLists.FARM_SNOWYstatic final Holder<StructureProcessorList>ProcessorLists.FARM_TAIGAStructures.FORTRESSstatic final Holder<StructureProcessorList>ProcessorLists.FOSSIL_COALstatic final Holder<StructureProcessorList>ProcessorLists.FOSSIL_DIAMONDSstatic final Holder<StructureProcessorList>ProcessorLists.FOSSIL_ROTstatic final Holder<StructureProcessorList>ProcessorLists.HIGH_RAMPARTstatic final Holder<StructureProcessorList>ProcessorLists.HIGH_WALLstatic final Holder<StructureProcessorList>ProcessorLists.HOUSINGStructures.IGLOOstatic final Holder<StructureSet>StructureSets.IGLOOSStructures.JUNGLE_TEMPLEstatic final Holder<StructureSet>StructureSets.JUNGLE_TEMPLESStructures.MINESHAFTStructures.MINESHAFT_MESAstatic final Holder<StructureSet>StructureSets.MINESHAFTSstatic final Holder<StructureProcessorList>ProcessorLists.MOSSIFY_10_PERCENTstatic final Holder<StructureProcessorList>ProcessorLists.MOSSIFY_20_PERCENTstatic final Holder<StructureProcessorList>ProcessorLists.MOSSIFY_70_PERCENTstatic final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>Carvers.NETHER_CAVEstatic final Holder<StructureSet>StructureSets.NETHER_COMPLEXESStructures.NETHER_FOSSILstatic final Holder<StructureSet>StructureSets.NETHER_FOSSILSStructures.OCEAN_MONUMENTstatic final Holder<StructureSet>StructureSets.OCEAN_MONUMENTSStructures.OCEAN_RUIN_COLDStructures.OCEAN_RUIN_WARMstatic final Holder<StructureSet>StructureSets.OCEAN_RUINSstatic final Holder<StructureProcessorList>ProcessorLists.OUTPOST_ROTStructures.PILLAGER_OUTPOSTstatic final Holder<StructureSet>StructureSets.PILLAGER_OUTPOSTSstatic final Holder<StructureProcessorList>ProcessorLists.RAMPART_DEGRADATIONstatic final Holder<StructureProcessorList>ProcessorLists.ROOFStructures.RUINED_PORTAL_DESERTStructures.RUINED_PORTAL_JUNGLEStructures.RUINED_PORTAL_MOUNTAINStructures.RUINED_PORTAL_NETHERStructures.RUINED_PORTAL_OCEANStructures.RUINED_PORTAL_STANDARDStructures.RUINED_PORTAL_SWAMPstatic final Holder<StructureSet>StructureSets.RUINED_PORTALSStructures.SHIPWRECKStructures.SHIPWRECK_BEACHEDstatic final Holder<StructureSet>StructureSets.SHIPWRECKSstatic final Holder<StructureProcessorList>ProcessorLists.SIDE_WALL_DEGRADATIONstatic final Holder<StructureProcessorList>ProcessorLists.STABLE_DEGRADATIONstatic final Holder<StructureTemplatePool>AncientCityStructurePieces.STARTstatic final Holder<StructureTemplatePool>BastionPieces.STARTstatic final Holder<StructureTemplatePool>DesertVillagePools.STARTstatic final Holder<StructureTemplatePool>PillagerOutpostPools.STARTstatic final Holder<StructureTemplatePool>PlainVillagePools.STARTstatic final Holder<StructureTemplatePool>SavannaVillagePools.STARTstatic final Holder<StructureTemplatePool>SnowyVillagePools.STARTstatic final Holder<StructureTemplatePool>TaigaVillagePools.STARTstatic final Holder<StructureProcessorList>ProcessorLists.STREET_PLAINSstatic final Holder<StructureProcessorList>ProcessorLists.STREET_SAVANNAstatic final Holder<StructureProcessorList>ProcessorLists.STREET_SNOWY_OR_TAIGAStructures.STRONGHOLDstatic final Holder<StructureSet>StructureSets.STRONGHOLDSStructures.SWAMP_HUTstatic final Holder<StructureSet>StructureSets.SWAMP_HUTSstatic final Holder<StructureProcessorList>ProcessorLists.TREASURE_ROOMSStructures.VILLAGE_DESERTStructures.VILLAGE_PLAINSStructures.VILLAGE_SAVANNAStructures.VILLAGE_SNOWYStructures.VILLAGE_TAIGAstatic final Holder<StructureSet>StructureSets.VILLAGESStructures.WOODLAND_MANSIONstatic final Holder<StructureSet>StructureSets.WOODLAND_MANSIONSstatic final Holder<StructureProcessorList>ProcessorLists.ZOMBIE_DESERTstatic final Holder<StructureProcessorList>ProcessorLists.ZOMBIE_PLAINSstatic final Holder<StructureProcessorList>ProcessorLists.ZOMBIE_SAVANNAstatic final Holder<StructureProcessorList>ProcessorLists.ZOMBIE_SNOWYstatic final Holder<StructureProcessorList>ProcessorLists.ZOMBIE_TAIGAMethods 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.ACACIAstatic final Holder<ConfiguredFeature<GeodeConfiguration,?>> CaveFeatures.AMETHYST_GEODEstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.AZALEA_TREEstatic final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,?>> VegetationFeatures.BAMBOO_NO_PODZOLstatic final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,?>> VegetationFeatures.BAMBOO_SOME_PODZOLstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.BAMBOO_VEGETATIONstatic final Holder<ConfiguredFeature<ReplaceSphereConfiguration,?>> NetherFeatures.BASALT_BLOBSstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> NetherFeatures.BASALT_PILLARstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.BIRCHstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.BIRCH_BEES_0002static final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.BIRCH_BEES_002static final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.BIRCH_BEES_005static final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.BIRCH_TALLstatic final Holder<ConfiguredFeature<ReplaceSphereConfiguration,?>> NetherFeatures.BLACKSTONE_BLOBSstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> MiscOverworldFeatures.BLUE_ICEstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> MiscOverworldFeatures.BONUS_CHESTstatic final Holder<ConfiguredFeature<BlockColumnConfiguration,?>> CaveFeatures.CAVE_VINEstatic final Holder<ConfiguredFeature<BlockColumnConfiguration,?>> CaveFeatures.CAVE_VINE_IN_MOSSstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> EndFeatures.CHORUS_PLANTstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.CLAY_POOL_WITH_DRIPLEAVESstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.CLAY_WITH_DRIPLEAVESstatic final Holder<ConfiguredFeature<NetherForestVegetationConfig,?>> NetherFeatures.CRIMSON_FOREST_VEGETATIONstatic final Holder<ConfiguredFeature<NetherForestVegetationConfig,?>> NetherFeatures.CRIMSON_FOREST_VEGETATION_BONEMEALstatic final Holder<ConfiguredFeature<HugeFungusConfiguration,?>> TreeFeatures.CRIMSON_FUNGUSstatic final Holder<ConfiguredFeature<HugeFungusConfiguration,?>> TreeFeatures.CRIMSON_FUNGUS_PLANTEDstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.DARK_FOREST_VEGETATIONstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.DARK_OAKstatic final Holder<ConfiguredFeature<DeltaFeatureConfiguration,?>> NetherFeatures.DELTAstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> MiscOverworldFeatures.DESERT_WELLstatic final Holder<ConfiguredFeature<DiskConfiguration,?>> MiscOverworldFeatures.DISK_CLAYstatic final Holder<ConfiguredFeature<DiskConfiguration,?>> MiscOverworldFeatures.DISK_GRASSstatic final Holder<ConfiguredFeature<DiskConfiguration,?>> MiscOverworldFeatures.DISK_GRAVELstatic final Holder<ConfiguredFeature<DiskConfiguration,?>> MiscOverworldFeatures.DISK_SANDstatic final Holder<ConfiguredFeature<SimpleRandomFeatureConfiguration,?>> CaveFeatures.DRIPLEAFstatic final Holder<ConfiguredFeature<DripstoneClusterConfiguration,?>> CaveFeatures.DRIPSTONE_CLUSTERstatic final Holder<ConfiguredFeature<EndGatewayConfiguration,?>> EndFeatures.END_GATEWAY_DELAYEDstatic final Holder<ConfiguredFeature<EndGatewayConfiguration,?>> EndFeatures.END_GATEWAY_RETURNstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> EndFeatures.END_ISLANDstatic final Holder<ConfiguredFeature<SpikeConfiguration,?>> EndFeatures.END_SPIKEstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.FANCY_OAKstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.FANCY_OAK_BEESstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.FANCY_OAK_BEES_0002static final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.FANCY_OAK_BEES_002static final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.FANCY_OAK_BEES_005static final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_DEFAULTstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_FLOWER_FORESTstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_MEADOWstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_PLAINstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.FLOWER_SWAMPstatic final Holder<ConfiguredFeature<SimpleRandomFeatureConfiguration,?>> VegetationFeatures.FOREST_FLOWERSstatic final Holder<ConfiguredFeature<BlockStateConfiguration,?>> MiscOverworldFeatures.FOREST_ROCKstatic final Holder<ConfiguredFeature<FossilFeatureConfiguration,?>> CaveFeatures.FOSSIL_COALstatic final Holder<ConfiguredFeature<FossilFeatureConfiguration,?>> CaveFeatures.FOSSIL_DIAMONDSstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> MiscOverworldFeatures.FREEZE_TOP_LAYERstatic final Holder<ConfiguredFeature<MultifaceGrowthConfiguration,?>> CaveFeatures.GLOW_LICHENstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> NetherFeatures.GLOWSTONE_EXTRAstatic final Holder<ConfiguredFeature<HugeMushroomFeatureConfiguration,?>> TreeFeatures.HUGE_BROWN_MUSHROOMstatic final Holder<ConfiguredFeature<HugeMushroomFeatureConfiguration,?>> TreeFeatures.HUGE_RED_MUSHROOMstatic final Holder<ConfiguredFeature<DiskConfiguration,?>> MiscOverworldFeatures.ICE_PATCHstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> MiscOverworldFeatures.ICE_SPIKEstatic final Holder<ConfiguredFeature<BlockStateConfiguration,?>> MiscOverworldFeatures.ICEBERG_BLUEstatic final Holder<ConfiguredFeature<BlockStateConfiguration,?>> MiscOverworldFeatures.ICEBERG_PACKEDstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.JUNGLE_BUSHstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.JUNGLE_TREEstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.JUNGLE_TREE_NO_VINEstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> AquaticFeatures.KELPstatic final Holder<ConfiguredFeature<LakeFeature.Configuration,?>> MiscOverworldFeatures.LAKE_LAVAstatic final Holder<ConfiguredFeature<ColumnFeatureConfiguration,?>> NetherFeatures.LARGE_BASALT_COLUMNSstatic final Holder<ConfiguredFeature<LargeDripstoneConfiguration,?>> CaveFeatures.LARGE_DRIPSTONEstatic final Holder<ConfiguredFeature<RandomBooleanFeatureConfiguration,?>> CaveFeatures.LUSH_CAVES_CLAYstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.MANGROVEstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.MANGROVE_VEGETATIONstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.MEADOW_TREESstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.MEGA_JUNGLE_TREEstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.MEGA_PINEstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.MEGA_SPRUCEstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> CaveFeatures.MONSTER_ROOMstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.MOSS_PATCHstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.MOSS_PATCH_BONEMEALstatic final Holder<ConfiguredFeature<VegetationPatchConfiguration,?>> CaveFeatures.MOSS_PATCH_CEILINGstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,?>> CaveFeatures.MOSS_VEGETATIONstatic final Holder<ConfiguredFeature<RandomBooleanFeatureConfiguration,?>> VegetationFeatures.MUSHROOM_ISLAND_VEGETATIONstatic final Holder<ConfiguredFeature<NetherForestVegetationConfig,?>> NetherFeatures.NETHER_SPROUTSstatic final Holder<ConfiguredFeature<NetherForestVegetationConfig,?>> NetherFeatures.NETHER_SPROUTS_BONEMEALstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.OAKstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.OAK_BEES_0002static final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.OAK_BEES_002static final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.OAK_BEES_005static final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_ANCIENT_DEBRIS_LARGEstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_ANCIENT_DEBRIS_SMALLstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_ANDESITEstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_BLACKSTONEstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_CLAYstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_COALstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_COAL_BURIEDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_COPPER_LARGEstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_COPPPER_SMALLstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_DIAMOND_BURIEDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_DIAMOND_LARGEstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_DIAMOND_SMALLstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_DIORITEstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_DIRTstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_EMERALDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_GOLDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_GOLD_BURIEDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_GRANITEstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_GRAVELstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_GRAVEL_NETHERstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_INFESTEDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_IRONstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_IRON_SMALLstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_LAPISstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_LAPIS_BURIEDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_MAGMAstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_NETHER_GOLDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_QUARTZstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_REDSTONEstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_SOUL_SANDstatic final Holder<ConfiguredFeature<OreConfiguration,?>> OreFeatures.ORE_TUFFstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_BERRY_BUSHstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_BROWN_MUSHROOMstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_CACTUSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> NetherFeatures.PATCH_CRIMSON_ROOTSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_DEAD_BUSHstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> NetherFeatures.PATCH_FIREstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_GRASSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_GRASS_JUNGLEstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_LARGE_FERNstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_MELONstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_PUMPKINstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_RED_MUSHROOMstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> NetherFeatures.PATCH_SOUL_FIREstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_SUGAR_CANEstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_SUNFLOWERstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_TAIGA_GRASSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_TALL_GRASSstatic final Holder<ConfiguredFeature<RandomPatchConfiguration,?>> VegetationFeatures.PATCH_WATERLILYstatic final Holder<ConfiguredFeature<BlockPileConfiguration,?>> PileFeatures.PILE_HAYstatic final Holder<ConfiguredFeature<BlockPileConfiguration,?>> PileFeatures.PILE_ICEstatic final Holder<ConfiguredFeature<BlockPileConfiguration,?>> PileFeatures.PILE_MELONstatic final Holder<ConfiguredFeature<BlockPileConfiguration,?>> PileFeatures.PILE_PUMPKINstatic final Holder<ConfiguredFeature<BlockPileConfiguration,?>> PileFeatures.PILE_SNOWstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.PINEstatic final Holder<ConfiguredFeature<SimpleRandomFeatureConfiguration,?>> CaveFeatures.POINTED_DRIPSTONEstatic final Holder<ConfiguredFeature<RootSystemConfiguration,?>> CaveFeatures.ROOTED_AZALEA_TREEstatic final Holder<ConfiguredFeature<SculkPatchConfiguration,?>> CaveFeatures.SCULK_PATCH_ANCIENT_CITYstatic final Holder<ConfiguredFeature<SculkPatchConfiguration,?>> CaveFeatures.SCULK_PATCH_DEEP_DARKstatic final Holder<ConfiguredFeature<MultifaceGrowthConfiguration,?>> CaveFeatures.SCULK_VEINstatic final Holder<ConfiguredFeature<CountConfiguration,?>> AquaticFeatures.SEA_PICKLEstatic final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,?>> AquaticFeatures.SEAGRASS_MIDstatic final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,?>> AquaticFeatures.SEAGRASS_SHORTstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,?>> AquaticFeatures.SEAGRASS_SIMPLEstatic final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,?>> AquaticFeatures.SEAGRASS_SLIGHTLY_LESS_SHORTstatic final Holder<ConfiguredFeature<ProbabilityFeatureConfiguration,?>> AquaticFeatures.SEAGRASS_TALLstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,?>> VegetationFeatures.SINGLE_PIECE_OF_GRASSstatic final Holder<ConfiguredFeature<ColumnFeatureConfiguration,?>> NetherFeatures.SMALL_BASALT_COLUMNSstatic final Holder<ConfiguredFeature<SimpleBlockConfiguration,?>> CaveFeatures.SPORE_BLOSSOMstatic final Holder<ConfiguredFeature<SpringConfiguration,?>> MiscOverworldFeatures.SPRING_LAVA_FROZENstatic final Holder<ConfiguredFeature<SpringConfiguration,?>> NetherFeatures.SPRING_LAVA_NETHERstatic final Holder<ConfiguredFeature<SpringConfiguration,?>> MiscOverworldFeatures.SPRING_LAVA_OVERWORLDstatic final Holder<ConfiguredFeature<SpringConfiguration,?>> NetherFeatures.SPRING_NETHER_CLOSEDstatic final Holder<ConfiguredFeature<SpringConfiguration,?>> NetherFeatures.SPRING_NETHER_OPENstatic final Holder<ConfiguredFeature<SpringConfiguration,?>> MiscOverworldFeatures.SPRING_WATERstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.SPRUCEstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.SUPER_BIRCH_BEESstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.SUPER_BIRCH_BEES_0002static final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.SWAMP_OAKstatic final Holder<ConfiguredFeature<TreeConfiguration,?>> TreeFeatures.TALL_MANGROVEstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_BIRCH_AND_OAKstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_FLOWER_FORESTstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_GROVEstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_JUNGLEstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_OLD_GROWTH_PINE_TAIGAstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_OLD_GROWTH_SPRUCE_TAIGAstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_PLAINSstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_SAVANNAstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_SPARSE_JUNGLEstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_TAIGAstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_WATERstatic final Holder<ConfiguredFeature<RandomFeatureConfiguration,?>> VegetationFeatures.TREES_WINDSWEPT_HILLSstatic final Holder<ConfiguredFeature<TwistingVinesConfig,?>> NetherFeatures.TWISTING_VINESstatic final Holder<ConfiguredFeature<TwistingVinesConfig,?>> NetherFeatures.TWISTING_VINES_BONEMEALstatic final Holder<ConfiguredFeature<UnderwaterMagmaConfiguration,?>> CaveFeatures.UNDERWATER_MAGMAstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> VegetationFeatures.VINESstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> MiscOverworldFeatures.VOID_START_PLATFORMstatic final Holder<ConfiguredFeature<SimpleRandomFeatureConfiguration,?>> AquaticFeatures.WARM_OCEAN_VEGETATIONstatic final Holder<ConfiguredFeature<NetherForestVegetationConfig,?>> NetherFeatures.WARPED_FOREST_VEGETATION_BONEMEALstatic final Holder<ConfiguredFeature<NetherForestVegetationConfig,?>> NetherFeatures.WARPED_FOREST_VEGETIONstatic final Holder<ConfiguredFeature<HugeFungusConfiguration,?>> TreeFeatures.WARPED_FUNGUSstatic final Holder<ConfiguredFeature<HugeFungusConfiguration,?>> TreeFeatures.WARPED_FUNGUS_PLANTEDstatic final Holder<ConfiguredFeature<NoneFeatureConfiguration,?>> NetherFeatures.WEEPING_VINESMethods 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 RandomPatchConfigurationFeatureUtils.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_CHECKEDstatic final Holder<PlacedFeature>VillagePlacements.ACACIA_VILLAGEstatic final Holder<PlacedFeature>CavePlacements.AMETHYST_GEODEstatic final Holder<PlacedFeature>VegetationPlacements.BAMBOOstatic final Holder<PlacedFeature>VegetationPlacements.BAMBOO_LIGHTstatic final Holder<PlacedFeature>VegetationPlacements.BAMBOO_VEGETATIONstatic final Holder<PlacedFeature>NetherPlacements.BASALT_BLOBSstatic final Holder<PlacedFeature>NetherPlacements.BASALT_PILLARstatic final Holder<PlacedFeature>TreePlacements.BIRCH_BEES_0002_PLACEDstatic final Holder<PlacedFeature>TreePlacements.BIRCH_BEES_002static final Holder<PlacedFeature>TreePlacements.BIRCH_CHECKEDstatic final Holder<PlacedFeature>VegetationPlacements.BIRCH_TALLstatic final Holder<PlacedFeature>NetherPlacements.BLACKSTONE_BLOBSstatic final Holder<PlacedFeature>MiscOverworldPlacements.BLUE_ICEstatic final Holder<PlacedFeature>VegetationPlacements.BROWN_MUSHROOM_NETHERstatic final Holder<PlacedFeature>VegetationPlacements.BROWN_MUSHROOM_NORMALstatic final Holder<PlacedFeature>VegetationPlacements.BROWN_MUSHROOM_OLD_GROWTHstatic final Holder<PlacedFeature>VegetationPlacements.BROWN_MUSHROOM_SWAMPstatic final Holder<PlacedFeature>VegetationPlacements.BROWN_MUSHROOM_TAIGAstatic final Holder<PlacedFeature>CavePlacements.CAVE_VINESstatic final Holder<PlacedFeature>EndPlacements.CHORUS_PLANTstatic final Holder<PlacedFeature>CavePlacements.CLASSIC_VINESstatic final Holder<PlacedFeature>NetherPlacements.CRIMSON_FOREST_VEGETATIONstatic final Holder<PlacedFeature>TreePlacements.CRIMSON_FUNGIstatic final Holder<PlacedFeature>VegetationPlacements.DARK_FOREST_VEGETATIONstatic final Holder<PlacedFeature>TreePlacements.DARK_OAK_CHECKEDstatic final Holder<PlacedFeature>NetherPlacements.DELTAstatic final Holder<PlacedFeature>MiscOverworldPlacements.DESERT_WELLstatic final Holder<PlacedFeature>MiscOverworldPlacements.DISK_CLAYstatic final Holder<PlacedFeature>MiscOverworldPlacements.DISK_GRASSstatic final Holder<PlacedFeature>MiscOverworldPlacements.DISK_GRAVELstatic final Holder<PlacedFeature>MiscOverworldPlacements.DISK_SANDstatic final Holder<PlacedFeature>CavePlacements.DRIPSTONE_CLUSTERstatic final Holder<PlacedFeature>EndPlacements.END_GATEWAY_RETURNstatic final Holder<PlacedFeature>EndPlacements.END_ISLAND_DECORATEDstatic final Holder<PlacedFeature>EndPlacements.END_SPIKEstatic final Holder<PlacedFeature>TreePlacements.FANCY_OAK_BEESstatic final Holder<PlacedFeature>TreePlacements.FANCY_OAK_BEES_0002static final Holder<PlacedFeature>TreePlacements.FANCY_OAK_BEES_002static final Holder<PlacedFeature>TreePlacements.FANCY_OAK_CHECKEDstatic final Holder<PlacedFeature>VegetationPlacements.FLOWER_DEFAULTstatic final Holder<PlacedFeature>VegetationPlacements.FLOWER_FLOWER_FORESTstatic final Holder<PlacedFeature>VegetationPlacements.FLOWER_FOREST_FLOWERSstatic final Holder<PlacedFeature>VegetationPlacements.FLOWER_MEADOWstatic final Holder<PlacedFeature>VillagePlacements.FLOWER_PLAIN_VILLAGEstatic final Holder<PlacedFeature>VegetationPlacements.FLOWER_PLAINSstatic final Holder<PlacedFeature>VegetationPlacements.FLOWER_SWAMPstatic final Holder<PlacedFeature>VegetationPlacements.FLOWER_WARMstatic final Holder<PlacedFeature>VegetationPlacements.FOREST_FLOWERSstatic final Holder<PlacedFeature>MiscOverworldPlacements.FOREST_ROCKstatic final Holder<PlacedFeature>CavePlacements.FOSSIL_LOWERstatic final Holder<PlacedFeature>CavePlacements.FOSSIL_UPPERstatic final Holder<PlacedFeature>MiscOverworldPlacements.FREEZE_TOP_LAYERstatic final Holder<PlacedFeature>CavePlacements.GLOW_LICHENstatic final Holder<PlacedFeature>NetherPlacements.GLOWSTONEstatic final Holder<PlacedFeature>NetherPlacements.GLOWSTONE_EXTRAstatic final Holder<PlacedFeature>VegetationPlacements.GRASS_BONEMEALstatic final Holder<PlacedFeature>MiscOverworldPlacements.ICE_PATCHstatic final Holder<PlacedFeature>MiscOverworldPlacements.ICE_SPIKEstatic final Holder<PlacedFeature>MiscOverworldPlacements.ICEBERG_BLUEstatic final Holder<PlacedFeature>MiscOverworldPlacements.ICEBERG_PACKEDstatic final Holder<PlacedFeature>TreePlacements.JUNGLE_BUSHstatic final Holder<PlacedFeature>TreePlacements.JUNGLE_TREE_CHECKEDstatic final Holder<PlacedFeature>AquaticPlacements.KELP_COLDstatic final Holder<PlacedFeature>AquaticPlacements.KELP_WARMstatic final Holder<PlacedFeature>MiscOverworldPlacements.LAKE_LAVA_SURFACEstatic final Holder<PlacedFeature>MiscOverworldPlacements.LAKE_LAVA_UNDERGROUNDstatic final Holder<PlacedFeature>NetherPlacements.LARGE_BASALT_COLUMNSstatic final Holder<PlacedFeature>CavePlacements.LARGE_DRIPSTONEstatic final Holder<PlacedFeature>CavePlacements.LUSH_CAVES_CEILING_VEGETATIONstatic final Holder<PlacedFeature>CavePlacements.LUSH_CAVES_CLAYstatic final Holder<PlacedFeature>CavePlacements.LUSH_CAVES_VEGETATIONstatic final Holder<PlacedFeature>TreePlacements.MANGROVE_CHECKEDstatic final Holder<PlacedFeature>TreePlacements.MEGA_JUNGLE_TREE_CHECKEDstatic final Holder<PlacedFeature>TreePlacements.MEGA_PINE_CHECKEDstatic final Holder<PlacedFeature>TreePlacements.MEGA_SPRUCE_CHECKEDstatic final Holder<PlacedFeature>CavePlacements.MONSTER_ROOMstatic final Holder<PlacedFeature>CavePlacements.MONSTER_ROOM_DEEPstatic final Holder<PlacedFeature>VegetationPlacements.MUSHROOM_ISLAND_VEGETATIONstatic final Holder<PlacedFeature>NetherPlacements.NETHER_SPROUTSstatic final Holder<PlacedFeature>TreePlacements.OAK_BEES_0002static final Holder<PlacedFeature>TreePlacements.OAK_BEES_002static final Holder<PlacedFeature>TreePlacements.OAK_CHECKEDstatic final Holder<PlacedFeature>VillagePlacements.OAK_VILLAGEstatic final Holder<PlacedFeature>OrePlacements.ORE_ANCIENT_DEBRIS_LARGEstatic final Holder<PlacedFeature>OrePlacements.ORE_ANCIENT_DEBRIS_SMALLstatic final Holder<PlacedFeature>OrePlacements.ORE_ANDESITE_LOWERstatic final Holder<PlacedFeature>OrePlacements.ORE_ANDESITE_UPPERstatic final Holder<PlacedFeature>OrePlacements.ORE_BLACKSTONEstatic final Holder<PlacedFeature>OrePlacements.ORE_CLAYstatic final Holder<PlacedFeature>OrePlacements.ORE_COAL_LOWERstatic final Holder<PlacedFeature>OrePlacements.ORE_COAL_UPPERstatic final Holder<PlacedFeature>OrePlacements.ORE_COPPERstatic final Holder<PlacedFeature>OrePlacements.ORE_COPPER_LARGEstatic final Holder<PlacedFeature>OrePlacements.ORE_DIAMONDstatic final Holder<PlacedFeature>OrePlacements.ORE_DIAMOND_BURIEDstatic final Holder<PlacedFeature>OrePlacements.ORE_DIAMOND_LARGEstatic final Holder<PlacedFeature>OrePlacements.ORE_DIORITE_LOWERstatic final Holder<PlacedFeature>OrePlacements.ORE_DIORITE_UPPERstatic final Holder<PlacedFeature>OrePlacements.ORE_DIRTstatic final Holder<PlacedFeature>OrePlacements.ORE_EMERALDstatic final Holder<PlacedFeature>OrePlacements.ORE_GOLDstatic final Holder<PlacedFeature>OrePlacements.ORE_GOLD_DELTASstatic final Holder<PlacedFeature>OrePlacements.ORE_GOLD_EXTRAstatic final Holder<PlacedFeature>OrePlacements.ORE_GOLD_LOWERstatic final Holder<PlacedFeature>OrePlacements.ORE_GOLD_NETHERstatic final Holder<PlacedFeature>OrePlacements.ORE_GRANITE_LOWERstatic final Holder<PlacedFeature>OrePlacements.ORE_GRANITE_UPPERstatic final Holder<PlacedFeature>OrePlacements.ORE_GRAVELstatic final Holder<PlacedFeature>OrePlacements.ORE_GRAVEL_NETHERstatic final Holder<PlacedFeature>OrePlacements.ORE_INFESTEDstatic final Holder<PlacedFeature>OrePlacements.ORE_IRON_MIDDLEstatic final Holder<PlacedFeature>OrePlacements.ORE_IRON_SMALLstatic final Holder<PlacedFeature>OrePlacements.ORE_IRON_UPPERstatic final Holder<PlacedFeature>OrePlacements.ORE_LAPISstatic final Holder<PlacedFeature>OrePlacements.ORE_LAPIS_BURIEDstatic final Holder<PlacedFeature>OrePlacements.ORE_MAGMAstatic final Holder<PlacedFeature>OrePlacements.ORE_QUARTZ_DELTASstatic final Holder<PlacedFeature>OrePlacements.ORE_QUARTZ_NETHERstatic final Holder<PlacedFeature>OrePlacements.ORE_REDSTONEstatic final Holder<PlacedFeature>OrePlacements.ORE_REDSTONE_LOWERstatic final Holder<PlacedFeature>OrePlacements.ORE_SOUL_SANDstatic final Holder<PlacedFeature>OrePlacements.ORE_TUFFstatic final Holder<PlacedFeature>VillagePlacements.PATCH_BERRY_BUSH_VILLAGEstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_BERRY_COMMONstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_BERRY_RAREstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_CACTUS_DECORATEDstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_CACTUS_DESERTstatic final Holder<PlacedFeature>VillagePlacements.PATCH_CACTUS_VILLAGEstatic final Holder<PlacedFeature>NetherPlacements.PATCH_CRIMSON_ROOTSstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_DEAD_BUSHstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_DEAD_BUSH_2static final Holder<PlacedFeature>VegetationPlacements.PATCH_DEAD_BUSH_BADLANDSstatic final Holder<PlacedFeature>NetherPlacements.PATCH_FIREstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_GRASS_BADLANDSstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_GRASS_FORESTstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_GRASS_JUNGLEstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_GRASS_NORMALstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_GRASS_PLAINstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_GRASS_SAVANNAstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_GRASS_TAIGAstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_GRASS_TAIGA_2static final Holder<PlacedFeature>VegetationPlacements.PATCH_LARGE_FERNstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_MELONstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_MELON_SPARSEstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_PUMPKINstatic final Holder<PlacedFeature>NetherPlacements.PATCH_SOUL_FIREstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_SUGAR_CANEstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_SUGAR_CANE_BADLANDSstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_SUGAR_CANE_DESERTstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_SUGAR_CANE_SWAMPstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_SUNFLOWERstatic final Holder<PlacedFeature>VillagePlacements.PATCH_TAIGA_GRASS_VILLAGEstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_TALL_GRASSstatic final Holder<PlacedFeature>VegetationPlacements.PATCH_TALL_GRASS_2static final Holder<PlacedFeature>VegetationPlacements.PATCH_WATERLILYstatic final Holder<PlacedFeature>VillagePlacements.PILE_HAY_VILLAGEstatic final Holder<PlacedFeature>VillagePlacements.PILE_ICE_VILLAGEstatic final Holder<PlacedFeature>VillagePlacements.PILE_MELON_VILLAGEstatic final Holder<PlacedFeature>VillagePlacements.PILE_PUMPKIN_VILLAGEstatic final Holder<PlacedFeature>VillagePlacements.PILE_SNOW_VILLAGEstatic final Holder<PlacedFeature>TreePlacements.PINE_CHECKEDstatic final Holder<PlacedFeature>TreePlacements.PINE_ON_SNOWstatic final Holder<PlacedFeature>VillagePlacements.PINE_VILLAGEstatic final Holder<PlacedFeature>CavePlacements.POINTED_DRIPSTONEstatic final Holder<PlacedFeature>VegetationPlacements.RED_MUSHROOM_NETHERstatic final Holder<PlacedFeature>VegetationPlacements.RED_MUSHROOM_NORMALstatic final Holder<PlacedFeature>VegetationPlacements.RED_MUSHROOM_OLD_GROWTHstatic final Holder<PlacedFeature>VegetationPlacements.RED_MUSHROOM_SWAMPstatic final Holder<PlacedFeature>VegetationPlacements.RED_MUSHROOM_TAIGAstatic final Holder<PlacedFeature>CavePlacements.ROOTED_AZALEA_TREEstatic final Holder<PlacedFeature>CavePlacements.SCULK_PATCH_ANCIENT_CITYstatic final Holder<PlacedFeature>CavePlacements.SCULK_PATCH_DEEP_DARKstatic final Holder<PlacedFeature>CavePlacements.SCULK_VEINstatic final Holder<PlacedFeature>AquaticPlacements.SEA_PICKLEstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_COLDstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_DEEPstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_DEEP_COLDstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_DEEP_WARMstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_NORMALstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_RIVERstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_SIMPLEstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_SWAMPstatic final Holder<PlacedFeature>AquaticPlacements.SEAGRASS_WARMstatic final Holder<PlacedFeature>NetherPlacements.SMALL_BASALT_COLUMNSstatic final Holder<PlacedFeature>CavePlacements.SPORE_BLOSSOMstatic final Holder<PlacedFeature>NetherPlacements.SPRING_CLOSEDstatic final Holder<PlacedFeature>NetherPlacements.SPRING_CLOSED_DOUBLEstatic final Holder<PlacedFeature>NetherPlacements.SPRING_DELTAstatic final Holder<PlacedFeature>MiscOverworldPlacements.SPRING_LAVAstatic final Holder<PlacedFeature>MiscOverworldPlacements.SPRING_LAVA_FROZENstatic final Holder<PlacedFeature>NetherPlacements.SPRING_OPENstatic final Holder<PlacedFeature>MiscOverworldPlacements.SPRING_WATERstatic final Holder<PlacedFeature>TreePlacements.SPRUCE_CHECKEDstatic final Holder<PlacedFeature>TreePlacements.SPRUCE_ON_SNOWstatic final Holder<PlacedFeature>VillagePlacements.SPRUCE_VILLAGEstatic final Holder<PlacedFeature>TreePlacements.SUPER_BIRCH_BEESstatic final Holder<PlacedFeature>TreePlacements.SUPER_BIRCH_BEES_0002static final Holder<PlacedFeature>TreePlacements.TALL_MANGROVE_CHECKEDstatic final Holder<PlacedFeature>VegetationPlacements.TREES_BADLANDSstatic final Holder<PlacedFeature>VegetationPlacements.TREES_BIRCHstatic final Holder<PlacedFeature>VegetationPlacements.TREES_BIRCH_AND_OAKstatic final Holder<PlacedFeature>VegetationPlacements.TREES_FLOWER_FORESTstatic final Holder<PlacedFeature>VegetationPlacements.TREES_GROVEstatic final Holder<PlacedFeature>VegetationPlacements.TREES_JUNGLEstatic final Holder<PlacedFeature>VegetationPlacements.TREES_MANGROVEstatic final Holder<PlacedFeature>VegetationPlacements.TREES_MEADOWstatic final Holder<PlacedFeature>VegetationPlacements.TREES_OLD_GROWTH_PINE_TAIGAstatic final Holder<PlacedFeature>VegetationPlacements.TREES_OLD_GROWTH_SPRUCE_TAIGAstatic final Holder<PlacedFeature>VegetationPlacements.TREES_PLAINSstatic final Holder<PlacedFeature>VegetationPlacements.TREES_SAVANNAstatic final Holder<PlacedFeature>VegetationPlacements.TREES_SNOWYstatic final Holder<PlacedFeature>VegetationPlacements.TREES_SPARSE_JUNGLEstatic final Holder<PlacedFeature>VegetationPlacements.TREES_SWAMPstatic final Holder<PlacedFeature>VegetationPlacements.TREES_TAIGAstatic final Holder<PlacedFeature>VegetationPlacements.TREES_WATERstatic final Holder<PlacedFeature>VegetationPlacements.TREES_WINDSWEPT_FORESTstatic final Holder<PlacedFeature>VegetationPlacements.TREES_WINDSWEPT_HILLSstatic final Holder<PlacedFeature>VegetationPlacements.TREES_WINDSWEPT_SAVANNAstatic final Holder<PlacedFeature>NetherPlacements.TWISTING_VINESstatic final Holder<PlacedFeature>CavePlacements.UNDERWATER_MAGMAstatic final Holder<PlacedFeature>VegetationPlacements.VINESstatic final Holder<PlacedFeature>MiscOverworldPlacements.VOID_START_PLATFORMstatic final Holder<PlacedFeature>AquaticPlacements.WARM_OCEAN_VEGETATIONstatic final Holder<PlacedFeature>NetherPlacements.WARPED_FOREST_VEGETATIONstatic final Holder<PlacedFeature>TreePlacements.WARPED_FUNGIstatic final Holder<PlacedFeature>NetherPlacements.WEEPING_VINESMethods 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.combinedCodecHolderSetCodec.elementCodecHolderSetCodec.homogenousListCodecprivate 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.valuesMethods 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 HolderModifierConstructorDescriptionprivateHolderSetCodec(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 intPlaceCommand.placeFeature(CommandSourceStack p_214576_, Holder<ConfiguredFeature<?, ?>> p_214577_, BlockPos p_214578_) static intPlaceCommand.placeJigsaw(CommandSourceStack p_214570_, Holder<StructureTemplatePool> p_214571_, ResourceLocation p_214572_, int p_214573_, BlockPos p_214574_) static intPlaceCommand.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 intLocateCommand.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.tagsThe field for thetagsrecord component.Methods in net.minecraft.tags that return types with arguments of type HolderModifier and TypeMethodDescriptionTagManager.LoadResult.tags()Returns the value of thetagsrecord component.Method parameters in net.minecraft.tags with type arguments of type HolderModifier and TypeMethodDescriptionvoidConstructor 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 aLoadResultrecord 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 booleanprivate booleanPoiCompetitorScan.competesForSameJobsite(GlobalPos p_217330_, Holder<PoiType> p_217331_, Villager p_217332_) private booleanPoiCompetitorScan.hasMatchingProfession(Holder<PoiType> p_217334_, VillagerProfession p_217335_) private booleanYieldJobSite.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 PathAcquirePoi.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 TypeMethodDescriptionvoidvoidprivate static voidPoiTypes.registerBlockStates(Holder<PoiType> p_218078_) Method parameters in net.minecraft.world.entity.ai.village.poi with type arguments of type HolderModifier and TypeMethodDescriptionbooleanbooleanPoiManager.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_) longPoiManager.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_) voidPoiManager.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 voidPoiManager.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_IDMethods 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 voidPainting.setVariant(Holder<PaintingVariant> p_218892_) private static intPainting.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.acquirableJobSiteThe field for theacquirableJobSiterecord component.VillagerProfession.ALL_ACQUIRABLE_JOBSVillagerProfession.heldJobSiteThe field for theheldJobSiterecord component.static final Map<MemoryModuleType<GlobalPos>,BiPredicate<Villager, Holder<PoiType>>> Villager.POI_MEMORIESMethods in net.minecraft.world.entity.npc that return types with arguments of type HolderModifier and TypeMethodDescriptionVillagerProfession.acquirableJobSite()Returns the value of theacquirableJobSiterecord component.VillagerProfession.heldJobSite()Returns the value of theheldJobSiterecord 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 VillagerProfessionVillagerProfession.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 VillagerProfessionVillagerProfession.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 aVillagerProfessionrecord 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 voidLoomMenu.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 ItemStackInstrumentItem.create(Item p_220108_, Holder<Instrument> p_220109_) booleanprivate static voidInstrumentItem.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 voidNaturalSpawner.spawnMobsForChunkGeneration(ServerLevelAccessor p_220451_, Holder<Biome> p_220452_, ChunkPos p_220453_, RandomSource p_220454_) Constructors in net.minecraft.world.level with parameters of type HolderModifierConstructorDescriptionprotectedLevel(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.barrensFixedBiomeSource.biomeTheEndBiomeSource.endTheEndBiomeSource.highlandsTheEndBiomeSource.islandsTheEndBiomeSource.midlandsFields in net.minecraft.world.level.biome with type parameters of type HolderModifier and TypeFieldDescriptionprotected final Map<GenerationStep.Carving,List<Holder<ConfiguredWorldCarver<?>>>> BiomeGenerationSettings.Builder.carversBiome.CODECprotected final List<List<Holder<PlacedFeature>>>BiomeGenerationSettings.Builder.featuresBiomeSource.lazyPossibleBiomesprivate final Climate.ParameterList<Holder<Biome>>MultiNoiseBiomeSource.parametersMultiNoiseBiomeSource.Preset.parameterSourceMethods 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_) privateTheEndBiomeSource(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 HolderModifierConstructorDescriptionprotectedBiomeSource(Supplier<List<Holder<Biome>>> biomes) protectedBiomeSource(List<Holder<Biome>> p_47894_) protectedBiomeSource(Stream<Holder<Biome>> p_47896_) privateMultiNoiseBiomeSource(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.featureprivate final Supplier<Holder<? extends ConfiguredFeature<?,?>>> MushroomBlock.featureSupplierConstructor 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.patternsprivate final List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>,DyeColor>> BannerPattern.Builder.patternsMethods 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.biomesprivate final Function<Holder<Biome>,BiomeGenerationSettings> ChunkGenerator.generationSettingsGetterMethods 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_) booleanChunkGenerator.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.CODECMethods 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.functionThe field for thefunctionrecord component.private final Holder<DensityFunction>DensityFunctions.Spline.Coordinate.functionThe field for thefunctionrecord component.private final Holder<NormalNoise.NoiseParameters>DensityFunction.NoiseHolder.noiseDataThe field for thenoiseDatarecord component.protected final Holder<NoiseGeneratorSettings>NoiseBasedChunkGenerator.settingsFields in net.minecraft.world.level.levelgen with type parameters of type HolderModifier and TypeFieldDescriptionSurfaceRules.Context.biomeSurfaceRules.Context.biomeGetterstatic final com.mojang.serialization.Codec<Holder<DensityFunction>>DensityFunction.CODECstatic final com.mojang.serialization.Codec<Holder<NoiseGeneratorSettings>>NoiseGeneratorSettings.CODECMethods 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 thefunctionrecord component.DensityFunctions.Spline.Coordinate.function()Returns the value of thefunctionrecord component.NoiseBasedChunkGenerator.generatorSettings()private static Holder<NormalNoise.NoiseParameters>NoiseRouterData.getNoise(ResourceKey<NormalNoise.NoiseParameters> p_209543_) DensityFunction.NoiseHolder.noiseData()Returns the value of thenoiseDatarecord 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 DensityFunctionDensityFunctions.mappedNoise(Holder<NormalNoise.NoiseParameters> p_208328_, double p_208329_, double p_208330_) static DensityFunctionDensityFunctions.mappedNoise(Holder<NormalNoise.NoiseParameters> p_208332_, double p_208333_, double p_208334_, double p_208335_) static DensityFunctionDensityFunctions.mappedNoise(Holder<NormalNoise.NoiseParameters> p_208337_, double p_208338_, double p_208339_, double p_208340_, double p_208341_) static DensityFunctionDensityFunctions.noise(Holder<NormalNoise.NoiseParameters> p_208323_) static DensityFunctionDensityFunctions.noise(Holder<NormalNoise.NoiseParameters> p_208325_, double p_208326_) static DensityFunctionDensityFunctions.noise(Holder<NormalNoise.NoiseParameters> p_208369_, double p_208370_, double p_208371_) private static voidNoiseRouterData.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 DensityFunctionDensityFunctions.shift(Holder<NormalNoise.NoiseParameters> p_208386_) static DensityFunctionDensityFunctions.shiftA(Holder<NormalNoise.NoiseParameters> p_208367_) static DensityFunctionDensityFunctions.shiftB(Holder<NormalNoise.NoiseParameters> p_208379_) static DensityFunctionDensityFunctions.shiftedNoise2d(DensityFunction p_208297_, DensityFunction p_208298_, double p_208299_, Holder<NormalNoise.NoiseParameters> p_208300_) static DensityFunctionDensityFunctions.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 aCoordinaterecord class.HolderHolder(Holder<DensityFunction> function) Creates an instance of aHolderHolderrecord 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 aNoiseHolderrecord class.Constructor parameters in net.minecraft.world.level.levelgen with type arguments of type HolderModifierConstructorDescriptionprotectedContext(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.CODECMethod parameters in net.minecraft.world.level.levelgen.carver with type arguments of type HolderModifier and TypeMethodDescriptionbooleanCanyonWorldCarver.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_) booleanCaveWorldCarver.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_) booleanConfiguredWorldCarver.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 booleanWorldCarver.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 booleanNetherWorldCarver.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 booleanWorldCarver.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 booleanWorldCarver.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 voidCaveWorldCarver.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 voidCaveWorldCarver.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 voidCanyonWorldCarver.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.featurefinal Holder<StructureProcessorList>FossilFeatureConfiguration.fossilProcessorsfinal Holder<StructureProcessorList>FossilFeatureConfiguration.overlayProcessorsFields in net.minecraft.world.level.levelgen.feature with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<ConfiguredFeature<?,?>>> ConfiguredFeature.CODECConstructors 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.defaultFeatureprivate final Holder<PlacedFeature>RandomPatchConfiguration.featureThe field for thefeaturerecord component.final Holder<PlacedFeature>RandomBooleanFeatureConfiguration.featureFalsefinal Holder<PlacedFeature>RandomBooleanFeatureConfiguration.featureTruefinal Holder<PlacedFeature>RootSystemConfiguration.treeFeaturefinal Holder<PlacedFeature>VegetationPatchConfiguration.vegetationFeatureMethods in net.minecraft.world.level.levelgen.feature.configurations that return HolderModifier and TypeMethodDescriptionRandomPatchConfiguration.feature()Returns the value of thefeaturerecord 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 aRandomPatchConfigurationrecord 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.biomeFlatLevelGeneratorPreset.displayItemThe field for thedisplayItemrecord 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.CODECMethods 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 thedisplayItemrecord 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_) voidConstructors in net.minecraft.world.level.levelgen.flat with parameters of type HolderModifierConstructorDescriptionFlatLevelGeneratorPreset(Holder<Item> displayItem, FlatLevelGeneratorSettings settings) Creates an instance of aFlatLevelGeneratorPresetrecord 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.featureThe field for thefeaturerecord 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.CODECMethods in net.minecraft.world.level.levelgen.placement that return HolderModifier and TypeMethodDescriptionHolder<ConfiguredFeature<?,?>> PlacedFeature.feature()Returns the value of thefeaturerecord component.Constructors in net.minecraft.world.level.levelgen.placement with parameters of type HolderModifierConstructorDescriptionPlacedFeature(Holder<ConfiguredFeature<?, ?>> feature, List<PlacementModifier> placement) Creates an instance of aPlacedFeaturerecord 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.endDimensionTypeprivate final Holder<NoiseGeneratorSettings>WorldPresets.Bootstrap.endNoiseSettingsprivate final Holder<DimensionType>WorldPresets.Bootstrap.netherDimensionTypeprivate final Holder<NoiseGeneratorSettings>WorldPresets.Bootstrap.netherNoiseSettingsprivate final Holder<DimensionType>WorldPresets.Bootstrap.overworldDimensionTypeFields in net.minecraft.world.level.levelgen.presets with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<WorldPreset>>WorldPreset.CODECMethods 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 LevelStemWorldPresets.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.structureThe field for thestructurerecord component.Fields in net.minecraft.world.level.levelgen.structure with type parameters of type HolderModifier and TypeFieldDescriptionStructure.CODECstatic final com.mojang.serialization.Codec<Holder<StructureSet>>StructureSet.CODECStructure.GenerationContext.validBiomeThe field for thevalidBiomerecord component.Methods in net.minecraft.world.level.levelgen.structure that return HolderModifier and TypeMethodDescriptionStructureSet.StructureSelectionEntry.structure()Returns the value of thestructurerecord 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 thevalidBiomerecord 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 booleanStructure.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 aStructureSelectionEntryrecord 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 aGenerationContextrecord 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.validBiomeThe field for thevalidBiomerecord 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 thevalidBiomerecord 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 aContextrecord 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.otherSetDeprecated.The field for theotherSetrecord component.Methods in net.minecraft.world.level.levelgen.structure.placement that return HolderModifier and TypeMethodDescriptionStructurePlacement.ExclusionZone.otherSet()Deprecated.Returns the value of theotherSetrecord 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 aExclusionZonerecord 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.featureprotected final Holder<StructureProcessorList>SinglePoolElement.processorsFields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type HolderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<StructureTemplatePool>>StructureTemplatePool.CODECMethods 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 booleanJigsawPlacement.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 HolderModifierConstructorDescriptionprotectedFeaturePoolElement(Holder<PlacedFeature> p_210209_, StructureTemplatePool.Projection p_210210_) protectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<ResourceLocation, StructureTemplate> p_210348_, Holder<StructureProcessorList> p_210349_, StructureTemplatePool.Projection p_210350_) protectedSinglePoolElement(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.startPoolMethods in net.minecraft.world.level.levelgen.structure.structures with parameters of type HolderModifier and TypeMethodDescriptionprivate static booleanConstructors 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.patternsMethods 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.loadedTagsMethods 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_CODECCodec for referring to biome modifiers by id in other datapack registry files.static final com.mojang.serialization.Codec<Holder<StructureModifier>>StructureModifier.REFERENCE_CODECCodec 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 TypeMethodDescriptionvoidModifiableBiomeInfo.applyBiomeModifiers(Holder<Biome> biome, List<BiomeModifier> biomeModifiers) Internal forge method; the game will crash if mods invoke this.voidModifiableStructureInfo.applyStructureModifiers(Holder<Structure> structure, List<StructureModifier> structureModifiers) Internal forge method; the game will crash if mods invoke this.voidBiomeModifier.modify(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) Modifies the information via the provided biome builder.voidForgeBiomeModifiers.AddFeaturesBiomeModifier.modify(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) voidForgeBiomeModifiers.AddSpawnsBiomeModifier.modify(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) voidForgeBiomeModifiers.RemoveFeaturesBiomeModifier.modify(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) voidForgeBiomeModifiers.RemoveSpawnsBiomeModifier.modify(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) voidNoneBiomeModifier.modify(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) voidNoneStructureModifier.modify(Holder<Structure> structure, StructureModifier.Phase phase, ModifiableStructureInfo.StructureInfo.Builder builder) voidStructureModifier.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 TypeMethodDescriptionvoidBiomeModifierTest.TestModifier.modify(Holder<Biome> biome, BiomeModifier.Phase phase, ModifiableBiomeInfo.BiomeInfo.Builder builder) voidStructureModifierTest.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 SaplingGrowTreeEventForgeEventFactory.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.featureMethods 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 TypeMethodDescriptionvoidSaplingGrowTreeEvent.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 optionalHolderinstance 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 voidNamespacedHolderHelper.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.listNotHolderSet.listCompositeHolderSet.setMethods 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 TypeMethodDescriptionbooleanbooleanbooleanMethod 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