Uses of Interface
net.minecraft.client.animation.AnimationChannel.Target
Packages that use AnimationChannel.Target
-
Uses of AnimationChannel.Target in net.minecraft.client.animation
Fields in net.minecraft.client.animation declared as AnimationChannel.TargetModifier and TypeFieldDescriptionstatic final AnimationChannel.TargetAnimationChannel.Targets.POSITIONstatic final AnimationChannel.TargetAnimationChannel.Targets.ROTATIONstatic final AnimationChannel.TargetAnimationChannel.Targets.SCALEprivate final AnimationChannel.TargetAnimationChannel.targetThe field for thetargetrecord component.Methods in net.minecraft.client.animation that return AnimationChannel.TargetModifier and TypeMethodDescriptionAnimationChannel.target()Returns the value of thetargetrecord component.Constructors in net.minecraft.client.animation with parameters of type AnimationChannel.TargetModifierConstructorDescriptionAnimationChannel(AnimationChannel.Target target, Keyframe... keyframes) Creates an instance of aAnimationChannelrecord class.