Class MapleGachaponItem

java.lang.Object
server.Gachapon.MapleGachaponItem

public class MapleGachaponItem extends Object
  • 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()