Uses of Interface
net.minecraft.core.HolderLookup
Packages that use HolderLookup
Package
Description
-
Uses of HolderLookup in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments declared as HolderLookupModifier and TypeFieldDescriptionprivate final HolderLookup<T> ResourceArgument.registryLookupprivate final HolderLookup<T> ResourceOrTagArgument.registryLookupprivate final HolderLookup<T> ResourceSelectorArgument.registryLookupMethods in net.minecraft.commands.arguments with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic <T> Collection<Holder.Reference<T>> ResourceSelectorArgument.parse(com.mojang.brigadier.StringReader parse, HolderLookup<T> lookup) private static ParticleType<?> ParticleArgument.readParticleType(com.mojang.brigadier.StringReader reader, HolderLookup<ParticleType<?>> particleTypeLookup) -
Uses of HolderLookup in net.minecraft.commands.arguments.blocks
Fields in net.minecraft.commands.arguments.blocks declared as HolderLookupModifier and TypeFieldDescriptionprivate final HolderLookup<Block> BlockPredicateArgument.blocksprivate final HolderLookup<Block> BlockStateArgument.blocksprivate final HolderLookup<Block> BlockStateParser.blocksMethods in net.minecraft.commands.arguments.blocks with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> BlockStateParser.fillSuggestions(HolderLookup<Block> lookup, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean forTesting, boolean allowNbt) BlockPredicateArgument.parse(HolderLookup<Block> lookup, com.mojang.brigadier.StringReader reader) static BlockStateParser.BlockResultBlockStateParser.parseForBlock(HolderLookup<Block> lookup, com.mojang.brigadier.StringReader reader, boolean allowNbt) static BlockStateParser.BlockResultBlockStateParser.parseForBlock(HolderLookup<Block> lookup, String input, boolean allowNbt) static com.mojang.datafixers.util.Either<BlockStateParser.BlockResult, BlockStateParser.TagResult> BlockStateParser.parseForTesting(HolderLookup<Block> lookup, com.mojang.brigadier.StringReader reader, boolean allowNbt) static com.mojang.datafixers.util.Either<BlockStateParser.BlockResult, BlockStateParser.TagResult> BlockStateParser.parseForTesting(HolderLookup<Block> lookup, String input, boolean allowNbt) Constructors in net.minecraft.commands.arguments.blocks with parameters of type HolderLookupModifierConstructorDescriptionprivateBlockStateParser(HolderLookup<Block> blocks, com.mojang.brigadier.StringReader reader, boolean forTesting, boolean allowNbt) -
Uses of HolderLookup in net.minecraft.core
Subinterfaces of HolderLookup in net.minecraft.coreModifier and TypeInterfaceDescriptioninterfacestatic interfacestatic interfaceinterfaceRegistry<T>interfaceClasses in net.minecraft.core that implement HolderLookupModifier and TypeClassDescriptionclassclass(package private) static class(package private) static class(package private) static class -
Uses of HolderLookup in net.minecraft.data.advancements.packs
Methods in net.minecraft.data.advancements.packs with parameters of type HolderLookupModifier and TypeMethodDescriptionprivate static Advancement.BuilderVanillaHusbandryAdvancements.addCatVariants(Advancement.Builder builder, HolderLookup<CatVariant> variantRegistry) private static Advancement.BuilderVanillaHusbandryAdvancements.addLeashedFrogVariants(HolderGetter<EntityType<?>> entityTypeRegistry, HolderGetter<Item> itemRegistry, HolderLookup<FrogVariant> frogVariants, Advancement.Builder builder) private static Advancement.BuilderVanillaHusbandryAdvancements.addTamedWolfVariants(Advancement.Builder builder, HolderLookup<WolfVariant> variantRegistry) private static <T> Stream<Holder.Reference<T>> VanillaHusbandryAdvancements.sortedVariants(HolderLookup<T> variantRegistry) -
Uses of HolderLookup in net.minecraft.data.registries
Methods in net.minecraft.data.registries with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic voidVanillaRegistries.validateThatAllBiomeFeaturesHaveBiomeFilter(HolderGetter<PlacedFeature> features, HolderLookup<Biome> biomes) -
Uses of HolderLookup in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type HolderLookupModifier and TypeMethodDescriptionprivate static List<Holder.Reference<Item>> SpawnArmorTrimsCommand.findEquippableItemsWithAssets(HolderLookup<Item> itemRegistry) -
Uses of HolderLookup in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type HolderLookupModifier and TypeMethodDescriptionprivate static voidCreativeModeTabs.generateEnchantmentBookTypesAllLevels(CreativeModeTab.Output output, HolderLookup<Enchantment> enchantments, CreativeModeTab.TabVisibility tabVisibility) private static voidCreativeModeTabs.generateEnchantmentBookTypesOnlyMaxLevel(CreativeModeTab.Output output, HolderLookup<Enchantment> enchantments, CreativeModeTab.TabVisibility tabVisibility) private static voidCreativeModeTabs.generateInstrumentTypes(CreativeModeTab.Output output, HolderLookup<Instrument> instruments, Item item, TagKey<Instrument> instrument, CreativeModeTab.TabVisibility tabVisibility) private static voidCreativeModeTabs.generatePotionEffectTypes(CreativeModeTab.Output output, HolderLookup<Potion> potions, Item item, CreativeModeTab.TabVisibility tabVisibility, FeatureFlagSet requiredFeatures) -
Uses of HolderLookup in net.minecraft.world.level
Methods in net.minecraft.world.level that return HolderLookupModifier and TypeMethodDescriptiondefault <T> HolderLookup<T> LevelReader.holderLookup(ResourceKey<? extends Registry<? extends T>> registryKey) -
Uses of HolderLookup in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as HolderLookup -
Uses of HolderLookup in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic ChunkGeneratorStructureStateChunkGeneratorStructureState.createForNormal(RandomState randomState, long seed, BiomeSource biomeSource, HolderLookup<StructureSet> structureSetLookup) ChunkGenerator.createState(HolderLookup<StructureSet> structureSetLookup, RandomState randomState, long seed) -
Uses of HolderLookup in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type HolderLookupModifier and TypeMethodDescriptionFlatLevelSource.createState(HolderLookup<StructureSet> p_256602_, RandomState p_255830_, long p_256355_) static Map<ResourceKey<LevelStem>, LevelStem> WorldDimensions.withOverworld(HolderLookup<DimensionType> dimensionTypeRegistry, Map<ResourceKey<LevelStem>, LevelStem> dimensions, ChunkGenerator chunkGenerator) -
Uses of HolderLookup in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries that implement HolderLookup