Uses of Interface
net.minecraft.client.animation.AnimationChannel.Target
Packages that use AnimationChannel.Target
Package
Description
-
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. -
Uses of AnimationChannel.Target in net.neoforged.neoforge.client.entity.animation
Fields in net.neoforged.neoforge.client.entity.animation declared as AnimationChannel.TargetModifier and TypeFieldDescriptionprivate final AnimationChannel.Target
AnimationTarget.channelTarget
The field for thechannelTarget
record component.Methods in net.neoforged.neoforge.client.entity.animation that return AnimationChannel.TargetModifier and TypeMethodDescriptionAnimationTarget.channelTarget()
Returns the value of thechannelTarget
record component.Constructors in net.neoforged.neoforge.client.entity.animation with parameters of type AnimationChannel.TargetModifierConstructorDescriptionAnimationTarget
(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
Fields in net.neoforged.neoforge.client.entity.animation.json with type parameters of type AnimationChannel.TargetModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap
<AnimationChannel.Target, AnimationTarget> AnimationTypeManager.TARGETS_BY_CHANNEL_TARGET
Methods in net.neoforged.neoforge.client.entity.animation.json with parameters of type AnimationChannel.TargetModifier and TypeMethodDescriptionstatic @Nullable AnimationTarget
AnimationTypeManager.getTargetFromChannelTarget
(AnimationChannel.Target target) Gets the fullAnimationTarget
from itschannelTarget
.