onRegistryEntryAdded
fun <V> EventRegistration.onRegistryEntryAdded(registry: Registry<V>, callback: (RegistryEntryContext<V>) -> Unit)
Content copied to clipboard
Get a callback when a given registry gets a new entry.
Author
sschr15