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 SummaryConstructors Constructor Description ProxyReloadEvent(CommandSender sender)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)CommandSendergetSender()Creator of the action.inthashCode()
 
- 
- 
- 
Constructor Detail- 
ProxyReloadEventpublic ProxyReloadEvent(CommandSender sender) 
 
- 
 
-