SybSafetyFirst
Toggle table of contents
unknown
jvm
Platform filter
jvm
Switch theme
Search in API
SybSafetyFirst
SybSafetyFirst
/
com.sybsuper.sybsafetyfirst.modules
/
BadAirCaves
/
GasCloudPoint
Gas
Cloud
Point
class
GasCloudPoint
(
val
location
:
Location
,
val
size
:
Float
,
val
createdAtTicks
:
Long
,
val
direction
:
Vector
)
Members
Constructors
Gas
Cloud
Point
Link copied to clipboard
constructor
(
location
:
Location
,
size
:
Float
,
createdAtTicks
:
Long
,
direction
:
Vector
)
Properties
created
At
Ticks
Link copied to clipboard
val
createdAtTicks
:
Long
direction
Link copied to clipboard
val
direction
:
Vector
location
Link copied to clipboard
val
location
:
Location
size
Link copied to clipboard
val
size
:
Float
Functions
is
In
Cloud
Link copied to clipboard
fun
isInCloud
(
location
:
Location
)
:
Boolean