Interface ValueComponent<V>
- All Superinterfaces:
BuildableComponent<ValueComponent<V>,,ValueComponent.Builder<V>> Component,ComponentLike
public interface ValueComponent<V>
extends BuildableComponent<ValueComponent<V>,ValueComponent.Builder<V>>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetValue()static <V> ValueComponent.Builder<V>value()static <V> ValueComponent<V>value(V value) static <V> ValueComponent<V>value(V value, ComponentColor textColor) static <V> ValueComponent<V>value(V value, ComponentStyle style) Methods inherited from interface com.xpdustry.distributor.api.component.BuildableComponent
toBuilderMethods inherited from interface com.xpdustry.distributor.api.component.Component
append, asComponent, compress, getStyle
-
Method Details
-
value
-
value
-
value
-
value
-
getValue
V getValue()
-