Class AlphaValue.Builder
java.lang.Object
dev.wyck.environment.attribute.modifier.AlphaValue.Builder
- Enclosing interface:
AlphaValue
Builder for
AlphaValue.- Since:
- 3.2.0
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
value
Sets the value of the AlphaValue.- Parameters:
value- the value of the AlphaValue- Returns:
- this builder
- Since:
- 3.2.0
-
alpha
Sets the alpha value of the AlphaValue.- Parameters:
alpha- the alpha value of the AlphaValue- Returns:
- this builder
- Since:
- 3.2.0
-
build
Builds the AlphaValue.- Returns:
- the built AlphaValue
- Since:
- 3.2.0
-