类 NeoForgeRegistryCallbacks.AttributeCallbacks
java.lang.Object
net.neoforged.neoforge.registries.NeoForgeRegistryCallbacks.AttributeCallbacks
- 所有已实现的接口:
BakeCallback<Attribute>
,RegistryCallback<Attribute>
static class NeoForgeRegistryCallbacks.AttributeCallbacks
extends Object
implements BakeCallback<Attribute>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
INSTANCE
-
-
构造器详细资料
-
AttributeCallbacks
AttributeCallbacks()
-
-
方法详细资料
-
onBake
从接口复制的说明:BakeCallback
Called when the registry is frozen, and all registration is finished.- 指定者:
onBake
在接口中BakeCallback<Attribute>
- 参数:
registry
- the registry
-