net.minecraft.client.animation

public record AnimationDefinition

eoe
net.minecraft.client.animation.AnimationDefinition
net.minecraft.class_7184
net.minecraft.client.render.entity.animation.Animation
net.minecraft.src.C_213360_

字段概要

修饰符与类型字段
private final float
a
lengthInSeconds
comp_597
lengthInSeconds
f_232255_
private final boolean
b
looping
comp_598
looping
f_232256_
private final Map<String, List<AnimationChannel>>
c
boneAnimations
comp_599
boneAnimations
f_232257_

构造函数概要

修饰符构造函数
public (float f_232256_, boolean f_232257_, Map<String, List<AnimationChannel>> arg2)

方法概要

修饰符与类型方法
public float
a()
lengthInSeconds()
comp_597()
lengthInSeconds()
f_232255_()
public boolean
b()
looping()
comp_598()
looping()
f_232256_()
public Map<String, List<AnimationChannel>>
c()
boneAnimations()
comp_599()
boneAnimations()
f_232257_()