SybSafetyFirst
Toggle table of contents
unknown
jvm
Platform filter
jvm
Switch theme
Search in API
SybSafetyFirst
SybSafetyFirst
/
com.sybsuper.sybsafetyfirst.modules
/
Wildfire
Wildfire
class
Wildfire
:
Module
Members
Constructors
Wildfire
Link copied to clipboard
constructor
(
)
Types
Wildfire
Options
Link copied to clipboard
@
Serializable
data
class
WildfireOptions
(
var
enabled
:
Boolean
=
true
,
var
fireSpreadChance
:
Double
=
0.5
,
var
jumpVelocity
:
Double
=
0.4
,
var
amountOfFires
:
Int
=
2
)
:
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
:
<Error class: unknown class>
Functions
current
Enabled
Instance
Link copied to clipboard
open
fun
currentEnabledInstance
(
)
:
Module
?
on
Link copied to clipboard
fun
on
(
event
:
BlockSpreadEvent
)
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.