net.minecraft.client.animation

public record AnimationDefinition

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

Field summary

Modifier and TypeField
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_

Constructor summary

ModifierConstructor
public (float f_232256_, boolean f_232257_, Map<String, List<AnimationChannel>> arg2)

Method summary

Modifier and TypeMethod
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_()