ListenableRegistry

public interface ListenableRegistry<T>

Functions

fabric_getAddObjectEvent
Link copied to clipboard
abstract Event<RegistryEntryAddedCallback<T>> fabric_getAddObjectEvent()
fabric_getRemapEvent
Link copied to clipboard
abstract Event<RegistryIdRemapCallback<T>> fabric_getRemapEvent()
fabric_getRemoveObjectEvent
Link copied to clipboard
abstract Event<RegistryEntryRemovedCallback<T>> fabric_getRemoveObjectEvent()
get
Link copied to clipboard
static ListenableRegistry<Tget<T>(Registry<T> registry)

Inheritors

MixinIdRegistry
Link copied to clipboard

Sources

jvm source
Link copied to clipboard