Package 

Class Command

  • All Implemented Interfaces:

    
    public abstract class Command<T extends Object>
    
                        

    An Command used for FlyLib

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Command(String name)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit execute(CommandContext<T> $self) The block that executes the command.
      • Methods inherited from class java.lang.Object

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

      • Command

        Command(String name)
    • Method Detail

      • execute

         Unit execute(CommandContext<T> $self)

        The block that executes the command. The default is to display help for that command.