Class TextureMetaGenerator.Builder
java.lang.Object
dev.lukebemish.dynamicassetgenerator.api.client.generators.TextureMetaGenerator.Builder
- Enclosing class:
TextureMetaGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Set the animation data to use.setOutputLocation(net.minecraft.resources.ResourceLocation outputLocation) Set the location to output the generated.mcmetafile to, without the"textures/"prefix or file extension.setSources(List<net.minecraft.resources.ResourceLocation> sources) Set the list of textures, without their"textures/"prefix or file extension, to combine.Set the texture data to use.Set the villager data to use.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setAnimation
Set the animation data to use. -
setVillager
Set the villager data to use. -
setTexture
Set the texture data to use. -
setOutputLocation
public TextureMetaGenerator.Builder setOutputLocation(net.minecraft.resources.ResourceLocation outputLocation) Set the location to output the generated.mcmetafile to, without the"textures/"prefix or file extension. -
setSources
public TextureMetaGenerator.Builder setSources(List<net.minecraft.resources.ResourceLocation> sources) Set the list of textures, without their"textures/"prefix or file extension, to combine. -
build
-