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
Constructors -
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.LifecycleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.core.HolderGetter
getOrThrow, getOrThrowMethods inherited from interface net.minecraft.core.HolderLookup
filterElements, listElementIds, listTagIdsMethods inherited from interface net.minecraft.core.HolderLookup.RegistryLookup
filterFeaturesMethods inherited from interface net.minecraft.core.HolderOwner
canSerializeIn
-
Constructor Details
-
Delegate
public Delegate()
-
-
Method Details
-
parent
-
key
- Specified by:
keyin interfaceHolderLookup.RegistryLookup<T>
-
registryLifecycle
public com.mojang.serialization.Lifecycle registryLifecycle()- Specified by:
registryLifecyclein interfaceHolderLookup.RegistryLookup<T>
-
get
- Specified by:
getin interfaceHolderGetter<T>
-
listElements
- Specified by:
listElementsin interfaceHolderLookup<T>
-
get
- Specified by:
getin interfaceHolderGetter<T>
-
listTags
- Specified by:
listTagsin interfaceHolderLookup<T>
-