Uses of Interface
net.minecraft.core.HolderGetter
Packages that use HolderGetter
Package
Description
Classes for NeoForge's own data generation.
-
Uses of HolderGetter in net.minecraft.advancements.predicates
Methods in net.minecraft.advancements.predicates with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic <T> TagPredicate<T> TagPredicate.is(HolderGetter<T> lookup, TagKey<T> tag) static <T> TagPredicate<T> TagPredicate.isNot(HolderGetter<T> lookup, TagKey<T> tag) BlockPredicate.Builder.of(HolderGetter<Block> lookup, Collection<Block> blocks) BlockPredicate.Builder.of(HolderGetter<Block> lookup, TagKey<Block> tag) BlockPredicate.Builder.of(HolderGetter<Block> lookup, Block... blocks) ItemPredicate.Builder.of(HolderGetter<Item> lookup, TagKey<Item> tag) ItemPredicate.Builder.of(HolderGetter<Item> lookup, ItemLike... items) -
Uses of HolderGetter in net.minecraft.advancements.predicates.entity
Methods in net.minecraft.advancements.predicates.entity with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic EntityEquipmentPredicateEntityEquipmentPredicate.captainPredicate(HolderGetter<Item> items, HolderGetter<BannerPattern> patternGetter) EntityPredicate.Builder.of(HolderGetter<EntityType<?>> lookup, TagKey<EntityType<?>> entityTypeTag) EntityPredicate.Builder.of(HolderGetter<EntityType<?>> lookup, EntityType<?> entityType) static EntityTypePredicateEntityTypePredicate.of(HolderGetter<EntityType<?>> lookup, TagKey<EntityType<?>> type) static EntityTypePredicateEntityTypePredicate.of(HolderGetter<EntityType<?>> lookup, EntityType<?> type) -
Uses of HolderGetter in net.minecraft.advancements.triggers
Methods in net.minecraft.advancements.triggers with parameters of type HolderGetterModifier and TypeMethodDescriptionKilledByArrowTrigger.TriggerInstance.crossbowKilled(HolderGetter<Item> items, EntityPredicate.Builder... victims) KilledByArrowTrigger.TriggerInstance.crossbowKilled(HolderGetter<Item> items, MinMaxBounds.Ints uniqueEntityTypes) BeeNestDestroyedTrigger.TriggerInstance.destroyedBeeNest(HolderGetter<Block> blocks, Block block, ItemPredicate.Builder itemPredicate, MinMaxBounds.Ints numBeesInside) EnterBlockTrigger.TriggerInstance.entersBlock(HolderGetter<Block> blocks, Block block) ItemUsedOnLocationTrigger.TriggerInstance.placedBlock(HolderGetter<Block> blocks, Block block) ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(HolderGetter<Block> blocks, Block block, Property<Boolean> property, boolean propertyValue) ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(HolderGetter<Block> blocks, Block block, Property<Integer> property, int propertyValue) static <T extends Comparable<T>>
Criterion<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(HolderGetter<Block> blocks, Block block, Property<T> property, String propertyValue) static <T extends Comparable<T> & StringRepresentable>
Criterion<ItemUsedOnLocationTrigger.TriggerInstance> ItemUsedOnLocationTrigger.TriggerInstance.placedBlockWithProperties(HolderGetter<Block> blocks, Block block, Property<T> properties, T propertyValue) ShotCrossbowTrigger.TriggerInstance.shotCrossbow(HolderGetter<Item> items, ItemLike itemlike) SlideDownBlockTrigger.TriggerInstance.slidesDownBlock(HolderGetter<Block> blocks, Block block) ConsumeItemTrigger.TriggerInstance.usedItem(HolderGetter<Item> items, ItemLike item) UsedTotemTrigger.TriggerInstance.usedTotem(HolderGetter<Item> items, ItemLike itemlike) PlayerTrigger.TriggerInstance.walkOnBlockWithEquipment(HolderGetter<Block> blocks, HolderGetter<Item> items, Block stepOnBlock, Item requiredEquipment) -
Uses of HolderGetter in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettingsPresetFlatWorldScreen.fromString(HolderGetter<Block> blocks, HolderGetter<Biome> biomes, HolderGetter<StructureSet> structureSets, HolderGetter<PlacedFeature> placedFeatures, String definition, FlatLevelGeneratorSettings settings) private static @Nullable FlatLayerInfoPresetFlatWorldScreen.getLayerInfoFromString(HolderGetter<Block> blocks, String input, int firstFree) private static List<FlatLayerInfo> PresetFlatWorldScreen.getLayersInfoFromString(HolderGetter<Block> blocks, String input) -
Uses of HolderGetter in net.minecraft.core
Subinterfaces of HolderGetter in net.minecraft.coreModifier and TypeInterfaceDescriptioninterfaceinterfaceHolderLookup<T>static interfacestatic interfaceinterfaceRegistry<T>interfaceClasses in net.minecraft.core that implement HolderGetterMethods in net.minecraft.core that return HolderGetterModifier and TypeMethodDescriptionMappedRegistry.createRegistrationLookup()WritableRegistry.createRegistrationLookup()default <T> HolderGetter<T> HolderGetter.Provider.lookupOrThrow(ResourceKey<? extends Registry<? extends T>> key) Methods in net.minecraft.core that return types with arguments of type HolderGetterModifier and TypeMethodDescription<T> Optional<? extends HolderGetter<T>> HolderGetter.Provider.lookup(ResourceKey<? extends Registry<? extends T>> key) -
Uses of HolderGetter in net.minecraft.core.registries
Classes in net.minecraft.core.registries that implement HolderGetterModifier and TypeClassDescriptionclassclassfinal recordclassFields in net.minecraft.core.registries declared as HolderGetterMethods in net.minecraft.core.registries that return HolderGetterModifier and TypeMethodDescriptionstatic <T> HolderGetter<T> BuiltInRegistries.acquireBootstrapRegistrationLookup(Registry<T> registry) Constructors in net.minecraft.core.registries with parameters of type HolderGetter -
Uses of HolderGetter in net.minecraft.core.registries.codec
Methods in net.minecraft.core.registries.codec with parameters of type HolderGetterModifier and TypeMethodDescriptionprivate static <E> com.mojang.serialization.DataResult<HolderSet<E>> HolderSetCodec.lookupTag(HolderGetter<E> registry, TagKey<E> key) -
Uses of HolderGetter in net.minecraft.data.advancements
Fields in net.minecraft.data.advancements declared as HolderGetterModifier and TypeFieldDescriptionprotected final HolderGetter<DamageType> AdvancementSubProvider.damageTypes -
Uses of HolderGetter in net.minecraft.data.advancements.packs
Fields in net.minecraft.data.advancements.packs declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<BannerPattern> VanillaAdventureAdvancements.bannerPatternsprivate final HolderGetter<Biome> VanillaAdventureAdvancements.biomesprivate final HolderGetter<Biome> VanillaNetherAdvancements.biomesprivate final HolderGetter<Block> VanillaAdventureAdvancements.blocksprivate final HolderGetter<Block> VanillaHusbandryAdvancements.blocksprivate final HolderGetter<Block> VanillaNetherAdvancements.blocksprivate final HolderGetter<Block> VanillaTheEndAdvancements.blocksprivate final HolderGetter<Enchantment> VanillaHusbandryAdvancements.enchantmentsprivate final HolderGetter<EntityType<?>> VanillaAdventureAdvancements.entityTypesprivate final HolderGetter<EntityType<?>> VanillaHusbandryAdvancements.entityTypesprivate final HolderGetter<EntityType<?>> VanillaNetherAdvancements.entityTypesprivate final HolderGetter<EntityType<?>> VanillaTheEndAdvancements.entityTypesprivate final HolderGetter<Item> VanillaAdventureAdvancements.itemsprivate final HolderGetter<Item> VanillaHusbandryAdvancements.itemsprivate final HolderGetter<Item> VanillaNetherAdvancements.itemsprivate final HolderGetter<Item> VanillaStoryAdvancements.itemsprivate final HolderGetter<LootTable> VanillaAdventureAdvancements.lootTablesprivate final HolderGetter<LootTable> VanillaNetherAdvancements.lootTablesprivate final HolderGetter<Recipe<?>> VanillaAdventureAdvancements.recipesprivate final HolderGetter<Structure> VanillaAdventureAdvancements.structuresprivate final HolderGetter<Structure> VanillaNetherAdvancements.structuresprivate final HolderGetter<Structure> VanillaStoryAdvancements.structuresprivate final HolderGetter<Structure> VanillaTheEndAdvancements.structuresMethods in net.minecraft.data.advancements.packs with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic Advancement.BuilderVanillaAdventureAdvancements.addBiomes(Advancement.Builder advancement, HolderGetter<Biome> biomes, List<ResourceKey<Biome>> explorableBiomes) -
Uses of HolderGetter in net.minecraft.data.loot
Fields in net.minecraft.data.loot declared as HolderGetterModifier and TypeFieldDescriptionprotected final HolderGetter<Block> BlockLootSubProvider.blocksprotected final HolderGetter<DamageType> EntityLootSubProvider.damageTypesprotected final HolderGetter<Enchantment> BlockLootSubProvider.enchantmentsprotected final HolderGetter<Enchantment> EntityLootSubProvider.enchantmentsprotected final HolderGetter<EntityType<?>> EntityLootSubProvider.entityTypesprotected final HolderGetter<FrogVariant> EntityLootSubProvider.frogVariantsprotected final HolderGetter<Item> BlockLootSubProvider.itemsprotected final HolderGetter<Item> EntityLootSubProvider.itemsprotected final HolderGetter<LootTable> EntityLootSubProvider.lootTablesprotected final HolderGetter<LootItemCondition> BlockLootSubProvider.predicates -
Uses of HolderGetter in net.minecraft.data.loot.packs
Fields in net.minecraft.data.loot.packs declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<Biome> TradeRebalanceChestLoot.biomesprivate final HolderGetter<Biome> VanillaChestLoot.biomesprivate final HolderGetter<Biome> VanillaFishingLoot.biomesprivate final HolderGetter<Block> VanillaBlockInteractLoot.blocksprivate final HolderGetter<ChickenVariant> VanillaGiftLoot.chickenVariantsprivate final HolderGetter<Enchantment> TradeRebalanceChestLoot.enchantmentsprivate final HolderGetter<Enchantment> VanillaChestLoot.enchantmentsprivate final HolderGetter<Enchantment> VanillaEquipmentLoot.enchantmentsprivate final HolderGetter<Enchantment> VanillaFishingLoot.enchantmentsprivate final HolderGetter<Enchantment> VanillaPiglinBarterLoot.enchantmentsprivate final HolderGetter<EntityType<?>> VanillaChargedCreeperExplosionLoot.entityTypesprivate final HolderGetter<Instrument> TradeRebalanceChestLoot.instrumentsprivate final HolderGetter<Instrument> VanillaChestLoot.instrumentsprivate final HolderGetter<LootTable> VanillaShearingLoot.lootTablesprivate final HolderGetter<Structure> VanillaChestLoot.structuresprivate final HolderGetter<TrimMaterial> VanillaEquipmentLoot.trimMaterialsprivate final HolderGetter<TrimPattern> VanillaEquipmentLoot.trimPatterns -
Uses of HolderGetter in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes declared as HolderGetterModifier and TypeFieldDescriptionprotected final HolderGetter<Item> RecipeProvider.itemsprivate final HolderGetter<Item> ShapedRecipeBuilder.itemsprivate final HolderGetter<Item> ShapelessRecipeBuilder.itemsprivate final HolderGetter<TrimPattern> RecipeProvider.trimPatternsMethods in net.minecraft.data.recipes with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike item) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike item, int count) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike item) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike item, int count) Constructors in net.minecraft.data.recipes with parameters of type HolderGetterModifierConstructorDescriptionprivateShapedRecipeBuilder(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) privateShapedRecipeBuilder(HolderGetter<Item> items, RecipeCategory category, ItemLike result, int count) privateShapelessRecipeBuilder(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) -
Uses of HolderGetter in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen that return HolderGetterModifier and TypeMethodDescription<S> HolderGetter<S> BootstrapContextAccess.lookup(ResourceKey<? extends Registry<? extends S>> key) -
Uses of HolderGetter in net.minecraft.data.worldgen.biome
Methods in net.minecraft.data.worldgen.biome with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic BiomeOverworldBiomes.badlands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean wooded) static BiomeOverworldBiomes.bambooJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeNetherBiomes.basaltDeltas(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) private static Biome.BiomeBuilderOverworldBiomes.baseJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, float downfall, boolean bamboo, boolean sparse, boolean core) private static BiomeGenerationSettings.BuilderOverworldBiomes.baseOceanGeneration(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) private static Biome.BiomeBuilderOverworldBiomes.basePeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.beach(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean snowy, boolean stony) static BiomeOverworldBiomes.coldOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean deep) static BiomeNetherBiomes.crimsonForest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.dappledForest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.darkForest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean isPaleGarden) static BiomeOverworldBiomes.deepDark(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.desert(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.dripstoneCaves(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeEndBiomes.endBarrens(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeEndBiomes.endHighlands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeEndBiomes.endMidlands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.forest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean birch, boolean tall, boolean flower) static BiomeOverworldBiomes.frozenOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean deep) static BiomeOverworldBiomes.frozenPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.grove(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.jaggedPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.jungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.lukeWarmOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean deep) static BiomeOverworldBiomes.lushCaves(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.mangroveSwamp(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.meadowOrCherryGrove(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean cherryGrove) static BiomeOverworldBiomes.mushroomFields(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeNetherBiomes.netherWastes(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.ocean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean deep) static BiomeOverworldBiomes.oldGrowthTaiga(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean spruce) static BiomeOverworldBiomes.plains(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean sunflower, boolean snowy, boolean spikes) static BiomeOverworldBiomes.river(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean frozen) static BiomeOverworldBiomes.savanna(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean shattered, boolean plateau) static BiomeEndBiomes.smallEndIslands(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.snowySlopes(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeNetherBiomes.soulSandValley(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.sparseJungle(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.stonyPeaks(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.sulfurCaves(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.swamp(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.taiga(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean snowy) static BiomeEndBiomes.theEnd(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.theVoid(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.warmOcean(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeNetherBiomes.warpedForest(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers) static BiomeOverworldBiomes.windsweptHills(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> carvers, boolean moreTrees) -
Uses of HolderGetter in net.minecraft.data.worldgen.features
Methods in net.minecraft.data.worldgen.features with parameters of type HolderGetterModifier and TypeMethodDescriptionprivate static FeatureAquaticFeatures.coralBlock(HolderGetter<Feature> features, Holder<Block> block) private static Holder<PlacedFeature> AquaticFeatures.wallCoral(HolderGetter<Block> blocks, Direction direction) -
Uses of HolderGetter in net.minecraft.data.worldgen.material
Methods in net.minecraft.data.worldgen.material with parameters of type HolderGetterModifier and TypeMethodDescriptionprivate static MaterialRuleOverworldMaterialRules.createOverworldLike(HolderGetter<MaterialRule> rules, boolean doPreliminarySurfaceCheck, boolean bedrockRoof, boolean bedrockFloor, MaterialRule mainRuleCloseToSurface, MaterialRule underground, List<MaterialRule> oreVeins) -
Uses of HolderGetter in net.minecraft.nbt
Methods in net.minecraft.nbt with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic BlockStateNbtUtils.readBlockState(HolderGetter<Block> blocks, CompoundTag tag) -
Uses of HolderGetter in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type HolderGetterModifier and TypeFieldDescriptionprivate final Map<ResourceKey<? extends Registry<?>>, Optional<? extends HolderGetter<?>>> RegistryOps.HolderLookupAdapter.lookupsMethods in net.minecraft.resources that return types with arguments of type HolderGetterModifier and TypeMethodDescription<E> Optional<HolderGetter<E>> RegistryOps.getter(ResourceKey<? extends Registry<? extends E>> registryKey) <E> Optional<HolderGetter<E>> RegistryOps.HolderLookupAdapter.lookup(ResourceKey<? extends Registry<? extends E>> registryKey) <T> Optional<HolderGetter<T>> RegistryOps.RegistryInfoLookup.lookup(ResourceKey<? extends Registry<? extends T>> registryKey) static <E,O> com.mojang.serialization.codecs.RecordCodecBuilder <O, HolderGetter<E>> RegistryOps.retrieveGetter(ResourceKey<? extends Registry<? extends E>> registryKey) -
Uses of HolderGetter in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic <T> TagLoader.ElementLookup<Holder<T>> TagLoader.ElementLookup.fromGetters(ResourceKey<? extends Registry<T>> registryKey, HolderGetter<T> writable, HolderGetter<T> immutable) -
Uses of HolderGetter in net.minecraft.util
Classes in net.minecraft.util that implement HolderGetterMethods in net.minecraft.util that return HolderGetterModifier and TypeMethodDescription<T> HolderGetter<T> PlaceholderLookupProvider.UniversalLookup.castAsLookup()Methods in net.minecraft.util that return types with arguments of type HolderGetterModifier and TypeMethodDescription<T> Optional<? extends HolderGetter<T>> PlaceholderLookupProvider.lookup(ResourceKey<? extends Registry<? extends T>> key) -
Uses of HolderGetter in net.minecraft.world.entity.raid
Methods in net.minecraft.world.entity.raid with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic DataComponentPatchRaid.getBannerComponentPatch(HolderGetter<BannerPattern> patternGetter) static ItemStackRaid.getOminousBannerInstance(HolderGetter<BannerPattern> patternGetter) static ItemStackTemplateRaid.getOminousBannerTemplate(HolderGetter<BannerPattern> patternGetter) -
Uses of HolderGetter in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<BannerPattern> LoomMenu.patternGetter -
Uses of HolderGetter in net.minecraft.world.item.equipment
Methods in net.minecraft.world.item.equipment with parameters of type HolderGetterModifier and TypeMethodDescriptionHolderSet<EntityType<?>> AllowedEntitiesProvider.get(HolderGetter<EntityType<?>> entityGetter) -
Uses of HolderGetter in net.minecraft.world.item.trading
Methods in net.minecraft.world.item.trading with parameters of type HolderGetterModifier and TypeMethodDescriptionprivate static VillagerTradeVillagerTrades.createBasicExplorerMapTrades(HolderGetter<VillagerType> villagerVariants, HolderGetter<Structure> structures, TagKey<Structure> structureTagKey, Holder<MapDecorationType> mapDecorationType, Item mapItem, List<ResourceKey<VillagerType>> villagerTypes) private static VillagerTradeVillagerTrades.createCartographerBannerSell(HolderGetter<VillagerType> villagerVariants, Item item, List<ResourceKey<VillagerType>> villagerTypes) private static VillagerTradeTradeRebalanceVillagerTrades.createLibrarianLevel1EnchantmentTrade(HolderGetter<Item> items, HolderSet<Enchantment> doubleTradePrice, HolderSet<VillagerType> villagerTypes, HolderSet<Enchantment> enchantments) private static VillagerTradeTradeRebalanceVillagerTrades.createLibrarianLevel2EnchantmentTrade(HolderGetter<Item> items, HolderSet<Enchantment> doubleTradePrice, HolderSet<VillagerType> villagerTypes, HolderSet<Enchantment> enchantments) private static VillagerTradeTradeRebalanceVillagerTrades.createLibrarianLevel3EnchantmentTrade(HolderGetter<Item> items, HolderSet<Enchantment> doubleTradePrice, HolderSet<VillagerType> villagerTypes, HolderSet<Enchantment> enchantments) private static VillagerTradeTradeRebalanceVillagerTrades.createLibrarianLevel5EnchantmentTrade(HolderGetter<Item> items, HolderSet<Enchantment> doubleTradePrice, HolderSet<VillagerType> villagerTypes, Holder<Enchantment> enchantment, int level) private static VillagerTradeTradeRebalanceVillagerTrades.createLibrarianLevel5SpecialEnchantmentTrade(HolderGetter<Item> items, HolderSet<Enchantment> doubleTradePrice, HolderSet<VillagerType> villagerTypes, Holder<Enchantment> enchantment) private static VillagerTradeVillagerTrades.createMasonBoatBuyTrade(HolderGetter<VillagerType> villagerVariants, Item item, List<ResourceKey<VillagerType>> villagerTypes) private static List<Holder<LootItemFunction>> VillagerTrades.dyedItem(HolderGetter<Item> items, Item expectedItem) static List<Holder<LootItemFunction>> VillagerTrades.enchantedBook(HolderGetter<Item> items, Holder<Enchantment> enchantment, int level) static List<Holder<LootItemFunction>> VillagerTrades.enchantedBook(HolderGetter<Item> items, HolderSet<Enchantment> options) static List<Holder<LootItemFunction>> VillagerTrades.enchantedItem(HolderGetter<Item> items, Holder<Enchantment> enchantment, int level, Item expectedItem) static List<Holder<LootItemFunction>> VillagerTrades.enchantedItem(HolderGetter<Item> items, HolderSet<Enchantment> options, Item expectedItem) private static voidVillagerTrades.registerBasicExplorerMapTrades(BootstrapContext<VillagerTrade> context, HolderGetter<VillagerType> villagerVariants, HolderGetter<Structure> structures) private static voidVillagerTrades.registerBoatTrades(BootstrapContext<VillagerTrade> context, HolderGetter<VillagerType> villagerVariants) private static voidVillagerTrades.registerCartographerBannerTrades(BootstrapContext<VillagerTrade> context, HolderGetter<VillagerType> villagerVariants) static HolderSet<VillagerType> VillagerTrades.villagerTypeHolderSet(HolderGetter<VillagerType> villagerVariants, List<ResourceKey<VillagerType>> resourceKeys) static HolderSet<VillagerType> VillagerTrades.villagerTypeHolderSet(HolderGetter<VillagerType> villagerVariants, ResourceKey<VillagerType> resourceKey) -
Uses of HolderGetter in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<PlacedFeature> BiomeGenerationSettings.Builder.placedFeaturesprivate final HolderGetter<WorldCarver> BiomeGenerationSettings.Builder.worldCarversMethods in net.minecraft.world.level.biome with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic TheEndBiomeSourceTheEndBiomeSource.create(HolderGetter<Biome> biomes) Constructors in net.minecraft.world.level.biome with parameters of type HolderGetterModifierConstructorDescriptionBuilder(HolderGetter<PlacedFeature> placedFeatures, HolderGetter<WorldCarver> worldCarvers) MultiNoiseBiomeSourceParameterList(MultiNoiseBiomeSourceParameterList.Preset preset, HolderGetter<Biome> biomes) -
Uses of HolderGetter in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type HolderGetterModifier and TypeMethodDescriptionBannerPatternLayers.Builder.addIfRegistered(HolderGetter<BannerPattern> patternGetter, ResourceKey<BannerPattern> patternKey, DyeColor color) Deprecated.static PotDecorationsPotDecorations.allBrick(HolderGetter<Item> items) -
Uses of HolderGetter in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as HolderGetterMethods in net.minecraft.world.level.levelgen with parameters of type HolderGetterModifier and TypeMethodDescriptionprotected static NoiseRouterNoiseRouterData.caves(HolderGetter<DensityFunction> functions) static RandomStateRandomState.create(HolderGetter<NormalNoise> noises, long seed, boolean useLegacyRandom, BlockState defaultBlock, int seaLevel, NoiseRouter noiseRouter) static RandomStateRandomState.create(HolderGetter<NormalNoise> noises, long seed, NoiseGeneratorSettings settings) private static DensityFunctionNoiseRouterData.createBaseOreVeinMask(HolderGetter<NormalNoise> noises, DensityFunction y, DensityFunction toggle, int minY, int maxY) protected static NoiseRouterNoiseRouterData.end(HolderGetter<DensityFunction> functions) private static DensityFunctionNoiseRouterData.entrances(HolderGetter<DensityFunction> functions, HolderGetter<NormalNoise> noises) protected static NoiseRouterNoiseRouterData.floatingIslands(HolderGetter<DensityFunction> functions, HolderGetter<NormalNoise> noises) static DensityFunctionNoiseRouterData.getFunction(HolderGetter<DensityFunction> functions, ResourceKey<DensityFunction> name) static NoiseNoises.instantiate(HolderGetter<NormalNoise> noises, PositionalRandomFactory context, ResourceKey<NormalNoise> name) protected static NoiseRouterNoiseRouterData.nether(HolderGetter<DensityFunction> functions, HolderGetter<NormalNoise> noises) private static DensityFunctionNoiseRouterData.noodle(HolderGetter<DensityFunction> functions, HolderGetter<NormalNoise> noises) protected static NoiseRouterNoiseRouterData.overworld(HolderGetter<DensityFunction> functions, OverworldFunctionSet<ResourceKey<DensityFunction>> functionNames) protected static Aquifer.ConfigNoiseRouterData.overworldAquifers(HolderGetter<DensityFunction> functions, HolderGetter<NormalNoise> noises, OverworldFunctionSet<ResourceKey<DensityFunction>> names) private static DensityFunctionNoiseRouterData.pillars(HolderGetter<NormalNoise> noises) private static voidNoiseRouterData.registerTerrainNoises(BootstrapContext<DensityFunction> context, HolderGetter<DensityFunction> functions, HolderGetter<NormalNoise> noises, DensityFunction jaggedNoise, DensityFunction continentsFunction, DensityFunction erosionFunction, OverworldFunctionSet<ResourceKey<DensityFunction>> names, boolean amplified) private static DensityFunctionNoiseRouterData.slideNetherLike(HolderGetter<DensityFunction> functions, int minY, int height) private static DensityFunctionNoiseRouterData.spaghetti2D(HolderGetter<DensityFunction> functions, HolderGetter<NormalNoise> noises) private static DensityFunctionNoiseRouterData.spaghettiRoughnessFunction(HolderGetter<NormalNoise> noises) private static DensityFunctionNoiseRouterData.underground(HolderGetter<DensityFunction> functions, HolderGetter<NormalNoise> noises, DensityFunction slopedCheese) Constructors in net.minecraft.world.level.levelgen with parameters of type HolderGetterModifierConstructorDescriptionprivateRandomState(HolderGetter<NormalNoise> noises, long seed, boolean useLegacyRandom, BlockState defaultBlock, int seaLevel, NoiseRouter router) -
Uses of HolderGetter in net.minecraft.world.level.levelgen.flat
Methods in net.minecraft.world.level.levelgen.flat with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic List<Holder<PlacedFeature>> FlatLevelGeneratorSettings.createLakesList(HolderGetter<PlacedFeature> placedFeatures) static FlatLevelGeneratorSettingsFlatLevelGeneratorSettings.getDefault(HolderGetter<Biome> biomes, HolderGetter<StructureSet> structureSets, HolderGetter<PlacedFeature> placedFeatures) FlatLevelGeneratorSettings.getDefaultBiome(HolderGetter<Biome> biomes) -
Uses of HolderGetter in net.minecraft.world.level.levelgen.material
Methods in net.minecraft.world.level.levelgen.material with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic MaterialConditionMaterialRules.getCondition(HolderGetter<MaterialCondition> conditions, ResourceKey<MaterialCondition> key) static MaterialRuleMaterialRules.getRule(HolderGetter<MaterialRule> rules, ResourceKey<MaterialRule> key) static MaterialConditionMaterialRules.isBiome(HolderGetter<Biome> biomes, ResourceKey<Biome>... target) -
Uses of HolderGetter in net.minecraft.world.level.levelgen.presets
Fields in net.minecraft.world.level.levelgen.presets declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<Biome> WorldPresets.Bootstrap.biomesprivate final HolderGetter<MultiNoiseBiomeSourceParameterList> WorldPresets.Bootstrap.multiNoiseBiomeSourceParameterListsprivate final HolderGetter<NoiseGeneratorSettings> WorldPresets.Bootstrap.noiseSettingsprivate final HolderGetter<PlacedFeature> WorldPresets.Bootstrap.placedFeaturesprivate final HolderGetter<StructureSet> WorldPresets.Bootstrap.structureSets -
Uses of HolderGetter in net.minecraft.world.level.levelgen.structure.templatesystem
Methods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type HolderGetterModifier and TypeMethodDescriptionvoidStructureTemplate.load(HolderGetter<Block> blockLookup, CompoundTag tag) private voidStructureTemplate.loadPalette(HolderGetter<Block> blockLookup, ListTag paletteList, ListTag blockList) Constructors in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type HolderGetterModifierConstructorDescriptionStructureTemplateManager(ResourceManager resourceManager, LevelStorageSource.LevelStorageAccess storage, com.mojang.datafixers.DataFixer fixerUpper, HolderGetter<Block> blockLookup) -
Uses of HolderGetter in net.minecraft.world.level.levelgen.structure.templatesystem.loader
Fields in net.minecraft.world.level.levelgen.structure.templatesystem.loader declared as HolderGetterConstructors in net.minecraft.world.level.levelgen.structure.templatesystem.loader with parameters of type HolderGetterModifierConstructorDescriptionDirectoryTemplateSource(com.mojang.datafixers.DataFixer fixerUpper, HolderGetter<Block> blockLookup, Path sourceDir, FileToIdConverter fileToIdConverter, boolean loadAsText) DirectoryTemplateSource(com.mojang.datafixers.DataFixer fixerUpper, HolderGetter<Block> blockLookup, Path sourceDir, PackType packType, FileToIdConverter fileToIdConverter, boolean loadAsText) ResourceManagerTemplateSource(com.mojang.datafixers.DataFixer fixerUpper, HolderGetter<Block> blockLookup, ResourceManager resourceManager, FileToIdConverter fileToIdConverter) protectedTemplateSource(com.mojang.datafixers.DataFixer fixerUpper, HolderGetter<Block> blockLookup) -
Uses of HolderGetter in net.minecraft.world.level.storage.loot.functions
Methods in net.minecraft.world.level.storage.loot.functions with parameters of type HolderGetterModifier and TypeMethodDescriptionEnchantWithLevelsFunction.enchantWithLevels(HolderGetter<Enchantment> enchantments, Holder<ContextIntProvider> levels) EnchantedCountIncreaseFunction.lootingMultiplier(HolderGetter<Enchantment> enchantments, Holder<ContextFloatProvider> count) EnchantRandomlyFunction.randomApplicableEnchantment(HolderGetter<Enchantment> enchantments) -
Uses of HolderGetter in net.minecraft.world.level.storage.loot.predicates
Methods in net.minecraft.world.level.storage.loot.predicates with parameters of type HolderGetterModifier and TypeMethodDescriptionstatic LootItemCondition.BuilderMatchBlock.blockMatches(HolderGetter<Block> lookup, Block block) static LootItemCondition.BuilderMatchBlock.blockMatches(HolderGetter<Block> lookup, Block block, StatePropertiesPredicate.Builder properties) static LootItemCondition.BuilderLootItemRandomChanceWithEnchantedBonusCondition.randomChanceAndLootingBoost(HolderGetter<Enchantment> enchantments, float chance, float perEnchantmentLevel) -
Uses of HolderGetter in net.minecraft.world.level.storage.loot.providers.number.ints
Methods in net.minecraft.world.level.storage.loot.providers.number.ints with parameters of type HolderGetterModifier and TypeMethodDescriptionprivate static ContextIntProviderContextIntProviders.compostable(HolderGetter<Block> blocks, int layerIncreaseChance) private static ContextIntProviderContextIntProviders.cooking(HolderGetter<LootItemCondition> predicates, Holder.Reference<ContextIntProvider> normalBurnTimeDivisor, Holder.Reference<ContextIntProvider> fastBurnTimeDivisor, int timeSeconds) -
Uses of HolderGetter in net.neoforged.neoforge.common.crafting
Methods in net.neoforged.neoforge.common.crafting that return HolderGetterModifier and TypeMethodDescription<S> HolderGetter<S> ConditionalRecipeOutput.lookup(ResourceKey<? extends Registry<? extends S>> key) -
Uses of HolderGetter in net.neoforged.neoforge.common.data
Methods in net.neoforged.neoforge.common.data that return HolderGetterModifier and TypeMethodDescription<S> HolderGetter<S> ConditionalLootTableSubProviderContext.lookup(ResourceKey<? extends Registry<? extends S>> key) -
Uses of HolderGetter in net.neoforged.neoforge.common.data.internal
Fields in net.neoforged.neoforge.common.data.internal declared as HolderGetterModifier and TypeFieldDescriptionprivate final HolderGetter<Item> NeoForgeRecipeProvider.InterceptingRecipeOutput.itemsMethods in net.neoforged.neoforge.common.data.internal that return HolderGetterModifier and TypeMethodDescription<S> HolderGetter<S> NeoForgeAdvancementProvider.AdvancementRewriteContext.lookup(ResourceKey<? extends Registry<? extends S>> key) <S> HolderGetter<S> NeoForgeRecipeProvider.InterceptingRecipeOutput.lookup(ResourceKey<? extends Registry<? extends S>> key) -
Uses of HolderGetter in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries that implement HolderGetter