Uses of Interface
net.minecraft.core.HolderLookup.RegistryLookup
Packages that use HolderLookup.RegistryLookup
Package
Description
-
Uses of HolderLookup.RegistryLookup in net.minecraft.core
Classes in net.minecraft.core that implement HolderLookup.RegistryLookupFields in net.minecraft.core declared as HolderLookup.RegistryLookupModifier and TypeFieldDescriptionprivate final HolderLookup.RegistryLookup<T>
MappedRegistry.lookup
Methods in net.minecraft.core that return HolderLookup.RegistryLookupModifier and TypeMethodDescriptionMappedRegistry.asLookup()
Registry.asLookup()
default HolderLookup.RegistryLookup<T>
Registry.asTagAddingLookup()
RegistrySetBuilder.RegistryContents.buildAsLookup()
default <T> HolderLookup.RegistryLookup<T>
HolderLookup.Provider.lookupOrThrow
(ResourceKey<? extends Registry<? extends T>> p_255957_) protected abstract HolderLookup.RegistryLookup<T>
HolderLookup.RegistryLookup.Delegate.parent()
Methods in net.minecraft.core that return types with arguments of type HolderLookup.RegistryLookupModifier and TypeMethodDescription<T> Optional<HolderLookup.RegistryLookup<T>>
HolderLookup.Provider.lookup
(ResourceKey<? extends Registry<? extends T>> p_256285_) default <T> Optional<HolderLookup.RegistryLookup<T>>
RegistryAccess.lookup
(ResourceKey<? extends Registry<? extends T>> p_256275_) Methods in net.minecraft.core with parameters of type HolderLookup.RegistryLookupModifier and TypeMethodDescription(package private) static <T> HolderGetter<T>
RegistrySetBuilder.wrapContextLookup
(HolderLookup.RegistryLookup<T> p_255625_) Method parameters in net.minecraft.core with type arguments of type HolderLookup.RegistryLookupModifier and TypeMethodDescriptionstatic HolderLookup.Provider
HolderLookup.Provider.create
(Stream<HolderLookup.RegistryLookup<?>> p_256054_) -
Uses of HolderLookup.RegistryLookup in net.minecraft.data.worldgen
Methods in net.minecraft.data.worldgen that return types with arguments of type HolderLookup.RegistryLookupModifier and TypeMethodDescriptiondefault <S> Optional<HolderLookup.RegistryLookup<S>>
BootstapContext.registryLookup
(ResourceKey<? extends Registry<? extends S>> registry) -
Uses of HolderLookup.RegistryLookup in net.minecraft.resources
Methods in net.minecraft.resources that return types with arguments of type HolderLookup.RegistryLookupModifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.MapCodec<HolderLookup.RegistryLookup<E>>
RegistryOps.retrieveRegistryLookup
(ResourceKey<? extends Registry<? extends E>> resourceKey) -
Uses of HolderLookup.RegistryLookup in net.minecraftforge.common
Methods in net.minecraftforge.common that return HolderLookup.RegistryLookupModifier and TypeMethodDescriptionstatic <T> HolderLookup.RegistryLookup<T>
ForgeHooks.wrapRegistryLookup
(HolderLookup.RegistryLookup<T> lookup) Methods in net.minecraftforge.common with parameters of type HolderLookup.RegistryLookupModifier and TypeMethodDescriptionstatic <T> HolderLookup.RegistryLookup<T>
ForgeHooks.wrapRegistryLookup
(HolderLookup.RegistryLookup<T> lookup) -
Uses of HolderLookup.RegistryLookup in net.minecraftforge.registries.holdersets
Fields in net.minecraftforge.registries.holdersets declared as HolderLookup.RegistryLookupModifier and TypeFieldDescriptionprivate final HolderLookup.RegistryLookup<T>
AnyHolderSet.registryLookup
The field for theregistryLookup
record component.private final HolderLookup.RegistryLookup<T>
NotHolderSet.registryLookup
Methods in net.minecraftforge.registries.holdersets that return HolderLookup.RegistryLookupModifier and TypeMethodDescriptionAnyHolderSet.registryLookup()
Returns the value of theregistryLookup
record component.NotHolderSet.registryLookup()
Constructors in net.minecraftforge.registries.holdersets with parameters of type HolderLookup.RegistryLookupModifierConstructorDescriptionAnyHolderSet
(HolderLookup.RegistryLookup<T> registryLookup) Creates an instance of aAnyHolderSet
record class.NotHolderSet
(HolderLookup.RegistryLookup<T> registryLookup, HolderSet<T> value)