Package | Description |
---|---|
net.minecraft.client.renderer.model | |
net.minecraftforge.client.model.generators |
Modifier and Type | Field and Description |
---|---|
BlockPartRotation |
BlockPart.partRotation |
Modifier and Type | Method and Description |
---|---|
private BlockPartRotation |
BlockPart.Deserializer.parseRotation(com.google.gson.JsonObject object) |
Modifier and Type | Method and Description |
---|---|
BakedQuad |
FaceBakery.bakeQuad(Vector3f posFrom,
Vector3f posTo,
BlockPartFace face,
TextureAtlasSprite sprite,
Direction facing,
IModelTransform transformIn,
BlockPartRotation partRotation,
boolean shade,
ResourceLocation modelLocationIn) |
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.rotatePart(Vector3f vec,
BlockPartRotation partRotation) |
Constructor and Description |
---|
BlockPart(Vector3f p_i47624_1_,
Vector3f p_i47624_2_,
java.util.Map<Direction,BlockPartFace> p_i47624_3_,
BlockPartRotation p_i47624_4_,
boolean p_i47624_5_) |
Modifier and Type | Method and Description |
---|---|
(package private) BlockPartRotation |
ModelBuilder.ElementBuilder.RotationBuilder.build() |