Class MapleGachaponItem
java.lang.Object
server.Gachapon.MapleGachaponItem
-
Constructor Summary
ConstructorsConstructorDescriptionMapleGachaponItem(int itemId, int quantity, int remainingQuantity, int minQuantity, int maxQuantity, int chance, int smegaType, int gachaponType) -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintvoidsetRemainingQuantity(int remainingQuantity)
-
Constructor Details
-
MapleGachaponItem
public MapleGachaponItem(int itemId, int quantity, int remainingQuantity, int minQuantity, int maxQuantity, int chance, int smegaType, int gachaponType)
-
-
Method Details
-
getItemId
public int getItemId() -
getQuantity
public int getQuantity() -
getRemainingQuantity
public int getRemainingQuantity() -
setRemainingQuantity
public void setRemainingQuantity(int remainingQuantity) -
getMinQuantity
public int getMinQuantity() -
getMaxQuantity
public int getMaxQuantity() -
getChance
public int getChance() -
getSmegaType
public int getSmegaType() -
getGachaponType
public int getGachaponType()
-