Package mindustry.world.meta
Interface StatValue
public interface StatValue
A base interface for a value of a stat that is displayed.
-
Method Summary
-
Method Details
-
display
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.
-