Class ServerSwitchListener
java.lang.Object
de.themoep.resourcepacksplugin.velocity.listeners.ServerSwitchListener
Created by Phoenix616 on 14.05.2015.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.velocitypowered.api.event.EventTask
onConfigPhase
(com.velocitypowered.api.proxy.Player player) void
onPackStatusFirst
(com.velocitypowered.api.event.player.PlayerResourcePackStatusEvent event) void
onPackStatusLast
(com.velocitypowered.api.event.player.PlayerResourcePackStatusEvent event) void
onPlayerDisconnect
(com.velocitypowered.api.event.connection.DisconnectEvent event) void
onServerSwitch
(com.velocitypowered.api.event.player.ServerPostConnectEvent event)
-
Constructor Details
-
ServerSwitchListener
-
-
Method Details
-
onConfigPhase
public com.velocitypowered.api.event.EventTask onConfigPhase(com.velocitypowered.api.proxy.Player player) -
onPlayerDisconnect
public void onPlayerDisconnect(com.velocitypowered.api.event.connection.DisconnectEvent event) -
onPackStatusFirst
public void onPackStatusFirst(com.velocitypowered.api.event.player.PlayerResourcePackStatusEvent event) -
onPackStatusLast
public void onPackStatusLast(com.velocitypowered.api.event.player.PlayerResourcePackStatusEvent event) -
onServerSwitch
public void onServerSwitch(com.velocitypowered.api.event.player.ServerPostConnectEvent event)
-