Package net.frozenblock.lib.event.api
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 TypeMethodDescriptionvoidonEndRegistryFreeze(@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 fromBuiltInRegistries.freeze()or not.
-