Package dev.plex.command.impl
Class FlatlandsCMD
java.lang.Object
org.bukkit.command.Command
dev.plex.command.PlexCommand
dev.plex.command.impl.FlatlandsCMD
- All Implemented Interfaces:
org.bukkit.command.PluginIdentifiableCommand
-
Field Summary
Fields inherited from class dev.plex.command.PlexCommand
pluginFields inherited from class org.bukkit.command.Command
description, timings, usageMessage -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.plex.command.PlexCommand
checkRank, checkRank, componentFromString, getLevel, getMap, getNonNullPlayer, getNonNullWorld, getOfflinePlexPlayer, getOnlinePlexPlayer, getPlexPlayer, getPlugin, getUUID, isAdmin, isAdmin, isAdmin, isConsole, isSeniorAdmin, send, send, tl, usageMethods inherited from class org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
Constructor Details
-
FlatlandsCMD
public FlatlandsCMD()
-
-
Method Details
-
execute
protected net.kyori.adventure.text.Component execute(@NotNull @NotNull org.bukkit.command.CommandSender sender, @Nullable @Nullable org.bukkit.entity.Player playerSender, String[] args) Description copied from class:PlexCommandExecutes the command- Specified by:
executein classPlexCommand- Parameters:
sender- The sender of the commandplayerSender- The player who executed the command (null if command source is console or if command source is any but console executed)args- A Kyori Component to send to the sender (can be null)- Returns:
-