Package net.minecraft.core
Class HolderLookup.RegistryLookup.Delegate<T>
java.lang.Object
net.minecraft.core.HolderLookup.RegistryLookup.Delegate<T>
- All Implemented Interfaces:
- HolderGetter<T>,- HolderLookup<T>,- HolderLookup.RegistryLookup<T>,- HolderOwner<T>
- Enclosing interface:
- HolderLookup.RegistryLookup<T>
public abstract static class HolderLookup.RegistryLookup.Delegate<T>
extends Object
implements HolderLookup.RegistryLookup<T>
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.core.HolderLookupHolderLookup.Provider, HolderLookup.RegistryLookup<T>Nested classes/interfaces inherited from interface net.minecraft.core.HolderLookup.RegistryLookupHolderLookup.RegistryLookup.Delegate<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionget(ResourceKey<T> p_255619_) ResourceKey<? extends Registry<? extends T>>key()listTags()protected abstract HolderLookup.RegistryLookup<T>parent()com.mojang.serialization.LifecycleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.core.HolderGettergetOrThrow, getOrThrowMethods inherited from interface net.minecraft.core.HolderLookupfilterElements, listElementIds, listTagIdsMethods inherited from interface net.minecraft.core.HolderLookup.RegistryLookupfilterFeaturesMethods inherited from interface net.minecraft.core.HolderOwnercanSerializeIn
- 
Constructor Details- 
Delegatepublic Delegate()
 
- 
- 
Method Details- 
parent
- 
key- Specified by:
- keyin interface- HolderLookup.RegistryLookup<T>
 
- 
registryLifecyclepublic com.mojang.serialization.Lifecycle registryLifecycle()- Specified by:
- registryLifecyclein interface- HolderLookup.RegistryLookup<T>
 
- 
get- Specified by:
- getin interface- HolderGetter<T>
 
- 
listElements- Specified by:
- listElementsin interface- HolderLookup<T>
 
- 
get- Specified by:
- getin interface- HolderGetter<T>
 
- 
listTags- Specified by:
- listTagsin interface- HolderLookup<T>
 
 
-