Uses of Interface
net.minecraft.client.animation.AnimationChannel.Target
Package
Description
-
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. -
Uses of AnimationChannel.Target in net.neoforged.neoforge.client.entity.animation
Modifier and TypeFieldDescriptionprivate final AnimationChannel.Target
AnimationTarget.channelTarget
The field for thechannelTarget
record component.Modifier and TypeMethodDescriptionAnimationTarget.channelTarget()
Returns the value of thechannelTarget
record component.ModifierConstructorDescriptionAnimationTarget
(AnimationChannel.Target channelTarget, AnimationKeyframeTarget keyframeTarget, AnimationKeyframeTarget inverseKeyframeTarget) Creates an instance of aAnimationTarget
record class. -
Uses of AnimationChannel.Target in net.neoforged.neoforge.client.entity.animation.json
Modifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap
<AnimationChannel.Target, AnimationTarget> AnimationTypeManager.TARGETS_BY_CHANNEL_TARGET
Modifier and TypeMethodDescriptionstatic @Nullable AnimationTarget
AnimationTypeManager.getTargetFromChannelTarget
(AnimationChannel.Target target) Gets the fullAnimationTarget
from itschannelTarget
.