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.registryLookup
private final HolderLookup
<T> ResourceOrTagArgument.registryLookup
Methods in net.minecraft.commands.arguments with parameters of type HolderLookupModifier and TypeMethodDescriptionprivate static ParticleType
<?> ParticleArgument.readParticleType
(com.mojang.brigadier.StringReader pReader, HolderLookup<ParticleType<?>> pParticleTypeLookup) -
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> pLookup, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder, boolean pForTesting, boolean pAllowNbt) BlockPredicateArgument.parse
(HolderLookup<Block> pLookup, com.mojang.brigadier.StringReader pReader) static BlockStateParser.BlockResult
BlockStateParser.parseForBlock
(HolderLookup<Block> pLookup, com.mojang.brigadier.StringReader pReader, boolean pAllowNbt) static BlockStateParser.BlockResult
BlockStateParser.parseForBlock
(HolderLookup<Block> pLookup, String pInput, boolean pAllowNbt) static com.mojang.datafixers.util.Either
<BlockStateParser.BlockResult, BlockStateParser.TagResult> BlockStateParser.parseForTesting
(HolderLookup<Block> pLookup, com.mojang.brigadier.StringReader pReader, boolean pAllowNbt) static com.mojang.datafixers.util.Either
<BlockStateParser.BlockResult, BlockStateParser.TagResult> BlockStateParser.parseForTesting
(HolderLookup<Block> pLookup, String pInput, boolean pAllowNbt) Constructors in net.minecraft.commands.arguments.blocks with parameters of type HolderLookupModifierConstructorDescriptionprivate
BlockStateParser
(HolderLookup<Block> pBlocks, com.mojang.brigadier.StringReader pReader, boolean pForTesting, boolean pAllowNbt) -
Uses of HolderLookup in net.minecraft.core
Subinterfaces of HolderLookup in net.minecraft.coreModifier and TypeInterfaceDescriptionstatic interface
static interface
Classes in net.minecraft.core that implement HolderLookupModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
-
Uses of HolderLookup in net.minecraft.data.registries
Methods in net.minecraft.data.registries with parameters of type HolderLookupModifier and TypeMethodDescriptionstatic void
VanillaRegistries.validateThatAllBiomeFeaturesHaveBiomeFilter
(HolderGetter<PlacedFeature> pFeatures, HolderLookup<Biome> pBiomes) -
Uses of HolderLookup in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type HolderLookupModifier and TypeMethodDescriptionprivate static void
CreativeModeTabs.generateEnchantmentBookTypesAllLevels
(CreativeModeTab.Output pOutput, HolderLookup<Enchantment> pEnchantments, CreativeModeTab.TabVisibility pTabVisibility) private static void
CreativeModeTabs.generateEnchantmentBookTypesOnlyMaxLevel
(CreativeModeTab.Output pOutput, HolderLookup<Enchantment> pEnchantments, CreativeModeTab.TabVisibility pTabVisibility) private static void
CreativeModeTabs.generateInstrumentTypes
(CreativeModeTab.Output pOutput, HolderLookup<Instrument> pInstruments, Item pItem, TagKey<Instrument> pInstrument, CreativeModeTab.TabVisibility pTabVisibility) private static void
CreativeModeTabs.generatePotionEffectTypes
(CreativeModeTab.Output pOutput, HolderLookup<Potion> pPotions, Item pItem, CreativeModeTab.TabVisibility pTabVisibility, FeatureFlagSet pRequiredFeatures) -
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>> pRegistryKey) -
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 pRandomState, long pSeed, BiomeSource pBiomeSource, HolderLookup<StructureSet> pStructureSetLookup) ChunkGenerator.createState
(HolderLookup<StructureSet> pStructureSetLookup, RandomState pRandomState, long pSeed) -
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> pStructureSetLookup, RandomState pRandomState, long pSeed)