类 HolderLookup.RegistryLookup.Delegate<T>
java.lang.Object
net.minecraft.core.HolderLookup.RegistryLookup.Delegate<T>
- 所有已实现的接口:
HolderGetter<T>
,HolderLookup<T>
,HolderLookup.RegistryLookup<T>
,HolderOwner<T>
- 封闭接口:
- HolderLookup.RegistryLookup<T>
public abstract static class HolderLookup.RegistryLookup.Delegate<T>
extends Object
implements HolderLookup.RegistryLookup<T>
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.core.HolderLookup
HolderLookup.Provider, HolderLookup.RegistryLookup<T>
从接口继承的嵌套类/接口 net.minecraft.core.HolderLookup.RegistryLookup
HolderLookup.RegistryLookup.Delegate<T>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get
(ResourceKey<T> p_255619_) ResourceKey<? extends Registry<? extends T>>
key()
listTags()
protected abstract HolderLookup.RegistryLookup<T>
parent()
com.mojang.serialization.Lifecycle
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.core.HolderGetter
getOrThrow, getOrThrow
从接口继承的方法 net.minecraft.core.HolderLookup
filterElements, listElementIds, listTagIds
从接口继承的方法 net.minecraft.core.HolderLookup.RegistryLookup
filterFeatures
从接口继承的方法 net.minecraft.core.HolderOwner
canSerializeIn
-
构造器详细资料
-
Delegate
public Delegate()
-
-
方法详细资料
-
parent
-
key
- 指定者:
key
在接口中HolderLookup.RegistryLookup<T>
-
registryLifecycle
public com.mojang.serialization.Lifecycle registryLifecycle()- 指定者:
registryLifecycle
在接口中HolderLookup.RegistryLookup<T>
-
get
- 指定者:
get
在接口中HolderGetter<T>
-
listElements
- 指定者:
listElements
在接口中HolderLookup<T>
-
get
- 指定者:
get
在接口中HolderGetter<T>
-
listTags
- 指定者:
listTags
在接口中HolderLookup<T>
-