Package dev.cerus.maps.plugin.command
Class MapsCommand
java.lang.Object
co.aikar.commands.BaseCommand
dev.cerus.maps.plugin.command.MapsCommand
public class MapsCommand
extends co.aikar.commands.BaseCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleCreateScreen(org.bukkit.entity.Player player)
void
handleDebugScreenAlphaBench(org.bukkit.entity.Player player, int id, float a)
void
handleDebugScreenComposite(org.bukkit.entity.Player player, int id, float a)
void
handleDebugScreenEllipse(org.bukkit.entity.Player player, int id)
void
handleDebugScreenRoundRect(org.bukkit.entity.Player player, int id)
void
handleInfo(org.bukkit.entity.Player player, int id)
void
handleListScreens(org.bukkit.entity.Player player)
void
handleOldCreateScreen(org.bukkit.entity.Player player)
void
handleRemoveScreen(org.bukkit.entity.Player player, int id)
void
handleTestScreen(org.bukkit.entity.Player player, int id)
Methods inherited from class co.aikar.commands.BaseCommand
canExecute, doHelp, doHelp, getCommandHelp, getContextFlags, getCurrentCommandIssuer, getCurrentCommandManager, getDefaultRegisteredCommand, getExceptionHandler, getExecCommandLabel, getExecSubcommand, getLastCommandOperationContext, getName, getOrigArgs, getRegisteredCommands, getRequiredPermissions, getSubCommands, hasPermission, hasPermission, help, help, requiresPermission, setContextFlags, setExceptionHandler, showCommandHelp, showSyntax, tabComplete, tabComplete
-
Constructor Details
-
MapsCommand
public MapsCommand()
-
-
Method Details
-
handleOldCreateScreen
public void handleOldCreateScreen(org.bukkit.entity.Player player) -
handleCreateScreen
public void handleCreateScreen(org.bukkit.entity.Player player) -
handleTestScreen
public void handleTestScreen(org.bukkit.entity.Player player, int id) -
handleDebugScreenRoundRect
public void handleDebugScreenRoundRect(org.bukkit.entity.Player player, int id) -
handleDebugScreenEllipse
public void handleDebugScreenEllipse(org.bukkit.entity.Player player, int id) -
handleDebugScreenComposite
public void handleDebugScreenComposite(org.bukkit.entity.Player player, int id, float a) -
handleDebugScreenAlphaBench
public void handleDebugScreenAlphaBench(org.bukkit.entity.Player player, int id, float a) -
handleRemoveScreen
public void handleRemoveScreen(org.bukkit.entity.Player player, int id) -
handleListScreens
public void handleListScreens(org.bukkit.entity.Player player) -
handleInfo
public void handleInfo(org.bukkit.entity.Player player, int id)
-