Uses of Record Class
net.minecraft.client.animation.AnimationChannel
-
Uses of AnimationChannel in net.minecraft.client.animation
Modifier and TypeFieldDescriptionprivate final Map<String,
List<AnimationChannel>> AnimationDefinition.Builder.animationByBone
private final Map<String,
List<AnimationChannel>> AnimationDefinition.boneAnimations
The field for theboneAnimations
record component.Modifier and TypeMethodDescriptionAnimationDefinition.boneAnimations()
Returns the value of theboneAnimations
record component.Modifier and TypeMethodDescriptionAnimationDefinition.Builder.addAnimation
(String p_232280_, AnimationChannel p_232281_) ModifierConstructorDescriptionAnimationDefinition
(float lengthInSeconds, boolean looping, Map<String, List<AnimationChannel>> boneAnimations) Creates an instance of aAnimationDefinition
record class.