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
ModelLoader.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()
ModelLoader.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, boolean shaded) private int[]
BakedQuadFactory.packVertexData
(ModelElementTexture texture, Sprite sprite, Direction direction, float[] positionMatrix, AffineTransformation orientation, @Nullable ModelRotation rotation, boolean shaded) void
BakedQuadFactory.transformVertex
(Vector3f vertex, AffineTransformation transformation) static ModelElementTexture
BakedQuadFactory.uvLock
(ModelElementTexture texture, Direction orientation, AffineTransformation rotation, Identifier modelId) 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.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 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.invert()
static AffineTransformation
AffineTransformations.method_35829
(AffineTransformation affineTransformation) AffineTransformation.method_35864
(AffineTransformation affineTransformation, float float2) AffineTransformation.multiply
(AffineTransformation other) static AffineTransformation
AffineTransformations.setupUvLock
(AffineTransformation affineTransformation) static AffineTransformation
AffineTransformations.uvLock
(AffineTransformation affineTransformation, Direction direction, Supplier<String> supplier) Methods in net.minecraft.util.math with parameters of type AffineTransformationModifier and TypeMethodDescriptionstatic AffineTransformation
AffineTransformations.method_35829
(AffineTransformation affineTransformation) AffineTransformation.method_35864
(AffineTransformation affineTransformation, float float2) AffineTransformation.multiply
(AffineTransformation other) static AffineTransformation
AffineTransformations.setupUvLock
(AffineTransformation affineTransformation) static AffineTransformation
AffineTransformations.uvLock
(AffineTransformation affineTransformation, Direction direction, Supplier<String> supplier)