Uses of Record Class
net.minecraft.client.animation.AnimationChannel
Packages that use AnimationChannel
Package
Description
-
Uses of AnimationChannel in net.minecraft.client.animation
Fields in net.minecraft.client.animation with type parameters of type AnimationChannelModifier and TypeFieldDescriptionprivate final Map<String, List<AnimationChannel>> AnimationDefinition.Builder.animationByBoneprivate final Map<String, List<AnimationChannel>> AnimationDefinition.boneAnimationsThe field for theboneAnimationsrecord component.Methods in net.minecraft.client.animation that return types with arguments of type AnimationChannelModifier and TypeMethodDescriptionAnimationDefinition.boneAnimations()Returns the value of theboneAnimationsrecord component.Methods in net.minecraft.client.animation with parameters of type AnimationChannelModifier and TypeMethodDescriptionAnimationDefinition.Builder.addAnimation(String bone, AnimationChannel animationChannel) Constructor parameters in net.minecraft.client.animation with type arguments of type AnimationChannelModifierConstructorDescriptionAnimationDefinition(float lengthInSeconds, boolean looping, Map<String, List<AnimationChannel>> boneAnimations) Creates an instance of aAnimationDefinitionrecord class. -
Uses of AnimationChannel in net.neoforged.neoforge.client.entity.animation.json
Fields in net.neoforged.neoforge.client.entity.animation.json with type parameters of type AnimationChannelModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<AnimationChannel> AnimationParser.CHANNEL_CODEC{ "keyframes": [ { "timestamp": 0.5, "target": [22.5, 0.0, 0.0], "interpolation": "minecraft:linear" } ], "target": "minecraft:rotation" }private static final com.mojang.serialization.Codec<it.unimi.dsi.fastutil.Pair<String, AnimationChannel>> AnimationParser.NAMED_CHANNEL_CODEC{ "bone": "head", "keyframes": [ { "timestamp": 0.5, "target": [22.5, 0.0, 0.0], "interpolation": "minecraft:linear" } ], "target": "minecraft:rotation" }