public class WeightedRandomItem extends 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 |
---|
WeightedRandomItem(int par1) |