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.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.Methods in net.minecraft.client.animation that return AnimationChannel.TargetModifier and TypeMethodDescriptionAnimationChannel.target()
Returns the value of thetarget
record component.Constructors in net.minecraft.client.animation with parameters of type AnimationChannel.TargetModifierConstructorDescriptionAnimationChannel
(AnimationChannel.Target target, Keyframe... keyframes) Creates an instance of aAnimationChannel
record class.