Package net.minecraft.core
Class HolderLookup.Delegate<T>
java.lang.Object
net.minecraft.core.HolderLookup.Delegate<T>
- All Implemented Interfaces:
HolderGetter<T>
,HolderLookup<T>
- Enclosing interface:
HolderLookup<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.core.HolderLookup
HolderLookup.Delegate<T>, HolderLookup.Provider, HolderLookup.RegistryLookup<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.core.HolderGetter
getOrThrow, getOrThrow
Methods inherited from interface net.minecraft.core.HolderLookup
filterElements, listElementIds, listTagIds
-
Field Details
-
parent
-
-
Constructor Details
-
Delegate
-
-
Method Details
-
get
- Specified by:
get
in interfaceHolderGetter<T>
-
listElements
- Specified by:
listElements
in interfaceHolderLookup<T>
-
get
- Specified by:
get
in interfaceHolderGetter<T>
-
listTags
- Specified by:
listTags
in interfaceHolderLookup<T>
-