Package net.minecraft.core
Interface HolderLookup<T>
- All Superinterfaces:
HolderGetter<T>
- All Known Subinterfaces:
HolderLookup.RegistryLookup<T>
- All Known Implementing Classes:
HolderLookup.Delegate
,HolderLookup.RegistryLookup.Delegate
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptiondefault HolderLookup<T>
filterElements
(Predicate<T> p_256028_) default Stream<ResourceKey<T>>
listTags()
Methods inherited from interface net.minecraft.core.HolderGetter
get, get, getOrThrow, getOrThrow
-
Method Details
-
listElements
Stream<Holder.Reference<T>> listElements() -
listElementIds
-
listTags
Stream<HolderSet.Named<T>> listTags() -
listTagIds
-
filterElements
-