@Environment(value=CLIENT) public class AffineTransformations extends Object
Modifier and Type | Field and Description |
---|---|
static EnumMap<Direction,AffineTransformation> |
DIRECTION_ROTATIONS |
static EnumMap<Direction,AffineTransformation> |
INVERTED_DIRECTION_ROTATIONS |
private static Logger |
LOGGER |
Constructor and Description |
---|
AffineTransformations() |
Modifier and Type | Method and Description |
---|---|
static AffineTransformation |
setupUvLock(AffineTransformation affineTransformation) |
static AffineTransformation |
uvLock(AffineTransformation affineTransformation,
Direction direction,
Supplier<String> supplier) |
private static final Logger LOGGER
public static final EnumMap<Direction,AffineTransformation> DIRECTION_ROTATIONS
public static final EnumMap<Direction,AffineTransformation> INVERTED_DIRECTION_ROTATIONS
public static AffineTransformation setupUvLock(AffineTransformation affineTransformation)
public static AffineTransformation uvLock(AffineTransformation affineTransformation, Direction direction, Supplier<String> supplier)