Interface StatValue


public interface StatValue
A base interface for a value of a stat that is displayed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    display(Table table)
    This method should provide all elements necessary to display this stat to the specified table.
  • Method Details

    • display

      void display(Table table)
      This method should provide all elements necessary to display this stat to the specified table. For example, a stat that is just text would add a label to the table.