ImprovedFactions
Toggle table of contents
2.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.commands
/
CommandProcessResult
Command
Process
Result
data
class
CommandProcessResult
(
val
responseLocalizationKey
:
LocalizationKey
,
val
args
:
Map
<
String
,
String
>
,
val
deferred
:
Boolean
=
false
)
Members
Constructors
Command
Process
Result
Link copied to clipboard
constructor
(
responseLocalizationKey
:
LocalizationKey
,
args
:
Map
<
String
,
String
>
,
deferred
:
Boolean
=
false
)
Properties
args
Link copied to clipboard
val
args
:
Map
<
String
,
String
>
deferred
Link copied to clipboard
val
deferred
:
Boolean
response
Localization
Key
Link copied to clipboard
val
responseLocalizationKey
:
LocalizationKey