Package org.geysermc.floodgate.listener
Class SpigotListenerRegistration
java.lang.Object
org.geysermc.floodgate.listener.SpigotListenerRegistration
- All Implemented Interfaces:
org.geysermc.floodgate.core.platform.listener.ListenerRegistration<org.bukkit.event.Listener>
public final class SpigotListenerRegistration
extends Object
implements org.geysermc.floodgate.core.platform.listener.ListenerRegistration<org.bukkit.event.Listener>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SpigotListenerRegistration
@Inject public SpigotListenerRegistration(org.bukkit.plugin.java.JavaPlugin plugin)
-
-
Method Details
-
register
public void register(org.bukkit.event.Listener listener) - Specified by:
registerin interfaceorg.geysermc.floodgate.core.platform.listener.ListenerRegistration<org.bukkit.event.Listener>
-