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 TypeFieldDescriptionprivate final AffineTransformation
ModelRotation.rotation
private final AffineTransformation
ModelBaker.BakedModelCacheKey.transformation
The field for thetransformation
record component.Methods in net.minecraft.client.render.model that return AffineTransformationModifier and TypeMethodDescriptiondefault AffineTransformation
ModelBakeSettings.getRotation()
ModelRotation.getRotation()
ModelBaker.BakedModelCacheKey.transformation()
Returns the value of thetransformation
record component.Methods in net.minecraft.client.render.model with parameters of type AffineTransformationModifier and TypeMethodDescriptionprivate void
BakedQuadFactory.packVertexData
(int[] vertices, int cornerIndex, Direction direction, ModelElementTexture texture, float[] positionMatrix, Sprite sprite, AffineTransformation orientation, @Nullable ModelRotation rotation) private int[]
BakedQuadFactory.packVertexData
(ModelElementTexture texture, Sprite sprite, Direction direction, float[] positionMatrix, AffineTransformation orientation, @Nullable ModelRotation rotation) void
BakedQuadFactory.transformVertex
(Vector3f vertex, AffineTransformation transformation) static ModelElementTexture
BakedQuadFactory.uvLock
(ModelElementTexture texture, Direction orientation, AffineTransformation rotation) Constructors in net.minecraft.client.render.model with parameters of type AffineTransformationModifierConstructorDescription(package private)
BakedModelCacheKey
(Identifier identifier, AffineTransformation affineTransformation, boolean bool) -
Uses of AffineTransformation in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as AffineTransformationMethods in net.minecraft.client.render.model.json that return AffineTransformationConstructors in net.minecraft.client.render.model.json with parameters of type AffineTransformationModifierConstructorDescriptionModelVariant
(Identifier location, AffineTransformation rotation, boolean uvLock, int weight) -
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
static final Map
<Direction, AffineTransformation> AffineTransformations.DIRECTION_ROTATIONS
static final Map
<Direction, AffineTransformation> AffineTransformations.INVERTED_DIRECTION_ROTATIONS
Methods in net.minecraft.util.math that return AffineTransformationModifier and TypeMethodDescriptionstatic 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) static AffineTransformation
AffineTransformations.uvLock
(AffineTransformation transformation, Direction dir) Methods in net.minecraft.util.math with parameters of type AffineTransformationModifier and TypeMethodDescriptionAffineTransformation.interpolate
(AffineTransformation target, float factor) static AffineTransformation
AffineTransformations.method_35829
(AffineTransformation transformation) AffineTransformation.multiply
(AffineTransformation other) static AffineTransformation
AffineTransformations.setupUvLock
(AffineTransformation transformation) static AffineTransformation
AffineTransformations.uvLock
(AffineTransformation transformation, Direction dir)