avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.application
/
SubmitCaptureChoiceCommand
Submit
Capture
Choice
Command
data
class
SubmitCaptureChoiceCommand
(
val
playerId
:
String
,
val
ballItemId
:
String
,
val
sourceUnitId
:
String
?
=
null
,
val
targetId
:
String
,
val
priority
:
Int
?
=
null
,
val
speed
:
Int
?
=
null
)
智能捕捉命令。
Members
Constructors
Submit
Capture
Choice
Command
Link copied to clipboard
constructor
(
playerId
:
String
,
ballItemId
:
String
,
sourceUnitId
:
String
?
=
null
,
targetId
:
String
,
priority
:
Int
?
=
null
,
speed
:
Int
?
=
null
)
Properties
ball
Item
Id
Link copied to clipboard
val
ballItemId
:
String
player
Id
Link copied to clipboard
val
playerId
:
String
priority
Link copied to clipboard
val
priority
:
Int
?
source
Unit
Id
Link copied to clipboard
val
sourceUnitId
:
String
?
speed
Link copied to clipboard
val
speed
:
Int
?
target
Id
Link copied to clipboard
val
targetId
:
String