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
FieldsModifier and TypeFieldDescription(package private) static final NeoForgeRegistryCallbacks.AttributeCallbacks - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Constructor Details
- 
AttributeCallbacks
AttributeCallbacks() 
 - 
 - 
Method Details
- 
onBake
Description copied from interface:BakeCallbackCalled when the registry is frozen, and all registration is finished.- Specified by:
 onBakein interfaceBakeCallback<Attribute>- Parameters:
 registry- the registry
 
 -