Package | Description |
---|---|
net.minecraft.client.renderer.block.model | |
net.minecraftforge.client |
Modifier and Type | Field and Description |
---|---|
BlockFaceUV |
BlockPartFace.blockFaceUV |
Modifier and Type | Method and Description |
---|---|
private BlockFaceUV |
FaceBakery.applyUVLock(BlockFaceUV p_188010_1_,
EnumFacing p_188010_2_,
ModelRotation p_188010_3_) |
BlockFaceUV |
BlockFaceUV.Deserializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
(package private) abstract BlockFaceUV |
FaceBakery.Rotation.makeRotatedUV(float p_188007_1_,
float p_188007_2_,
float p_188007_3_,
float p_188007_4_) |
BlockFaceUV |
FaceBakery.Rotation.rotateUV(BlockFaceUV p_188006_1_) |
Modifier and Type | Method and Description |
---|---|
private BlockFaceUV |
FaceBakery.applyUVLock(BlockFaceUV p_188010_1_,
EnumFacing p_188010_2_,
ModelRotation p_188010_3_) |
private void |
FaceBakery.fillVertexData(int[] p_188015_1_,
int p_188015_2_,
EnumFacing p_188015_3_,
BlockFaceUV p_188015_4_,
float[] p_188015_5_,
TextureAtlasSprite p_188015_6_,
ITransformation p_188015_7_,
BlockPartRotation p_188015_8_,
boolean p_188015_9_) |
private void |
FaceBakery.fillVertexData(int[] p_188015_1_,
int p_188015_2_,
EnumFacing p_188015_3_,
BlockFaceUV p_188015_4_,
float[] p_188015_5_,
TextureAtlasSprite p_188015_6_,
ModelRotation p_188015_7_,
BlockPartRotation p_188015_8_,
boolean p_188015_9_) |
private int[] |
FaceBakery.makeQuadVertexData(BlockFaceUV uvs,
TextureAtlasSprite sprite,
EnumFacing orientation,
float[] p_188012_4_,
ITransformation rotationIn,
BlockPartRotation partRotation,
boolean shade) |
private int[] |
FaceBakery.makeQuadVertexData(BlockFaceUV uvs,
TextureAtlasSprite sprite,
EnumFacing orientation,
float[] p_188012_4_,
ModelRotation rotationIn,
BlockPartRotation partRotation,
boolean shade) |
BlockFaceUV |
FaceBakery.Rotation.rotateUV(BlockFaceUV p_188006_1_) |
private void |
FaceBakery.storeVertexData(int[] faceData,
int storeIndex,
int vertexIndex,
org.lwjgl.util.vector.Vector3f position,
int shadeColor,
TextureAtlasSprite sprite,
BlockFaceUV faceUV) |
Constructor and Description |
---|
BlockPartFace(EnumFacing cullFaceIn,
int tintIndexIn,
java.lang.String textureIn,
BlockFaceUV blockFaceUVIn) |
Modifier and Type | Method and Description |
---|---|
static BlockFaceUV |
ForgeHooksClient.applyUVLock(BlockFaceUV blockFaceUV,
EnumFacing originalSide,
ITransformation rotation) |
Modifier and Type | Method and Description |
---|---|
static BlockFaceUV |
ForgeHooksClient.applyUVLock(BlockFaceUV blockFaceUV,
EnumFacing originalSide,
ITransformation rotation) |