Uses of Class
net.minecraft.util.math.AffineTransformation
Package | Description |
---|---|
net.minecraft.client.render.model | |
net.minecraft.client.render.model.json | |
net.minecraft.util.math |
-
Uses of AffineTransformation in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as AffineTransformation Modifier and Type Field Description private AffineTransformation
ModelRotation. rotation
Fields in net.minecraft.client.render.model with type parameters of type AffineTransformation Modifier and Type Field Description private Map<Triple<Identifier,AffineTransformation,Boolean>,BakedModel>
ModelLoader. bakedModelCache
Methods in net.minecraft.client.render.model that return AffineTransformation Modifier and Type Method Description default AffineTransformation
ModelBakeSettings. getRotation()
AffineTransformation
ModelRotation. getRotation()
Methods in net.minecraft.client.render.model with parameters of type AffineTransformation Modifier and Type Method Description private 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
Fields in net.minecraft.client.render.model.json declared as AffineTransformation Modifier and Type Field Description private AffineTransformation
ModelVariant. rotation
Methods in net.minecraft.client.render.model.json that return AffineTransformation Modifier and Type Method Description AffineTransformation
ModelVariant. getRotation()
Constructors in net.minecraft.client.render.model.json with parameters of type AffineTransformation Constructor Description ModelVariant(Identifier location, AffineTransformation rotation, boolean uvLock, int weight)
-
Uses of AffineTransformation in net.minecraft.util.math
Fields in net.minecraft.util.math declared as AffineTransformation Modifier and Type Field Description private static AffineTransformation
AffineTransformation. IDENTITY
Fields in net.minecraft.util.math with type parameters of type AffineTransformation Modifier and Type Field Description static Map<Direction,AffineTransformation>
AffineTransformations. DIRECTION_ROTATIONS
static Map<Direction,AffineTransformation>
AffineTransformations. INVERTED_DIRECTION_ROTATIONS
Methods in net.minecraft.util.math that return AffineTransformation Modifier and Type Method Description static AffineTransformation
AffineTransformation. identity()
@Nullable AffineTransformation
AffineTransformation. invert()
static AffineTransformation
AffineTransformations. method_35829(AffineTransformation affineTransformation)
AffineTransformation
AffineTransformation. method_35864(AffineTransformation affineTransformation, float float2)
AffineTransformation
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 AffineTransformation Modifier and Type Method Description static AffineTransformation
AffineTransformations. method_35829(AffineTransformation affineTransformation)
AffineTransformation
AffineTransformation. method_35864(AffineTransformation affineTransformation, float float2)
AffineTransformation
AffineTransformation. multiply(AffineTransformation other)
static AffineTransformation
AffineTransformations. setupUvLock(AffineTransformation affineTransformation)
static AffineTransformation
AffineTransformations. uvLock(AffineTransformation affineTransformation, Direction direction, Supplier<String> supplier)