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>> Animation.boneAnimations
The field for theboneAnimations
record component.private final Map
<String, List<Transformation>> Animation.Builder.transformations
Methods in net.minecraft.client.render.entity.animation that return types with arguments of type TransformationModifier and TypeMethodDescriptionAnimation.boneAnimations()
Returns the value of theboneAnimations
record component.Methods in net.minecraft.client.render.entity.animation with parameters of type TransformationModifier and TypeMethodDescriptionAnimation.Builder.addBoneAnimation
(String name, Transformation transformation) Constructor parameters in net.minecraft.client.render.entity.animation with type arguments of type TransformationModifierConstructorDescriptionAnimation
(float float2, boolean bool, Map<String, List<Transformation>> map)