RegistryEntryRemovedCallback

public interface RegistryEntryRemovedCallback<T>

Functions

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

Inheritors

IdListTracker
Link copied to clipboard
Int2ObjectMapTracker
Link copied to clipboard

Sources

jvm source
Link copied to clipboard