Uses of Class
net.minecraft.util.math.AffineTransformation
Package
Description
-
Uses of AffineTransformation in net.minecraft.client.render.model
Modifier and TypeFieldDescriptionprivate final Map<Triple<Identifier,
AffineTransformation, Boolean>, BakedModel> ModelLoader.bakedModelCache
Modifier and TypeMethodDescriptiondefault AffineTransformation
ModelBakeSettings.getRotation()
ModelRotation.getRotation()
Modifier 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
(Vec3f vertex, AffineTransformation transformation) static ModelElementTexture
BakedQuadFactory.uvLock
(ModelElementTexture texture, Direction orientation, AffineTransformation rotation, Identifier modelId) -
Uses of AffineTransformation in net.minecraft.client.render.model.json
ModifierConstructorDescriptionModelVariant
(Identifier location, AffineTransformation rotation, boolean uvLock, int weight) -
Uses of AffineTransformation in net.minecraft.util.math
Modifier and TypeFieldDescriptionprivate static final AffineTransformation
AffineTransformation.IDENTITY
Modifier and TypeFieldDescriptionstatic final Map<Direction,
AffineTransformation> AffineTransformations.DIRECTION_ROTATIONS
static final Map<Direction,
AffineTransformation> AffineTransformations.INVERTED_DIRECTION_ROTATIONS
Modifier 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) Modifier 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)