Interface RegistryEventStorage<V>

All Known Implementing Classes:
MappedRegistryMixin

@Internal public interface RegistryEventStorage<V>
  • 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

      static <W> RegistryEventStorage<W> as(net.minecraft.core.MappedRegistry<W> registry)
      Casts a Registry to the duck interface.