Interface Unit

All Superinterfaces:
Cloneable
All Known Implementing Classes:
ItemType

public interface Unit extends Cloneable
  • Method Details Link icon

    • getAmount Link icon

      int getAmount()
    • setAmount Link icon

      void setAmount(double amount)
    • toString Link icon

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

      String toString(int flags)
    • clone Link icon

      Unit clone()