RegistryEntryAddedCallback

public interface RegistryEntryAddedCallback<T>

Functions

event
Link copied to clipboard
static Event<RegistryEntryAddedCallback<T>> event<T>(Registry<T> registry)
onEntryAdded
Link copied to clipboard
abstract void onEntryAdded(int rawId, Identifier id, T object)

Inheritors

IdListTracker
Link copied to clipboard
Int2ObjectMapTracker
Link copied to clipboard
StateIdTracker
Link copied to clipboard
BlockInitTracker
Link copied to clipboard
BlockItemTracker
Link copied to clipboard

Sources

jvm source
Link copied to clipboard