ImprovedFactions
Toggle table of contents
2.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.commands.arguments
/
ParsingContext
Parsing
Context
data
class
ParsingContext
(
val
sender
:
CommandSender
,
val
args
:
Array
<
String
>
,
val
argIndex
:
Int
,
val
variableKey
:
String
)
Members
Constructors
Parsing
Context
Link copied to clipboard
constructor
(
sender
:
CommandSender
,
args
:
Array
<
String
>
,
argIndex
:
Int
,
variableKey
:
String
)
Properties
arg
Link copied to clipboard
val
arg
:
String
arg
Index
Link copied to clipboard
val
argIndex
:
Int
args
Link copied to clipboard
val
args
:
Array
<
String
>
sender
Link copied to clipboard
val
sender
:
CommandSender
variable
Key
Link copied to clipboard
val
variableKey
:
String
Functions
player
Link copied to clipboard
fun
player
(
)
:
Player
?
resolve
Variable
Name
Link copied to clipboard
fun
resolveVariableName
(
)
:
String