Package net.minecraft.client.util.math
Class AffineTransformations
java.lang.Object
net.minecraft.client.util.math.AffineTransformations
@Environment(CLIENT) public class AffineTransformations extends Object
-
Field Summary
Fields Modifier and Type Field Description static EnumMap<Direction,AffineTransformation>
DIRECTION_ROTATIONS
static EnumMap<Direction,AffineTransformation>
INVERTED_DIRECTION_ROTATIONS
private static Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description AffineTransformations()
-
Method Summary
Modifier and Type Method Description static AffineTransformation
setupUvLock(AffineTransformation affineTransformation)
static AffineTransformation
uvLock(AffineTransformation affineTransformation, Direction direction, Supplier<String> supplier)
-
Field Details
-
LOGGER
-
DIRECTION_ROTATIONS
-
INVERTED_DIRECTION_ROTATIONS
-
-
Constructor Details
-
AffineTransformations
public AffineTransformations()
-
-
Method Details
-
setupUvLock
-
uvLock
public static AffineTransformation uvLock(AffineTransformation affineTransformation, Direction direction, Supplier<String> supplier)
-