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.

@FunctionalInterface public interface DynamicRegistryFinalizeCallback
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

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<DynamicRegistryFinalizeCallback>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onRegistryFinalize(net.minecraft.core.RegistryAccess registryManager)
     
  • Field Details

  • Method Details

    • onRegistryFinalize

      void onRegistryFinalize(net.minecraft.core.RegistryAccess registryManager)