Class CreateCommand
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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
-
Constructor Details
-
CreateCommand
-
-
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 classme.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 classme.hsgamer.hscore.bukkit.command.sub.SubCommand
-