Uses of Interface
net.neoforged.neoforge.client.entity.animation.AnimationKeyframeTarget
Packages that use AnimationKeyframeTarget
Package
Description
-
Uses of AnimationKeyframeTarget in net.neoforged.neoforge.client.entity.animation
Fields in net.neoforged.neoforge.client.entity.animation declared as AnimationKeyframeTargetModifier and TypeFieldDescriptionprivate final AnimationKeyframeTargetAnimationTarget.inverseKeyframeTargetThe field for theinverseKeyframeTargetrecord component.private final AnimationKeyframeTargetAnimationTarget.keyframeTargetThe field for thekeyframeTargetrecord component.Methods in net.neoforged.neoforge.client.entity.animation that return AnimationKeyframeTargetModifier and TypeMethodDescriptionAnimationTarget.inverseKeyframeTarget()Returns the value of theinverseKeyframeTargetrecord component.AnimationTarget.keyframeTarget()Returns the value of thekeyframeTargetrecord component.Constructors in net.neoforged.neoforge.client.entity.animation with parameters of type AnimationKeyframeTargetModifierConstructorDescriptionAnimationTarget(AnimationChannel.Target channelTarget, AnimationKeyframeTarget keyframeTarget, AnimationKeyframeTarget inverseKeyframeTarget) Creates an instance of aAnimationTargetrecord class. -
Uses of AnimationKeyframeTarget in net.neoforged.neoforge.client.entity.animation.json
Methods in net.neoforged.neoforge.client.entity.animation.json with parameters of type AnimationKeyframeTargetModifier and TypeMethodDescriptionprivate static UnaryOperator<Vector3f> AnimationParser.keyframeTargetToUnaryOp(AnimationKeyframeTarget target)