Class CutoffMask.Builder
java.lang.Object
dev.lukebemish.dynamicassetgenerator.api.client.generators.texsources.mask.CutoffMask.Builder
- Enclosing class:
CutoffMask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setChannel(Channel channel) Sets the channel to inspect.setCutoff(int cutoff) Sets the cutoff value for the channel.Sets the input texture.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setChannel
Sets the channel to inspect. -
setSource
Sets the input texture. -
setCutoff
Sets the cutoff value for the channel. Should be between 0 and 255. -
build
-