public class VelocityEventListener extends Object implements EventListener
Constructor and Description |
---|
VelocityEventListener() |
Modifier and Type | Method and Description |
---|---|
void |
disable() |
void |
enable() |
void |
onDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent e) |
void |
onLogin(com.velocitypowered.api.proxy.Player p) |
void |
onMessage(com.velocitypowered.api.event.connection.PluginMessageEvent e) |
void |
onPermSetup(com.velocitypowered.api.event.permission.PermissionsSetupEvent e) |
void |
onServerConnected(com.velocitypowered.api.event.player.ServerConnectedEvent e) |
public void enable()
enable
in interface EventListener
public void disable()
disable
in interface EventListener
public void onPermSetup(com.velocitypowered.api.event.permission.PermissionsSetupEvent e)
public void onLogin(com.velocitypowered.api.proxy.Player p)
public void onDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent e)
public void onServerConnected(com.velocitypowered.api.event.player.ServerConnectedEvent e)
public void onMessage(com.velocitypowered.api.event.connection.PluginMessageEvent e)
Copyright © 2020. All rights reserved.