SybSafetyFirst
Toggle table of contents
unknown
jvm
Platform filter
jvm
Switch theme
Search in API
SybSafetyFirst
SybSafetyFirst
/
com.sybsuper.sybsafetyfirst.modules
/
LightningFires
Lightning
Fires
class
LightningFires
:
Module
Members
Constructors
Lightning
Fires
Link copied to clipboard
constructor
(
)
Types
Lightning
Fires
Options
Link copied to clipboard
@
Serializable
data
class
LightningFiresOptions
(
var
enabled
:
Boolean
=
true
,
var
amountOfFires
:
Int
=
100
,
var
velocity
:
Double
=
0.66
)
:
ModuleOptions
Properties
description
Link copied to clipboard
open
override
val
description
:
String
id
Link copied to clipboard
open
val
id
:
String
name
Link copied to clipboard
open
val
name
:
String
options
Link copied to clipboard
open
override
var
options
:
ModuleOptions
type
Safe
Options
Link copied to clipboard
val
typeSafeOptions
:
LightningFires.LightningFiresOptions
Functions
current
Enabled
Instance
Link copied to clipboard
open
fun
currentEnabledInstance
(
)
:
Module
?
on
Link copied to clipboard
fun
on
(
event
:
LightningStrikeEvent
)
on
Disable
Link copied to clipboard
open
fun
onDisable
(
)
Called when the module is disabled.
on
Enable
Link copied to clipboard
open
fun
onEnable
(
)
Called when the module is enabled.