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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleCreateScreen(org.bukkit.entity.Player player)voidhandleDebugScreenAlphaBench(org.bukkit.entity.Player player, int id, float a)voidhandleDebugScreenComposite(org.bukkit.entity.Player player, int id, float a)voidhandleDebugScreenEllipse(org.bukkit.entity.Player player, int id)voidhandleDebugScreenRoundRect(org.bukkit.entity.Player player, int id)voidhandleInfo(org.bukkit.entity.Player player, int id)voidhandleListScreens(org.bukkit.entity.Player player)voidhandleOldCreateScreen(org.bukkit.entity.Player player)voidhandleRemoveScreen(org.bukkit.entity.Player player, int id)voidhandleTestScreen(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)
-