Class BlockCommand
java.lang.Object
org.bukkit.command.Command
io.github.projectunified.blockutil.test.command.BlockCommand
- Direct Known Subclasses:
SetBlockCommand
public abstract class BlockCommand
extends org.bukkit.command.Command
-
Field Summary
Fields inherited from class org.bukkit.command.Command
description, timings, usageMessage
-
Constructor Summary
ModifierConstructorDescriptionprotected
BlockCommand
(BlockUtilTest plugin, String name) protected
BlockCommand
(BlockUtilTest plugin, String name, String description, String usageMessage, List<String> aliases) -
Method Summary
Methods inherited from class org.bukkit.command.Command
broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
Field Details
-
plugin
-
-
Constructor Details
-
BlockCommand
-
BlockCommand
-
-
Method Details
-
execute
-
execute
- Specified by:
execute
in classorg.bukkit.command.Command
-