Class CommandShow
java.lang.Object
org.kingdoms.commands.KingdomsCommand
org.kingdoms.commands.general.others.CommandShow
-
Field Summary
Fields inherited from class org.kingdoms.commands.KingdomsCommand
aliases, bypassCooldownPermission, bypassDisabledWorldsPermission, cooldown, description, disabledWorlds, name, parent, path, permission, playerAssertion, plugin, requiredArgs, threadType, usage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext context) static voidshow(org.bukkit.command.CommandSender sender, Kingdom kingdom, @NonNull org.kingdoms.locale.placeholders.target.PlaceholderTarget placeholder, boolean admin, boolean self) static MessageObjectLinkershowMembers(Kingdom kingdom, org.bukkit.command.CommandSender viewer) tabComplete(@NonNull CommandTabContext context) Methods inherited from class org.kingdoms.commands.KingdomsCommand
canBypassCooldown, canBypassDisabledWorlds, configure, defaultedLang, emptyTab, equals, getAliases, getCooldown, getDescription, getDisabledWorlds, getDisplayName, getName, getParent, getPath, getPermission, getUsage, hashCode, hasPermission, hasPermission, isDisabled, lang, setPermissionDefault, tabComplete, tabComplete, tabComplete, toString, unregisterPermissions
-
Constructor Details
-
CommandShow
public CommandShow()
-
-
Method Details
-
showMembers
public static MessageObjectLinker showMembers(Kingdom kingdom, org.bukkit.command.CommandSender viewer) -
show
public static void show(org.bukkit.command.CommandSender sender, Kingdom kingdom, @NonNull org.kingdoms.locale.placeholders.target.PlaceholderTarget placeholder, boolean admin, boolean self) -
execute
- Specified by:
executein classKingdomsCommand
-
tabComplete
- Overrides:
tabCompletein classKingdomsCommand
-