net.minecraft.world.attribute.timeline

record TrackEvaluator$Segment<T>

net.minecraft.util.KeyframeTrackSampler$Segment
net.minecraft.class_12308$class_12309
net.minecraft.world.attribute.timeline.TrackEvaluator$Segment

Field summary

Modifier and TypeField
private final EasingType
easing
comp_5206
easing
private final T
fromValue
comp_5207
fromValue
private final int
fromTicks
comp_5208
fromTicks
private final T
toValue
comp_5209
toValue
private final int
toTicks
comp_5210
toTicks

Constructor summary

ModifierConstructor
public (Track<T> track, Keyframe<T> fromKeyframe, int fromTicks, Keyframe<T> toKeyframe, int toTicks)
private (EasingType easing, T fromValue, int fromTicks, T toValue, int toTicks)

Method summary

Modifier and TypeMethod
public EasingType
easing()
comp_5206()
easing()
public T
fromValue()
comp_5207()
fromValue()
public int
fromTicks()
comp_5208()
fromTicks()
public T
toValue()
comp_5209()
toValue()
public int
toTicks()
comp_5210()
toTicks()