Class EvCommand

java.lang.Object
net.evmodder.EvLib.EvCommand
All Implemented Interfaces:
CommandExecutor, TabCompleter, TabExecutor

public abstract class EvCommand extends Object implements TabExecutor
Base class for implementing plugin commands
  • Constructor Details

    • EvCommand

      public EvCommand(JavaPlugin pl, boolean enabled)
    • EvCommand

      public EvCommand(JavaPlugin pl)
  • Method Details