MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.world
Package-level
declarations
Types
Types
Fishing
World
Id
Link copied to clipboard
@
Serializable
(
with
=
FishingWorldIdSerializer::class
)
class
FishingWorldId
(
val
value
:
String
)
ワールドのIDを表すクラス
Location
Link copied to clipboard
@
Serializable
data
class
Location
(
val
worldId
:
FishingWorldId
,
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
,
val
yaw
:
Double
,
val
pitch
:
Double
)
LocationDataクラスは、位置情報を表すデータクラスです。
Spot
Link copied to clipboard
@
Serializable
data
class
Spot
(
val
location
:
Location
,
val
radius
:
Double
)
位置と半径を表すデータクラス
Weather
Type
Link copied to clipboard
enum
WeatherType
:
Enum
<
WeatherType
>
天候の種類を表す列挙型