Package | Description |
---|---|
net.minecraft.client.renderer.model |
Modifier and Type | Field and Description |
---|---|
BlockFaceUV |
BlockPartFace.blockFaceUV |
Modifier and Type | Method and Description |
---|---|
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_) |
static BlockFaceUV |
FaceBakery.updateFaceUV(BlockFaceUV blockFaceUVIn,
Direction facing,
TransformationMatrix modelRotationIn,
ResourceLocation modelLocationIn) |
Modifier and Type | Method and Description |
---|---|
private void |
FaceBakery.fillVertexData(int[] vertexData,
int vertexIndex,
Direction facing,
BlockFaceUV blockFaceUVIn,
float[] posDiv16,
TextureAtlasSprite sprite,
TransformationMatrix rotationIn,
BlockPartRotation partRotation,
boolean shade) |
private int[] |
FaceBakery.makeQuadVertexData(BlockFaceUV uvs,
TextureAtlasSprite sprite,
Direction orientation,
float[] posDiv16,
TransformationMatrix rotationIn,
BlockPartRotation partRotation,
boolean shade) |
private void |
FaceBakery.storeVertexData(int[] faceData,
int storeIndex,
Vector3f positionIn,
int shadeColor,
TextureAtlasSprite sprite,
BlockFaceUV faceUV) |
static BlockFaceUV |
FaceBakery.updateFaceUV(BlockFaceUV blockFaceUVIn,
Direction facing,
TransformationMatrix modelRotationIn,
ResourceLocation modelLocationIn) |
Constructor and Description |
---|
BlockPartFace(Direction cullFaceIn,
int tintIndexIn,
java.lang.String textureIn,
BlockFaceUV blockFaceUVIn) |