net.minecraft.util

record KeyframeTrackSampler$Segment<T>

bgd$a
net.minecraft.util.KeyframeTrackSampler$Segment
net.minecraft.class_12308$class_12309
net.minecraft.world.attribute.timeline.TrackEvaluator$Segment
net.minecraft.src.C_432170_$C_432503_
net.minecraft.util.KeyframeTrackSampler$a

字段概要

修饰符与类型字段
final EasingType
a
easing
comp_5206
easing
f_435862_
final T
b
fromValue
comp_5207
fromValue
f_433930_
final int
c
fromTicks
comp_5208
fromTicks
f_435883_
final T
d
toValue
comp_5209
toValue
f_434026_
final int
e
toTicks
comp_5210
toTicks
f_435778_

构造函数概要

修饰符构造函数
public (KeyframeTrack<T> track, Keyframe<T> fromKeyframe, int fromTicks, Keyframe<T> toKeyframe, int toTicks)
(EasingType easing, T fromValue, int fromTicks, T toValue, int toTicks)

方法概要

修饰符与类型方法
public EasingType
a()
easing()
comp_5206()
easing()
f_435862_()
public T
b()
fromValue()
comp_5207()
fromValue()
f_433930_()
public int
c()
fromTicks()
comp_5208()
fromTicks()
f_435883_()
public T
d()
toValue()
comp_5209()
toValue()
f_434026_()
public int
e()
toTicks()
comp_5210()
toTicks()
f_435778_()