Uses of Record Class
net.minecraft.client.render.entity.animation.Transformation
Packages that use Transformation
- 
Uses of Transformation in net.minecraft.client.render.entity.animation
Fields in net.minecraft.client.render.entity.animation with type parameters of type TransformationModifier and TypeFieldDescriptionprivate final Map<String, List<Transformation>> AnimationDefinition.boneAnimationsThe field for theboneAnimationsrecord component.private final Map<String, List<Transformation>> AnimationDefinition.Builder.transformationsMethods in net.minecraft.client.render.entity.animation that return types with arguments of type TransformationModifier and TypeMethodDescriptionAnimationDefinition.boneAnimations()Returns the value of theboneAnimationsrecord component.Methods in net.minecraft.client.render.entity.animation with parameters of type TransformationModifier and TypeMethodDescriptionAnimationDefinition.Builder.addBoneAnimation(String name, Transformation transformation) Constructor parameters in net.minecraft.client.render.entity.animation with type arguments of type TransformationModifierConstructorDescriptionAnimationDefinition(float float2, boolean bool, Map<String, List<Transformation>> map)