public class FaceBakery
extends java.lang.Object
Constructor and Description |
---|
FaceBakery() |
Modifier and Type | Method and Description |
---|---|
static EnumFacing |
getFacingFromVertexData(int[] faceData) |
BakedQuad |
makeBakedQuad(Vector3f posFrom,
Vector3f posTo,
BlockPartFace face,
TextureAtlasSprite sprite,
EnumFacing facing,
ITransformation modelRotationIn,
BlockPartRotation partRotation,
boolean uvLocked,
boolean shade) |
BakedQuad |
makeQuad(Vector3f posFrom,
Vector3f posTo,
BlockPartFace face,
TextureAtlasSprite sprite,
EnumFacing facing,
ModelRotation modelRotationIn,
BlockPartRotation partRotation,
boolean uvLocked,
boolean shade) |
int |
rotateVertex(Vector3f p_199335_1_,
EnumFacing p_199335_2_,
int p_199335_3_,
ITransformation p_199335_4_) |
int |
rotateVertex(Vector3f p_199335_1_,
EnumFacing p_199335_2_,
int p_199335_3_,
ModelRotation p_199335_4_) |
public BakedQuad makeQuad(Vector3f posFrom, Vector3f posTo, BlockPartFace face, TextureAtlasSprite sprite, EnumFacing facing, ModelRotation modelRotationIn, @Nullable BlockPartRotation partRotation, boolean uvLocked, boolean shade)
public BakedQuad makeBakedQuad(Vector3f posFrom, Vector3f posTo, BlockPartFace face, TextureAtlasSprite sprite, EnumFacing facing, ITransformation modelRotationIn, BlockPartRotation partRotation, boolean uvLocked, boolean shade)
public int rotateVertex(Vector3f p_199335_1_, EnumFacing p_199335_2_, int p_199335_3_, ModelRotation p_199335_4_)
public int rotateVertex(Vector3f p_199335_1_, EnumFacing p_199335_2_, int p_199335_3_, ITransformation p_199335_4_)
public static EnumFacing getFacingFromVertexData(int[] faceData)