net.minecraft.util

record KeyframeTrackSampler$Segment<T>

bgc$a
net.minecraft.util.KeyframeTrackSampler$Segment
net.minecraft.class_12308$class_12309
net.minecraft.class_12308$class_12309

Field summary

Modifier and TypeField
final EasingType
a
easing
comp_5206
easing
final T
b
fromValue
comp_5207
fromValue
final int
c
fromTicks
comp_5208
fromTicks
final T
d
toValue
comp_5209
toValue
final int
e
toTicks
comp_5210
toTicks

Constructor summary

ModifierConstructor
public (KeyframeTrack<T> arg0, Keyframe<T> arg1, int arg2, Keyframe<T> arg3, int arg4)
(EasingType easing, T fromValue, int fromTicks, T toValue, int toTicks)

Method summary

Modifier and TypeMethod
public EasingType
a()
easing()
comp_5206()
easing()
public T
b()
fromValue()
comp_5207()
fromValue()
public int
c()
fromTicks()
comp_5208()
fromTicks()
public T
d()
toValue()
comp_5209()
toValue()
public int
e()
toTicks()
comp_5210()
toTicks()