Interface BakeCallback<T>
- All Superinterfaces:
RegistryCallback<T>
- All Known Implementing Classes:
NeoForgeRegistryCallbacks.AttributeCallbacks
,NeoForgeRegistryCallbacks.BlockCallbacks
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Fired when the registry is finished with all registration, or otherwise when it's frozen, in general,
such as after snapshot injection.
-
Method Summary
-
Method Details
-
onBake
Called when the registry is frozen, and all registration is finished.- Parameters:
registry
- the registry
-