CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.executors.ExecutionInfo< Sender, WrapperType > Interface Template Reference

This interface represents an ExecutionInfo for a command. More...

Public Member Functions

Sender sender ()
 
WrapperType senderWrapper ()
 This is not intended for public use and is only used internally. More...
 
CommandArguments args ()
 

Detailed Description

This interface represents an ExecutionInfo for a command.

It provides the sender of a command, as well as it's arguments

Parameters
<Sender>The type of the sender of a command this ExecutionInfo belongs to

Member Function Documentation

◆ args()

Returns
The arguments of this command

◆ sender()

Sender dev.jorel.commandapi.executors.ExecutionInfo< Sender, WrapperType >.sender ( )
Returns
The sender of this command

◆ senderWrapper()

WrapperType dev.jorel.commandapi.executors.ExecutionInfo< Sender, WrapperType >.senderWrapper ( )

This is not intended for public use and is only used internally.

The ExecutionInfo#sender() method should be used instead!

Returns
The wrapper type of this command