Uses of Record Class
net.minecraft.client.render.entity.animation.Transformation
-
Uses of Transformation in net.minecraft.client.render.entity.animation
Modifier and TypeFieldDescriptionprivate final Map<String,
List<Transformation>> Animation.boneAnimations
The field for theboneAnimations
record component.private final Map<String,
List<Transformation>> Animation.Builder.transformations
Modifier and TypeMethodDescriptionAnimation.boneAnimations()
Returns the value of theboneAnimations
record component.Modifier and TypeMethodDescriptionAnimation.Builder.addBoneAnimation
(String name, Transformation transformation) ModifierConstructorDescriptionAnimation
(float float2, boolean bool, Map<String, List<Transformation>> map)