Gets the main Fetcharr EventRegistry, where all FetcharrEvent API events pass through. @return the Fetcharr event registry
()
| 33 | * @return the Fetcharr event registry |
| 34 | */ |
| 35 | @NotNull EventRegistry<@NotNull FetcharrEvent> events(); |
| 36 | |
| 37 | /** |
| 38 | * Gets the main Fetcharr {@link EventBus}, |
no outgoing calls
no test coverage detected