Class FallbackSource.Builder
java.lang.Object
dev.lukebemish.dynamicassetgenerator.api.client.generators.texsources.FallbackSource.Builder
- Enclosing class:
FallbackSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setFallback(TexSource fallback) Sets the texture to use if the original cannot be constructed.setOriginal(TexSource original) Sets the original texture to use.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setOriginal
Sets the original texture to use. -
setFallback
Sets the texture to use if the original cannot be constructed. -
build
-