Class Commands.GenerateItem

java.lang.Object
co.aikar.commands.BaseCommand
io.github.sefiraat.slimetinker.commands.Commands.GenerateItem
Enclosing class:
Commands

public class Commands.GenerateItem extends co.aikar.commands.BaseCommand
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    armour(org.bukkit.command.CommandSender sender, String type, String plateMat, String gambesonMat, String linksMat)
     
    void
    tool(org.bukkit.command.CommandSender sender, String type, String headMat, String binderMat, String rodMat)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GenerateItem

      public GenerateItem()
  • Method Details

    • armour

      public void armour(org.bukkit.command.CommandSender sender, String type, String plateMat, String gambesonMat, String linksMat)
    • tool

      public void tool(org.bukkit.command.CommandSender sender, String type, String headMat, String binderMat, String rodMat)