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) |
public final int id
public float chance
public boolean buying
public int min
public int max
public TradeEntry(int id, float chance, boolean buying, int min, int max)
public TradeEntry(int id, float chance, boolean buying)