Package studio.magemonkey.codex.commands
Class UnstuckCommand<P extends CodexPlugin<P>>
java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<P>
studio.magemonkey.codex.commands.api.IGeneralCommand<P>
studio.magemonkey.codex.commands.UnstuckCommand<P>
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.event.Listener
public class UnstuckCommand<P extends CodexPlugin<P>>
extends IGeneralCommand<P>
implements org.bukkit.event.Listener
-
Field Summary
Fields inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
aliases, permission, plugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancelWarmup(org.bukkit.event.player.PlayerMoveEvent event) locToString(org.bukkit.Location loc) voidmove(org.bukkit.event.player.PlayerMoveEvent event) voidbooleanusage()Methods inherited from class studio.magemonkey.codex.commands.api.IGeneralCommand
addDefaultCommand, addSubCommand, clearSubCommands, getSubCommands, onCommand, onTabComplete, removeSubCommand
-
Constructor Details
-
UnstuckCommand
-
-
Method Details
-
playersOnly
public boolean playersOnly()- Specified by:
playersOnlyin classIAbstractCommand<P extends CodexPlugin<P>>
-
usage
- Specified by:
usagein classIAbstractCommand<P extends CodexPlugin<P>>
-
description
- Specified by:
descriptionin classIAbstractCommand<P extends CodexPlugin<P>>
-
perform
public void perform(@NotNull org.bukkit.command.CommandSender sender, @NotNull String label, @NotNull String[] args) - Specified by:
performin classIAbstractCommand<P extends CodexPlugin<P>>
-
cancelWarmup
public void cancelWarmup(org.bukkit.event.player.PlayerMoveEvent event) -
move
public void move(org.bukkit.event.player.PlayerMoveEvent event) -
locToString
-