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.animationByBone
private final Map<String,
List<AnimationChannel>> AnimationDefinition.boneAnimations
The field for theboneAnimations
record component.Methods in net.minecraft.client.animation that return types with arguments of type AnimationChannelModifier and TypeMethodDescriptionAnimationDefinition.boneAnimations()
Returns the value of theboneAnimations
record 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 aAnimationDefinition
record class.