NumberProvider
Link to numberprovider
Importing the class
Link to importing-the-class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.loot.NumberProvider;
Static Methods
Link to static-methods
Name: between
Return Type: NumberProvider
ZenScript CopyNumberProvider.between(min as float, max as float) as NumberProvider
Parameter | Type | Description |
---|---|---|
Parameter min | Type float | Description No Description Provided |
Parameter max | Type float | Description No Description Provided |
Name: binomial
Return Type: NumberProvider
ZenScript CopyNumberProvider.binomial(n as int, p as int) as NumberProvider
Parameter | Type | Description |
---|---|---|
Parameter n | Type int | Description No Description Provided |
Parameter p | Type int | Description No Description Provided |
Name: exactly
Return Type: NumberProvider
ZenScript CopyNumberProvider.exactly(value as float) as NumberProvider
Parameter | Type | Description |
---|---|---|
Parameter value | Type float | Description No Description Provided |
Name: scoreboard
Return Type: NumberProvider
ZenScript CopyNumberProvider.scoreboard(target as EntityTarget, score as string, scale as float) as NumberProvider
Parameter | Type | Description | Optional | DefaultValue |
---|---|---|---|---|
Parameter target | Type EntityTarget | Description No Description Provided | Optional false | DefaultValue |
Parameter score | Type string | Description No Description Provided | Optional false | DefaultValue |
Parameter scale | Type float | Description No Description Provided | Optional true | DefaultValue 1.0 |