Class MaskSource.Builder
java.lang.Object
dev.lukebemish.dynamicassetgenerator.api.client.generators.texsources.MaskSource.Builder
- Enclosing class:
MaskSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the input texture.Sets the mask texture; the alpha of the input texture will be multiplied by the alpha of this texture.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setInput
Sets the input texture. -
setMask
Sets the mask texture; the alpha of the input texture will be multiplied by the alpha of this texture. -
build
-