Interface Unit

All Superinterfaces:
Cloneable
All Known Implementing Classes:
ItemType

public interface Unit extends Cloneable
  • Method Details

    • getAmount

      int getAmount()
    • setAmount

      void setAmount(double amount)
    • toString

      String toString()
      Overrides:
      toString in class Object
    • toString

      String toString(int flags)
    • clone

      Unit clone()