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)Creates a newProxyReloadEventinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)CommandSendergetSender()Creator of the action.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ProxyReloadEvent
public ProxyReloadEvent(CommandSender sender)
Creates a newProxyReloadEventinstance.- Parameters:
sender- Creator of the action.
-
-
Method Detail
-
getSender
public CommandSender getSender()
Creator of the action.
-
canEqual
protected boolean canEqual(Object other)
-
-