Interface CommandSource

All Superinterfaces:
Messageable, Source
All Known Subinterfaces:
ConsoleSource, LivePlayer

public interface CommandSource extends Source, Messageable
  • Method Details

    • sudo

      boolean sudo(String wholeCommand)
    • sudo

      default boolean sudo(String... args)