Preparing search index...
The search index is not available
lazuli-mc - v1.10.0
lazuli-mc
utils
WeightChanceData
Interface WeightChanceData
The event and weight data for
withWeightChance
.
interface
WeightChanceData
{
event
?:
(
(
)
=>
void
)
;
weight
:
number
;
}
Index
Properties
event?
weight
Properties
Optional
event
event
?:
(
(
)
=>
void
)
The event.
weight
weight
:
number
The weight to teigger the event.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
event
weight
lazuli-mc - v1.10.0
Loading...
The event and weight data for withWeightChance.