类 NeoForgeProxy
java.lang.Object
net.neoforged.neoforge.internal.NeoForgeProxy
Allows common code to call client-only methods, through
NeoForgeClientProxy
.
Try not to add methods to this class, there are generally better ways to handle this kind of thing, possibly through different API design.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static NeoForgeProxy
<T> HolderLookup.RegistryLookup
<T> resolveLookup
(ResourceKey<? extends Registry<T>> key)
-
字段详细资料
-
INSTANCE
-
-
构造器详细资料
-
NeoForgeProxy
public NeoForgeProxy()
-
-
方法详细资料
-
instantiate
-
getClientExecutor
-
getTooltipFlag
-
resolveLookup
@Nullable public <T> HolderLookup.RegistryLookup<T> resolveLookup(ResourceKey<? extends Registry<T>> key)
-