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 Summary
Nested classes/interfaces inherited from interface net.minecraft.core.HolderLookup
HolderLookup.Provider, HolderLookup.RegistryLookup<T>
Nested classes/interfaces inherited from interface net.minecraft.core.HolderLookup.RegistryLookup
HolderLookup.RegistryLookup.Delegate<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(ResourceKey<T> p_255619_) ResourceKey<? extends Registry<? extends T>>
key()
listTags()
protected abstract HolderLookup.RegistryLookup<T>
parent()
com.mojang.serialization.Lifecycle
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
Methods inherited from interface net.minecraft.core.HolderLookup.RegistryLookup
filterFeatures
Methods inherited from interface net.minecraft.core.HolderOwner
canSerializeIn
-
Constructor Details
-
Delegate
public Delegate()
-
-
Method Details
-
parent
-
key
- Specified by:
key
in interfaceHolderLookup.RegistryLookup<T>
-
registryLifecycle
public com.mojang.serialization.Lifecycle registryLifecycle()- Specified by:
registryLifecycle
in interfaceHolderLookup.RegistryLookup<T>
-
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>
-