Uses of Interface
net.minecraft.client.animation.AnimationChannel.Target
-
Uses of AnimationChannel.Target in net.minecraft.client.animation
Modifier and TypeFieldDescriptionstatic final AnimationChannel.Target
AnimationChannel.Targets.POSITION
static final AnimationChannel.Target
AnimationChannel.Targets.ROTATION
static final AnimationChannel.Target
AnimationChannel.Targets.SCALE
private final AnimationChannel.Target
AnimationChannel.target
The field for thetarget
record component.Modifier and TypeMethodDescriptionAnimationChannel.target()
Returns the value of thetarget
record component.ModifierConstructorDescriptionAnimationChannel
(AnimationChannel.Target target, Keyframe... keyframes) Creates an instance of aAnimationChannel
record class.