public class ResourceDrop
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
float |
chance |
float |
chanceMax |
int |
item |
int |
max |
int |
min |
| Constructor and Description |
|---|
ResourceDrop(int item,
int min,
int max,
float chance,
float chanceMax) |
| Modifier and Type | Method and Description |
|---|---|
float |
Chance() |