public class Level
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
MFFloat |
amount
Amount of this entry.
|
java.lang.String |
components
Amount of this entry.
|
MFFloat |
price
Price of this entry.
|
byte |
source
A bitmask that provides hints regarding what data was used to
produce this entry (vanilla market entry, or
enhanced).
|
| Constructor and Description |
|---|
Level(Level l) |
Level(MFFloat p,
MFFloat a) |
Level(MFFloat p,
MFFloat a,
java.lang.String c) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public MFFloat price
public MFFloat amount
public byte source
public java.lang.String components
public Level(Level l)