public static class WeightedRandom.Item
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
itemWeight
The Weight is how often the item is chosen(higher number is higher chance(lower is lower))
|
| Constructor and Description |
|---|
Item(int itemWeightIn) |