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