public static class ForgeBlockStateV1.Transforms
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static TRSRTransformation |
flipX |
private static com.google.common.collect.ImmutableMap<java.lang.String,IModelState> |
transforms |
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) |
static TRSRTransformation |
leftify(TRSRTransformation transform) |
private static final TRSRTransformation flipX
private static final com.google.common.collect.ImmutableMap<java.lang.String,IModelState> transforms
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)
public static java.util.Optional<IModelState> get(java.lang.String name)