|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.core.interfaces.ShopKeeper.ShopPrice
public static class ShopKeeper.ShopPrice
This class represents a given price for a given item in the shopkeepers inventory. It is usually calculated for a given buyer.
| Field Summary | |
|---|---|
double |
absoluteGoldPrice
the price of the item in base currency gold |
int |
experiencePrice
the number of experience points required to purchase the item |
int |
questPointPrice
the number of quest points required to purchase the item |
| Constructor Summary | |
|---|---|
ShopKeeper.ShopPrice()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double absoluteGoldPrice
public int experiencePrice
public int questPointPrice
| Constructor Detail |
|---|
public ShopKeeper.ShopPrice()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||