Enum Class GrowingComponent

java.lang.Object
java.lang.Enum<GrowingComponent>
mcp.mobius.waila.api.component.GrowingComponent
All Implemented Interfaces:
Serializable, Comparable<GrowingComponent>, Constable, ITooltipComponent, ITooltipComponent.HorizontalGrowing

@ClientOnly public enum GrowingComponent extends Enum<GrowingComponent> implements ITooltipComponent.HorizontalGrowing
Component that will grow in size relative to overall tooltip width.

The size in which the component will grow is calculated by dividing the available space with how much GrowingComponents are in a line.