Class VanillaCommand

java.lang.Object
org.bukkit.command.Command
org.bukkit.command.defaults.VanillaCommand

@Deprecated public abstract class VanillaCommand extends Command
Deprecated.
  • Constructor Details

    • VanillaCommand

      protected VanillaCommand(String name)
      Deprecated.
    • VanillaCommand

      protected VanillaCommand(String name, String description, String usageMessage, List<String> aliases)
      Deprecated.
  • Method Details

    • matches

      public boolean matches(String input)
      Deprecated.
    • getInteger

      protected int getInteger(CommandSender sender, String value, int min)
      Deprecated.
    • getRelativeDouble

      public static double getRelativeDouble(double original, CommandSender sender, String input)
      Deprecated.
    • getDouble

      public static double getDouble(CommandSender sender, String input)
      Deprecated.
    • getDouble

      public static double getDouble(CommandSender sender, String input, double min, double max)
      Deprecated.