Interface DynamicRegistryFinalizeCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This event is fired just before dynamic registries are immutablized,
giving modders a last chance to access and change any registry
while it's still mutable.
- See Also:
-
RegistryAccess
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<DynamicRegistryFinalizeCallback> -
Method Summary
Modifier and TypeMethodDescriptionvoidonRegistryFinalize(net.minecraft.core.RegistryAccess registryManager)
-
Field Details
-
EVENT
-
-
Method Details
-
onRegistryFinalize
void onRegistryFinalize(net.minecraft.core.RegistryAccess registryManager)
-