public static interface Registry.EventPublisher<E> extends EventPublisher<RegistryEvent>
| Modifier and Type | Method and Description |
|---|---|
Registry.EventPublisher<E> |
onEntryAdded(EventConsumer<EntryAddedEvent<E>> eventConsumer) |
Registry.EventPublisher<E> |
onEntryRemoved(EventConsumer<EntryRemovedEvent<E>> eventConsumer) |
Registry.EventPublisher<E> |
onEntryReplaced(EventConsumer<EntryReplacedEvent<E>> eventConsumer) |
onEventRegistry.EventPublisher<E> onEntryAdded(EventConsumer<EntryAddedEvent<E>> eventConsumer)
Registry.EventPublisher<E> onEntryRemoved(EventConsumer<EntryRemovedEvent<E>> eventConsumer)
Registry.EventPublisher<E> onEntryReplaced(EventConsumer<EntryReplacedEvent<E>> eventConsumer)