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 AffineTransformationModelRotation. rotationFields 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. bakedModelCacheMethods in net.minecraft.client.render.model that return AffineTransformation Modifier and Type Method Description default AffineTransformationModelBakeSettings. getRotation()AffineTransformationModelRotation. getRotation()Methods in net.minecraft.client.render.model with parameters of type AffineTransformation Modifier and Type Method Description private voidBakedQuadFactory. 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)voidBakedQuadFactory. transformVertex(Vec3f vertex, AffineTransformation transformation)static ModelElementTextureBakedQuadFactory. 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 AffineTransformationModelVariant. rotationMethods in net.minecraft.client.render.model.json that return AffineTransformation Modifier and Type Method Description AffineTransformationModelVariant. 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 AffineTransformationAffineTransformation. IDENTITYFields in net.minecraft.util.math with type parameters of type AffineTransformation Modifier and Type Field Description static Map<Direction,AffineTransformation>AffineTransformations. DIRECTION_ROTATIONSstatic Map<Direction,AffineTransformation>AffineTransformations. INVERTED_DIRECTION_ROTATIONSMethods in net.minecraft.util.math that return AffineTransformation Modifier and Type Method Description static AffineTransformationAffineTransformation. identity()@Nullable AffineTransformationAffineTransformation. invert()static AffineTransformationAffineTransformations. method_35829(AffineTransformation affineTransformation)AffineTransformationAffineTransformation. method_35864(AffineTransformation affineTransformation, float float2)AffineTransformationAffineTransformation. multiply(AffineTransformation other)static AffineTransformationAffineTransformations. setupUvLock(AffineTransformation affineTransformation)static AffineTransformationAffineTransformations. 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 AffineTransformationAffineTransformations. method_35829(AffineTransformation affineTransformation)AffineTransformationAffineTransformation. method_35864(AffineTransformation affineTransformation, float float2)AffineTransformationAffineTransformation. multiply(AffineTransformation other)static AffineTransformationAffineTransformations. setupUvLock(AffineTransformation affineTransformation)static AffineTransformationAffineTransformations. uvLock(AffineTransformation affineTransformation, Direction direction, Supplier<String> supplier)