Interface RegistryEventStorage<V>
- All Known Implementing Classes:
MappedRegistryMixin
@Internal
public interface RegistryEventStorage<V>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <W> RegistryEventStorage<W> as(net.minecraft.core.MappedRegistry<W> registry) Casts aRegistryto the duck interface.net.fabricmc.fabric.api.event.Event<RegistryEvents.EntryAdded<V>> Returns the entry added event.
-
Method Details
-
frozenLib_quilt$getEntryAddedEvent
net.fabricmc.fabric.api.event.Event<RegistryEvents.EntryAdded<V>> frozenLib_quilt$getEntryAddedEvent()Returns the entry added event.- Returns:
- the entry added event
-
as
Casts aRegistryto the duck interface.
-