Package net.minecraft.core
Interface HolderLookup.RegistryLookup<T>
- All Superinterfaces:
HolderGetter<T>
,HolderLookup<T>
,HolderOwner<T>
- All Known Implementing Classes:
HolderLookup.RegistryLookup.Delegate
- Enclosing interface:
- HolderLookup<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.core.HolderLookup
HolderLookup.Provider, HolderLookup.RegistryLookup<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault HolderLookup<T>
filterFeatures
(FeatureFlagSet p_249397_) ResourceKey<? extends Registry<? extends T>>
key()
com.mojang.serialization.Lifecycle
Methods inherited from interface net.minecraft.core.HolderGetter
get, get, getOrThrow, getOrThrow
Methods inherited from interface net.minecraft.core.HolderLookup
filterElements, listElementIds, listElements, listTagIds, listTags
Methods inherited from interface net.minecraft.core.HolderOwner
canSerializeIn
-
Method Details
-
key
ResourceKey<? extends Registry<? extends T>> key() -
registryLifecycle
com.mojang.serialization.Lifecycle registryLifecycle() -
filterFeatures
-