public class TradeEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
buying |
float |
chance |
int |
id |
int |
max |
int |
min |
| Constructor and Description |
|---|
TradeEntry(int id,
float chance,
boolean buying) |
TradeEntry(int id,
float chance,
boolean buying,
int min,
int max) |