Class ShopItem


  • public final class ShopItem
    extends java.lang.Object
    Immutable open-shop slot snapshot.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()  
      java.lang.String getName()  
      int getQuantity()  
      int getSlot()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

        public int getId()
      • getQuantity

        public int getQuantity()
      • getSlot

        public int getSlot()
      • getName

        public java.lang.String getName()