SybSafetyFirst
Toggle table of contents
unknown
jvm
Platform filter
jvm
Switch theme
Search in API
SybSafetyFirst
SybSafetyFirst
/
com.sybsuper.sybsafetyfirst.modules
/
PlayerZombies
Player
Zombies
class
PlayerZombies
:
Module
Members
Constructors
Player
Zombies
Link copied to clipboard
constructor
(
)
Types
Player
Zombies
Options
Link copied to clipboard
@
Serializable
data
class
PlayerZombiesOptions
(
var
enabled
:
Boolean
=
true
,
var
zombieVillager
:
Boolean
=
true
,
var
babyChance
:
Float
=
0.1f
,
var
dropEquipmentChance
:
Float
=
0.66f
)
:
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
:
PlayerDeathEvent
)
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.