Interface RegistryFreezeEvents.EndRegistryFreeze

All Superinterfaces:
CommonEventEntrypoint
Enclosing class:
RegistryFreezeEvents
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 static interface RegistryFreezeEvents.EndRegistryFreeze extends CommonEventEntrypoint
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEndRegistryFreeze(@Nullable net.minecraft.core.Registry<?> registry, boolean allRegistries)
     
  • Method Details

    • onEndRegistryFreeze

      void onEndRegistryFreeze(@Nullable @Nullable net.minecraft.core.Registry<?> registry, boolean allRegistries)
      Parameters:
      allRegistries - This indicates whether the Registry is being frozen from BuiltInRegistries.freeze() or not.