Uses of Interface
net.minecraft.registry.RegistryEntryLookup.RegistryLookup
Package
Description
-
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.advancement
Modifier and TypeMethodDescriptionvoid
Advancement.validate
(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup lookup) -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.command
Modifier and TypeInterfaceDescriptioninterface
A class that createsRegistryWrapper
with ability to set a policy on how to handle unrecognized tags. -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.loot
Modifier and TypeFieldDescriptionprivate final Optional
<RegistryEntryLookup.RegistryLookup> LootTableReporter.dataLookup
ModifierConstructorDescriptionLootTableReporter
(ErrorReporter errorReporter, ContextType contextType, RegistryEntryLookup.RegistryLookup dataLookup) ModifierConstructorDescriptionprivate
LootTableReporter
(ErrorReporter errorReporter, ContextType contextType, Optional<RegistryEntryLookup.RegistryLookup> dataLookup, Set<RegistryKey<?>> referenceStack) -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.loot.context
Modifier and TypeFieldDescriptionprivate final RegistryEntryLookup.RegistryLookup
LootContext.lookup
ModifierConstructorDescription(package private)
LootContext
(LootWorldContext worldContext, Random random, RegistryEntryLookup.RegistryLookup lookup) -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate final RegistryEntryLookup.RegistryLookup
LootContextPredicateValidator.conditionsLookup
ModifierConstructorDescriptionLootContextPredicateValidator
(ErrorReporter errorReporter, RegistryEntryLookup.RegistryLookup conditionsLookup) -
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.registry
Modifier and TypeInterfaceDescriptioninterface
A manager of dynamic registries.static interface
static interface
-
Uses of RegistryEntryLookup.RegistryLookup in net.minecraft.world.gen.noise
Modifier and TypeMethodDescriptionstatic NoiseConfig
NoiseConfig.create
(RegistryEntryLookup.RegistryLookup registryLookup, RegistryKey<ChunkGeneratorSettings> chunkGeneratorSettingsKey, long legacyWorldSeed)