Uses of Class
net.minecraft.util.math.AffineTransformation
Packages that use AffineTransformation
Package
Description
-
Uses of AffineTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as AffineTransformationModifier and TypeFieldDescription(package private) final AffineTransformation
ModelRotation.rotation
Methods in net.minecraft.client.render.model that return AffineTransformationModifier and TypeMethodDescriptiondefault AffineTransformation
ModelBakeSettings.getRotation()
ModelRotation.getRotation()
ModelRotation.UVModel.getRotation()
Methods in net.minecraft.client.render.model with parameters of type AffineTransformationModifier and TypeMethodDescriptionprivate static void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, CubeFace cubeFace, ModelElementFace.UV texture, AxisRotation axisRotation, Matrix4fc matrix4fc, float[] float2, Sprite sprite, AffineTransformation affineTransformation, @Nullable ModelRotation modelRotation) private static int[]
BakedQuadFactory.packVertexData
(ModelElementFace.UV texture, AxisRotation rotation, Matrix4fc matrix4fc, Sprite sprite, Direction facing, float[] float2, AffineTransformation transform, @Nullable ModelRotation modelRotation) private static void
BakedQuadFactory.transformVertex
(Vector3f vertex, AffineTransformation transformation) -
Uses of AffineTransformation in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration declared as AffineTransformationModifier and TypeFieldDescriptionprivate final AffineTransformation
DisplayEntity.AffineTransformationInterpolator.current
The field for thecurrent
record component.private final AffineTransformation
DisplayEntity.AffineTransformationInterpolator.previous
The field for theprevious
record component.Fields in net.minecraft.entity.decoration with type parameters of type AffineTransformationModifier and TypeFieldDescriptionprivate final DisplayEntity.AbstractInterpolator
<AffineTransformation> DisplayEntity.RenderState.transformation
The field for thetransformation
record component.Methods in net.minecraft.entity.decoration that return AffineTransformationModifier and TypeMethodDescriptionDisplayEntity.AffineTransformationInterpolator.current()
Returns the value of thecurrent
record component.private static AffineTransformation
DisplayEntity.getTransformation
(DataTracker dataTracker) DisplayEntity.AffineTransformationInterpolator.interpolate
(float float2) DisplayEntity.AffineTransformationInterpolator.previous()
Returns the value of theprevious
record component.Methods in net.minecraft.entity.decoration that return types with arguments of type AffineTransformationModifier and TypeMethodDescriptionDisplayEntity.RenderState.transformation()
Returns the value of thetransformation
record component.Methods in net.minecraft.entity.decoration with parameters of type AffineTransformationModifier and TypeMethodDescriptionprivate void
DisplayEntity.setTransformation
(AffineTransformation transformation) Constructors in net.minecraft.entity.decoration with parameters of type AffineTransformationModifierConstructorDescription(package private)
AffineTransformationInterpolator
(AffineTransformation affineTransformation, AffineTransformation affineTransformation2) Constructor parameters in net.minecraft.entity.decoration with type arguments of type AffineTransformationModifierConstructorDescriptionRenderState
(DisplayEntity.AbstractInterpolator<AffineTransformation> abstractInterpolator, DisplayEntity.BillboardMode billboardMode, int int2, DisplayEntity.FloatLerper floatLerper, DisplayEntity.FloatLerper floatLerper2, int int3) -
Uses of AffineTransformation in net.minecraft.util.math
Fields in net.minecraft.util.math declared as AffineTransformationModifier and TypeFieldDescriptionprivate static final AffineTransformation
AffineTransformation.IDENTITY
Fields in net.minecraft.util.math with type parameters of type AffineTransformationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<AffineTransformation> AffineTransformation.ANY_CODEC
static final com.mojang.serialization.Codec
<AffineTransformation> AffineTransformation.CODEC
private static final Map
<Direction, AffineTransformation> AffineTransformations.DIRECTION_ROTATIONS
private static final Map
<Direction, AffineTransformation> AffineTransformations.INVERTED_DIRECTION_ROTATIONS
Methods in net.minecraft.util.math that return AffineTransformationModifier and TypeMethodDescriptionstatic AffineTransformation
AffineTransformations.getTransformed
(AffineTransformation affineTransformation, Direction direction) static AffineTransformation
AffineTransformation.identity()
AffineTransformation.interpolate
(AffineTransformation target, float factor) AffineTransformation.invert()
static AffineTransformation
AffineTransformations.method_35829
(AffineTransformation transformation) AffineTransformation.multiply
(AffineTransformation other) static AffineTransformation
AffineTransformations.setupUvLock
(AffineTransformation transformation) Methods in net.minecraft.util.math with parameters of type AffineTransformationModifier and TypeMethodDescriptionstatic AffineTransformation
AffineTransformations.getTransformed
(AffineTransformation affineTransformation, Direction direction) AffineTransformation.interpolate
(AffineTransformation target, float factor) static AffineTransformation
AffineTransformations.method_35829
(AffineTransformation transformation) AffineTransformation.multiply
(AffineTransformation other) static AffineTransformation
AffineTransformations.setupUvLock
(AffineTransformation transformation)