Package net.minecraft.core
Interface HolderLookup<T>
- All Known Implementing Classes:
HolderLookup.RegistryLookup
public interface HolderLookup<T>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> HolderLookup<T>
forRegistry
(Registry<T> p_235702_) get
(ResourceKey<T> p_235699_) listTags()
-
Method Details
-
get
-
listElements
Stream<ResourceKey<T>> listElements() -
get
-
listTags
-
forRegistry
-