Class ItemMakerFactory.GemCreateEntry
java.lang.Object
server.ItemMakerFactory.GemCreateEntry
- Enclosing class:
ItemMakerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddRandomReward(int itemId, int prob) protected voidaddReqRecipe(int itemId, int count) intgetCost()intintint
-
Constructor Details
-
GemCreateEntry
public GemCreateEntry(int cost, int reqLevel, int reqMakerLevel, int quantity)
-
-
Method Details
-
getRewardAmount
public int getRewardAmount() -
getRandomReward
-
getReqRecipes
-
getReqLevel
public int getReqLevel() -
getReqSkillLevel
public int getReqSkillLevel() -
getCost
public int getCost() -
addRandomReward
protected void addRandomReward(int itemId, int prob) -
addReqRecipe
protected void addReqRecipe(int itemId, int count)
-