Package net.minecraftforge.registries
Interface IForgeRegistry.BakeCallback<V>
- All Known Implementing Classes:
- GameData.BlockCallbacks
- Enclosing interface:
- IForgeRegistry<V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback fired when the registry is done processing. Used to calculate state ID maps.
- 
Method SummaryModifier and TypeMethodDescriptionvoidonBake(IForgeRegistryInternal<V> owner, RegistryManager stage) 
- 
Method Details- 
onBake
 
-