NumberProvider
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.
import crafttweaker.api.loot.NumberProvider;
Static Methods
Return Type: NumberProvider
NumberProvider.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 |
Return Type: NumberProvider
NumberProvider.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 |
Return Type: NumberProvider
NumberProvider.exactly(value as float) as NumberProvider
Parameter | Type | Description |
---|---|---|
Parameter value | Type float | Description No Description Provided |
Return Type: NumberProvider
NumberProvider.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 |