Class BungeeForestRedisCommand

java.lang.Object
net.md_5.bungee.api.plugin.Command
cz.foresttech.forestredis.bungee.commands.BungeeForestRedisCommand

public class BungeeForestRedisCommand extends net.md_5.bungee.api.plugin.Command
BungeeCord Command Class for handling ForestRedisAPI commands
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(net.md_5.bungee.api.CommandSender commandSender, String[] args)
     

    Methods inherited from class net.md_5.bungee.api.plugin.Command

    equals, getAliases, getName, getPermission, getPermissionMessage, hashCode, hasPermission, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BungeeForestRedisCommand

      public BungeeForestRedisCommand()
  • Method Details

    • execute

      public void execute(net.md_5.bungee.api.CommandSender commandSender, String[] args)
      Specified by:
      execute in class net.md_5.bungee.api.plugin.Command