Uses of Interface
net.minecraft.core.HolderLookup
Packages that use HolderLookup
Package
Description
-
Uses of HolderLookup in net.minecraft.commands
Methods in net.minecraft.commands that return HolderLookupModifier and TypeMethodDescription<T> HolderLookup<T>
CommandBuildContext.holderLookup
(ResourceKey<? extends Registry<T>> p_227134_) -
Uses of HolderLookup in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments declared as HolderLookupModifier and TypeFieldDescriptionprivate final HolderLookup<ParticleType<?>>
ParticleArgument.particles
private final HolderLookup<T>
ResourceArgument.registryLookup
private final HolderLookup<T>
ResourceOrTagArgument.registryLookup
Methods in net.minecraft.commands.arguments with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic ParticleOptions
ParticleArgument.readParticle
(com.mojang.brigadier.StringReader p_249275_, HolderLookup<ParticleType<?>> p_251929_) private static ParticleType<?>
ParticleArgument.readParticleType
(com.mojang.brigadier.StringReader p_249621_, HolderLookup<ParticleType<?>> p_248983_) -
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.blocks
private final HolderLookup<Block>
BlockStateArgument.blocks
private final HolderLookup<Block>
BlockStateParser.blocks
Methods in net.minecraft.commands.arguments.blocks with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
BlockStateParser.fillSuggestions
(HolderLookup<Block> p_234696_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_234697_, boolean p_234698_, boolean p_234699_) BlockPredicateArgument.parse
(HolderLookup<Block> p_234634_, com.mojang.brigadier.StringReader p_234635_) static BlockStateParser.BlockResult
BlockStateParser.parseForBlock
(HolderLookup<Block> p_234692_, com.mojang.brigadier.StringReader p_234693_, boolean p_234694_) static BlockStateParser.BlockResult
BlockStateParser.parseForBlock
(HolderLookup<Block> p_251394_, String p_248677_, boolean p_250430_) static com.mojang.datafixers.util.Either<BlockStateParser.BlockResult,
BlockStateParser.TagResult> BlockStateParser.parseForTesting
(HolderLookup<Block> p_234717_, com.mojang.brigadier.StringReader p_234718_, boolean p_234719_) static com.mojang.datafixers.util.Either<BlockStateParser.BlockResult,
BlockStateParser.TagResult> BlockStateParser.parseForTesting
(HolderLookup<Block> p_252082_, String p_251830_, boolean p_249125_) Constructors in net.minecraft.commands.arguments.blocks with parameters of type HolderLookupModifierConstructorDescriptionprivate
BlockStateParser
(HolderLookup<Block> p_234673_, com.mojang.brigadier.StringReader p_234674_, boolean p_234675_, boolean p_234676_) -
Uses of HolderLookup in net.minecraft.commands.arguments.item
Fields in net.minecraft.commands.arguments.item declared as HolderLookupModifier and TypeFieldDescriptionprivate final HolderLookup<Item>
ItemArgument.items
private final HolderLookup<Item>
ItemParser.items
private final HolderLookup<Item>
ItemPredicateArgument.items
Methods in net.minecraft.commands.arguments.item with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.fillSuggestions
(HolderLookup<Item> p_235309_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_235310_, boolean p_235311_) static ItemParser.ItemResult
ItemParser.parseForItem
(HolderLookup<Item> p_235306_, com.mojang.brigadier.StringReader p_235307_) static com.mojang.datafixers.util.Either<ItemParser.ItemResult,
ItemParser.TagResult> ItemParser.parseForTesting
(HolderLookup<Item> p_235320_, com.mojang.brigadier.StringReader p_235321_) Constructors in net.minecraft.commands.arguments.item with parameters of type HolderLookupModifierConstructorDescriptionprivate
ItemParser
(HolderLookup<Item> p_235291_, com.mojang.brigadier.StringReader p_235292_, boolean p_235293_) -
Uses of HolderLookup in net.minecraft.core
Subinterfaces of HolderLookup in net.minecraft.coreClasses in net.minecraft.core that implement HolderLookupModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.core declared as HolderLookupMethods in net.minecraft.core that return HolderLookupModifier and TypeMethodDescriptiondefault HolderLookup<T>
HolderLookup.filterElements
(Predicate<T> p_256028_) default HolderLookup<T>
HolderLookup.RegistryLookup.filterFeatures
(FeatureFlagSet p_249397_) Constructors in net.minecraft.core with parameters of type HolderLookup -
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>> p_249578_) -
Uses of HolderLookup in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic ChunkGeneratorStructureState
ChunkGeneratorStructureState.createForNormal
(RandomState p_256197_, long p_255806_, BiomeSource p_256653_, HolderLookup<StructureSet> p_256659_) ChunkGenerator.createState
(HolderLookup<StructureSet> p_256405_, RandomState p_256101_, long p_256018_) -
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_)