Package mindustry.world.meta
Interface StatValue
public interface StatValue
A base interface for a value of a stat that is displayed.
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddisplay(arc.scene.ui.layout.Table table) This method should provide all elements necessary to display this stat to the specified table. 
- 
Method Details
- 
display
void display(arc.scene.ui.layout.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. 
 -