MoripaFishing
Toggle table of contents
VersionPlaceholder
jvm
Platform filter
jvm
Switch theme
Search in API
MoripaFishing
api
/
party.morino.moripafishing.api.model.world
/
Location
Location
@
Serializable
data
class
Location
(
val
worldId
:
FishingWorldId
,
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
,
val
yaw
:
Double
,
val
pitch
:
Double
)
LocationDataクラスは、位置情報を表すデータクラスです。
Parameters
x
位置のX座標
y
位置のY座標
z
位置のZ座標
yaw
位置のヨー角
pitch
位置のピッチ角
Members
Constructors
Location
Link copied to clipboard
constructor
(
worldId
:
FishingWorldId
,
x
:
Double
,
y
:
Double
,
z
:
Double
,
yaw
:
Double
,
pitch
:
Double
)
Properties
pitch
Link copied to clipboard
val
pitch
:
Double
world
Id
Link copied to clipboard
val
worldId
:
FishingWorldId
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
yaw
Link copied to clipboard
val
yaw
:
Double
z
Link copied to clipboard
val
z
:
Double