Interface AddCallback<T>
- All Superinterfaces:
RegistryCallback<T>
- All Known Implementing Classes:
NeoForgeRegistryCallbacks.BlockCallbacks
,NeoForgeRegistryCallbacks.ItemCallbacks
,NeoForgeRegistryCallbacks.PoiTypeCallbacks
- 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 objects are added to the registry. This will fire when the registry is rebuilt
on the client side from a server side synchronization.