avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-service
/
io.github.lishangbu.avalon.game.battle.api
/
SmartCaptureChoiceRequest
Smart
Capture
Choice
Request
data
class
SmartCaptureChoiceRequest
(
val
playerId
:
String
,
val
ballItemId
:
String
,
val
sourceUnitId
:
String
?
=
null
,
val
targetId
:
String
,
val
priority
:
Int
?
=
null
,
val
speed
:
Int
?
=
null
)
面向前端的智能捕捉请求。
Members
Constructors
Smart
Capture
Choice
Request
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