public static class ForgeBlockStateV1.Transforms
extends java.lang.Object
Constructor and Description |
---|
Transforms() |
Modifier and Type | Method and Description |
---|---|
static TRSRTransformation |
convert(float tx,
float ty,
float tz,
float ax,
float ay,
float az,
float s) |
static TRSRTransformation |
convert(float tx,
float ty,
float tz,
float ax,
float ay,
float az,
float sx,
float sy,
float sz) |
static java.util.Optional<IModelState> |
get(java.lang.String name)
Deprecated.
|
static TRSRTransformation |
leftify(TRSRTransformation transform) |
public static TRSRTransformation convert(float tx, float ty, float tz, float ax, float ay, float az, float s)
public static TRSRTransformation convert(float tx, float ty, float tz, float ax, float ay, float az, float sx, float sy, float sz)
public static TRSRTransformation leftify(TRSRTransformation transform)
@Deprecated public static java.util.Optional<IModelState> get(java.lang.String name)