public static class CustomColor.Builder extends Object
CustomColor.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IGuiColor |
build() |
<T extends Serializable> |
with(IColorField<T> field,
T value)
Adss the given field to the custom color.
|
public IGuiColor build()
public <T extends Serializable> CustomColor.Builder with(IColorField<T> field, T value)
T - Type of the field value.field - A field to support.value - The value of the field.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.