Interface Context

  • All Known Implementing Classes:
    ContextImpl

    @NonExtendable
    public interface Context
    Command context.
    • Method Detail

      • getSender

        @NotNull
        @NotNull ChatUser getSender()
        Get command sender.
        Returns:
        command sender.
      • getChameleon

        @NotNull
        @NotNull Chameleon getChameleon()
        Get Chameleon implementation.
        Returns:
        Chameleon implementation.
      • getArgs

        @NotNull
        @NotNull String[] getArgs()
        Get command arguments.
        Returns:
        command arguments.