Class TextureMetaGenerator.AnimationGenerator
java.lang.Object
dev.lukebemish.dynamicassetgenerator.api.client.generators.TextureMetaGenerator.AnimationGenerator
- All Implemented Interfaces:
TextureMetaGenerator.MetaSection
- Enclosing class:
TextureMetaGenerator
public static class TextureMetaGenerator.AnimationGenerator
extends Object
implements TextureMetaGenerator.MetaSection
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<TextureMetaGenerator.AnimationGenerator> -
Method Summary
-
Field Details
-
CODEC
-
-
Method Details
-
getFrametime
-
getWidth
-
getHeight
-
getInterpolate
-
apply
public @Nullable com.google.gson.JsonObject apply(List<com.mojang.datafixers.util.Pair<net.minecraft.resources.ResourceLocation, com.google.gson.JsonObject>> originals) - Specified by:
applyin interfaceTextureMetaGenerator.MetaSection
-