Uses of Interface
net.minecraft.client.animation.AnimationChannel.Interpolation
Packages that use AnimationChannel.Interpolation
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of AnimationChannel.Interpolation in net.minecraft.client.animation
Fields in net.minecraft.client.animation declared as AnimationChannel.InterpolationModifier and TypeFieldDescriptionstatic final AnimationChannel.Interpolation
AnimationChannel.Interpolations.CATMULLROM
private final AnimationChannel.Interpolation
Keyframe.interpolation
The field for theinterpolation
record component.static final AnimationChannel.Interpolation
AnimationChannel.Interpolations.LINEAR
Methods in net.minecraft.client.animation that return AnimationChannel.InterpolationModifier and TypeMethodDescriptionKeyframe.interpolation()
Returns the value of theinterpolation
record component.Constructors in net.minecraft.client.animation with parameters of type AnimationChannel.InterpolationModifierConstructorDescriptionKeyframe
(float timestamp, org.joml.Vector3f target, AnimationChannel.Interpolation interpolation) Creates an instance of aKeyframe
record class. -
Uses of AnimationChannel.Interpolation in net.neoforged.neoforge.client.entity.animation.json
Fields in net.neoforged.neoforge.client.entity.animation.json with type parameters of type AnimationChannel.InterpolationModifier and TypeFieldDescriptionprivate static final com.google.common.collect.ImmutableBiMap
<ResourceLocation, AnimationChannel.Interpolation> AnimationTypeManager.DEFAULT_INTERPOLATIONS
private static final com.mojang.serialization.Codec
<AnimationChannel.Interpolation> AnimationParser.INTERPOLATION_CODEC
invalid @snippet
{@snippet lang = JSON :
private static com.google.common.collect.ImmutableBiMap
<ResourceLocation, AnimationChannel.Interpolation> AnimationTypeManager.INTERPOLATIONS
Methods in net.neoforged.neoforge.client.entity.animation.json that return AnimationChannel.InterpolationModifier and TypeMethodDescriptionAnimationTypeManager.getInterpolation
(ResourceLocation name) Gets theinterpolation function
associated with the givenname
.Methods in net.neoforged.neoforge.client.entity.animation.json with parameters of type AnimationChannel.InterpolationModifier and TypeMethodDescriptionstatic @Nullable ResourceLocation
AnimationTypeManager.getInterpolationName
(AnimationChannel.Interpolation interpolation) Gets theResourceLocation
associated with the giveninterpolation
. -
Uses of AnimationChannel.Interpolation in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type AnimationChannel.InterpolationModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap.Builder
<ResourceLocation, AnimationChannel.Interpolation> RegisterJsonAnimationTypesEvent.interpolations
private final Map
<ResourceLocation, AnimationChannel.Interpolation> RegisterJsonAnimationTypesEvent.registeredInterpolations
Methods in net.neoforged.neoforge.client.event with parameters of type AnimationChannel.InterpolationModifier and TypeMethodDescriptionvoid
RegisterJsonAnimationTypesEvent.registerInterpolation
(ResourceLocation key, AnimationChannel.Interpolation interpolation) Register a custominterpolation function
with the specifiedkey
.