Class AnimationCodecs
java.lang.Object
io.github.vampirestudios.vampirelib.client.AnimationCodecs
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<net.minecraft.client.animation.AnimationChannel>static final com.mojang.serialization.Codec<net.minecraft.client.animation.AnimationDefinition>static final com.mojang.serialization.Codec<net.minecraft.client.animation.AnimationChannel.Interpolation>static final com.mojang.serialization.Codec<net.minecraft.client.animation.Keyframe>static final com.mojang.serialization.Codec<net.minecraft.client.animation.AnimationChannel.Target> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TARGET_CODEC
public static final com.mojang.serialization.Codec<net.minecraft.client.animation.AnimationChannel.Target> TARGET_CODEC -
INTERPOLATION_CODEC
public static final com.mojang.serialization.Codec<net.minecraft.client.animation.AnimationChannel.Interpolation> INTERPOLATION_CODEC -
KEYFRAME_CODEC
public static final com.mojang.serialization.Codec<net.minecraft.client.animation.Keyframe> KEYFRAME_CODEC -
ANIMATION_CHANNEL_CODEC
public static final com.mojang.serialization.Codec<net.minecraft.client.animation.AnimationChannel> ANIMATION_CHANNEL_CODEC -
ANIMATION_DEFINITION_CODEC
public static final com.mojang.serialization.Codec<net.minecraft.client.animation.AnimationDefinition> ANIMATION_DEFINITION_CODEC
-
-
Constructor Details
-
AnimationCodecs
public AnimationCodecs()
-