|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.TradeEntry
public class TradeEntry
Compatibility class for ModLoader -- do not use
| Field Summary | |
|---|---|
boolean |
buying
|
float |
chance
|
int |
id
|
int |
max
|
int |
min
|
| Constructor Summary | |
|---|---|
TradeEntry(int id,
float chance,
boolean buying)
|
|
TradeEntry(int id,
float chance,
boolean buying,
int min,
int max)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int id
public float chance
public boolean buying
public int min
public int max
| Constructor Detail |
|---|
public TradeEntry(int id,
float chance,
boolean buying,
int min,
int max)
public TradeEntry(int id,
float chance,
boolean buying)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||