Package net.md_5.bungee.api.event
Class ProxyReloadEvent
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- net.md_5.bungee.api.event.ProxyReloadEvent
-
public class ProxyReloadEvent extends Event
Called when somebody reloads BungeeCord
-
-
Constructor Summary
Constructors Constructor Description ProxyReloadEvent(CommandSender sender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
CommandSender
getSender()
Creator of the action.int
hashCode()
-
-
-
Constructor Detail
-
ProxyReloadEvent
public ProxyReloadEvent(CommandSender sender)
-
-