public class FaceBakery
extends java.lang.Object
| Constructor and Description |
|---|
FaceBakery() |
| Modifier and Type | Method and Description |
|---|---|
static EnumFacing |
getFacingFromVertexData(int[] faceData) |
BakedQuad |
makeBakedQuad(org.lwjgl.util.vector.Vector3f posFrom,
org.lwjgl.util.vector.Vector3f posTo,
BlockPartFace face,
TextureAtlasSprite sprite,
EnumFacing facing,
ITransformation modelRotationIn,
BlockPartRotation partRotation,
boolean uvLocked,
boolean shade) |
BakedQuad |
makeBakedQuad(org.lwjgl.util.vector.Vector3f posFrom,
org.lwjgl.util.vector.Vector3f posTo,
BlockPartFace face,
TextureAtlasSprite sprite,
EnumFacing facing,
ModelRotation modelRotationIn,
BlockPartRotation partRotation,
boolean uvLocked,
boolean shade) |
int |
rotateVertex(org.lwjgl.util.vector.Vector3f p_188011_1_,
EnumFacing p_188011_2_,
int p_188011_3_,
ITransformation p_188011_4_) |
int |
rotateVertex(org.lwjgl.util.vector.Vector3f p_188011_1_,
EnumFacing p_188011_2_,
int p_188011_3_,
ModelRotation p_188011_4_) |
public BakedQuad makeBakedQuad(org.lwjgl.util.vector.Vector3f posFrom, org.lwjgl.util.vector.Vector3f posTo, BlockPartFace face, TextureAtlasSprite sprite, EnumFacing facing, ModelRotation modelRotationIn, @Nullable BlockPartRotation partRotation, boolean uvLocked, boolean shade)
public BakedQuad makeBakedQuad(org.lwjgl.util.vector.Vector3f posFrom, org.lwjgl.util.vector.Vector3f posTo, BlockPartFace face, TextureAtlasSprite sprite, EnumFacing facing, ITransformation modelRotationIn, BlockPartRotation partRotation, boolean uvLocked, boolean shade)
public int rotateVertex(org.lwjgl.util.vector.Vector3f p_188011_1_,
EnumFacing p_188011_2_,
int p_188011_3_,
ModelRotation p_188011_4_)
public int rotateVertex(org.lwjgl.util.vector.Vector3f p_188011_1_,
EnumFacing p_188011_2_,
int p_188011_3_,
ITransformation p_188011_4_)
public static EnumFacing getFacingFromVertexData(int[] faceData)