onRegistryEntryAdded

fun <V> EventRegistration.onRegistryEntryAdded(registry: Registry<V>, callback: (RegistryEntryContext<V>) -> Unit)

Get a callback when a given registry gets a new entry.

Author

sschr15