Class NeoForgeRegistryCallbacks.AttributeCallbacks
java.lang.Object
net.neoforged.neoforge.registries.NeoForgeRegistryCallbacks.AttributeCallbacks
- All Implemented Interfaces:
BakeCallback<Attribute>
,RegistryCallback<Attribute>
- Enclosing class:
NeoForgeRegistryCallbacks
static class NeoForgeRegistryCallbacks.AttributeCallbacks
extends Object
implements BakeCallback<Attribute>
-
Field Summary
Modifier and TypeFieldDescription(package private) static final NeoForgeRegistryCallbacks.AttributeCallbacks
-
Constructor Summary
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
AttributeCallbacks
AttributeCallbacks()
-
-
Method Details
-
onBake
Description copied from interface:BakeCallback
Called when the registry is frozen, and all registration is finished.- Specified by:
onBake
in interfaceBakeCallback<Attribute>
- Parameters:
registry
- the registry
-