Uses of Record Class
net.minecraft.client.animation.AnimationChannel
Packages that use AnimationChannel
-
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 p_232280_, AnimationChannel p_232281_) 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.