Package org.geysermc.floodgate.api.event
Interface FloodgateEventBus
- All Superinterfaces:
org.geysermc.event.bus.BaseBus<Object,,FloodgateSubscriber<?>> org.geysermc.event.bus.EventBus<Object,FloodgateSubscriber<?>>
@Deprecated(forRemoval=true,
since="3.0.0")
public interface FloodgateEventBus
extends org.geysermc.event.bus.EventBus<Object,FloodgateSubscriber<?>>
Deprecated, for removal: This API element is subject to removal in a future version.
The Floodgate API has been deprecated in favor of the GeyserApi, which is shared between Geyser
and Floodgate
-
Method Summary
Methods inherited from interface org.geysermc.event.bus.BaseBus
fire, fireSilently, subscribers, unsubscribeMethods inherited from interface org.geysermc.event.bus.EventBus
register, subscribe, subscribe, unregisterAll