Interface Context
-
- All Known Implementing Classes:
ContextImpl
@NonExtendable public interface ContextCommand context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String[]getArgs()Get command arguments.@NotNull ChameleongetChameleon()Get Chameleon implementation.@NotNull ChatUsergetSender()Get command sender.
-
-
-
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.
-
-