java.lang.Object
me.hsgamer.hscore.bukkit.command.sub.SubCommand
io.github.projectunified.unihologram.spigot.test.command.subcommand.CreateCommand

public class CreateCommand extends me.hsgamer.hscore.bukkit.command.sub.SubCommand
  • Field Summary

    Fields inherited from class me.hsgamer.hscore.bukkit.command.sub.SubCommand

    consoleAllowed, description, name, noPermissionMessageSender, permission, playerOnlyMessageSender, usage, usageSender
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isProperUsage(@NotNull org.bukkit.command.CommandSender sender, @NotNull String label, @NotNull String... args)
     
    void
    onSubCommand(@NotNull org.bukkit.command.CommandSender sender, @NotNull String label, @NotNull String... args)
     

    Methods inherited from class me.hsgamer.hscore.bukkit.command.sub.SubCommand

    getDescription, getName, getPermission, getUsage, isConsoleAllowed, isExecutable, onCommand, onTabComplete, setConsoleAllowed, setDescription, setPermission, setPermission, setUsage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • onSubCommand

      public void onSubCommand(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String label, @NotNull @NotNull String... args)
      Specified by:
      onSubCommand in class me.hsgamer.hscore.bukkit.command.sub.SubCommand
    • isProperUsage

      public boolean isProperUsage(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String label, @NotNull @NotNull String... args)
      Overrides:
      isProperUsage in class me.hsgamer.hscore.bukkit.command.sub.SubCommand