SybSafetyFirst
Toggle table of contents
unknown
jvm
Platform filter
jvm
Switch theme
Search in API
SybSafetyFirst
SybSafetyFirst
/
com.sybsuper.sybsafetyfirst.modules
/
BadAirCaves
/
GasCloud
Gas
Cloud
class
GasCloud
(
val
center
:
Location
,
val
points
:
MutableList
<
BadAirCaves.GasCloudPoint
>
=
mutableListOf()
)
Members
Constructors
Gas
Cloud
Link copied to clipboard
constructor
(
center
:
Location
,
points
:
MutableList
<
BadAirCaves.GasCloudPoint
>
=
mutableListOf()
)
Properties
center
Link copied to clipboard
val
center
:
Location
points
Link copied to clipboard
val
points
:
MutableList
<
BadAirCaves.GasCloudPoint
>
queue
Link copied to clipboard
val
queue
:
ArrayDeque
<
BadAirCaves.GasCloudPoint
>
Functions
init
Link copied to clipboard
fun
init
(
module
:
BadAirCaves
)
:
<Error class: unknown class>
spread
Link copied to clipboard
fun
spread
(
module
:
BadAirCaves
)