Class SetBlockCommand
java.lang.Object
org.bukkit.command.Command
io.github.projectunified.blockutil.test.command.BlockCommand
io.github.projectunified.blockutil.test.command.SetBlockCommand
-
Field Summary
Fields inherited from class io.github.projectunified.blockutil.test.command.BlockCommand
plugin
Fields inherited from class org.bukkit.command.Command
description, timings, usageMessage
-
Constructor Summary
-
Method Summary
Methods inherited from class io.github.projectunified.blockutil.test.command.BlockCommand
execute
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, testPermission, testPermissionSilent, toString, unregister
-
Constructor Details
-
SetBlockCommand
-
-
Method Details
-
execute
protected boolean execute(org.bukkit.entity.Player player, org.bukkit.Location pos1, org.bukkit.Location pos2, String label, String... args) - Specified by:
execute
in classBlockCommand
-
tabComplete
public List<String> tabComplete(org.bukkit.command.CommandSender sender, String alias, String[] args) throws IllegalArgumentException - Overrides:
tabComplete
in classorg.bukkit.command.Command
- Throws:
IllegalArgumentException
-