Class ProxyDefineCommandsEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
net.md_5.bungee.api.event.TargetedEvent
io.github.waterfallmc.waterfall.event.ProxyDefineCommandsEvent
Called when the proxy intercepts the command packet
allowing for plugins to prevent commands being added
to the clients which might not be wanted.
Plugin developers, please implement
Command.hasPermission(CommandSender)
properly in favor of this event.-
Constructor Summary
ConstructorsConstructorDescriptionProxyDefineCommandsEvent
(Connection sender, Connection receiver, Map<String, Command> commands) -
Method Summary
Methods inherited from class net.md_5.bungee.api.event.TargetedEvent
getReceiver, getSender
-
Constructor Details
-
ProxyDefineCommandsEvent
public ProxyDefineCommandsEvent(Connection sender, Connection receiver, Map<String, Command> commands)
-
-
Method Details
-
getCommands
The map of commands to be sent to the player -
toString
- Overrides:
toString
in classTargetedEvent
-
equals
- Overrides:
equals
in classTargetedEvent
-
canEqual
- Overrides:
canEqual
in classTargetedEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTargetedEvent
-