net.minecraft.client.render.model

public class ModelPart

bni
net.minecraft.class_467
net.minecraft.client.render.model.ModelPart
net.minecraft.client.model.ModelRenderer

Field summary

Modifier and TypeField
public float
a
field_1595
textureWidth
textureWidth
public float
b
field_1596
textureHeight
textureHeight
private int
r
field_1609
u
textureOffsetX
private int
s
field_1610
v
textureOffsetY
public float
c
field_1597
x
rotationPointX
public float
d
field_1598
y
rotationPointY
public float
e
field_1599
z
rotationPointZ
public float
f
field_1600
rotationX
rotateAngleX
public float
g
field_1601
rotationY
rotateAngleY
public float
h
field_1602
rotationZ
rotateAngleZ
private boolean
t
field_1611
compiled
compiled
private int
u
field_1612
glList
displayList
public boolean
i
field_1603
flipped
mirror
public boolean
j
field_1604
visible
showModel
public boolean
k
field_1605
invisible
isHidden
public List<Box>
l
field_1606
boxes
cubeList
public List<ModelPart>
m
field_1607
children
childModels
public final String
n
field_1608
id
boxName
private final Model
v
field_1613
model
baseModel
public float
o
field_5142
translateX
offsetX
public float
p
field_5143
translateY
offsetY
public float
q
field_5144
translateZ
offsetZ

Constructor summary

ModifierConstructor
public (Model model, String id)
public (Model model)
public (Model model, int u, int v)

Method summary

Modifier and TypeMethod
public void
a(bni arg0)
method_1191(class_467 arg0)
addChild(ModelPart part)
addChild(ModelRenderer renderer)
public ModelPart
a(int arg0, int arg1)
method_1190(int arg0, int arg1)
setTextureCoords(int textureU, int textureV)
setTextureOffset(int x, int y)
public ModelPart
a(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6)
method_1192(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6)
addBox(String id, float x, float y, float z, int sizeX, int sizeY, int sizeZ)
addBox(String partName, float offX, float offY, float offZ, int width, int height, int depth)
public ModelPart
a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5)
method_1188(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5)
addBox(float x, float y, float z, int sizeX, int sizeY, int sizeZ)
addBox(float offX, float offY, float offZ, int width, int height, int depth)
public ModelPart
a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, boolean arg6)
method_9651(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, boolean arg6)
addBox(float x, float y, float z, int sizeX, int sizeY, int sizeZ, boolean flipped)
addBox(float offX, float offY, float offZ, int width, int height, int depth, boolean mirrored)
public void
a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, float arg6)
method_1189(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, float arg6)
addBox(float x, float y, float z, int sizeX, int sizeY, int sizeZ, float increase)
addBox(float offX, float offY, float offZ, int width, int height, int depth, float scaleFactor)
public void
a(float arg0, float arg1, float arg2)
method_1187(float arg0, float arg1, float arg2)
setPos(float x, float y, float z)
setRotationPoint(float rotationPointXIn, float rotationPointYIn, float rotationPointZIn)
public void
a(float arg0)
method_1186(float arg0)
render(float scale)
render(float scale)
public void
b(float arg0)
method_1193(float arg0)
renderForceTransform(float scale)
renderWithRotation(float scale)
public void
c(float arg0)
method_1195(float arg0)
transform(float scale)
postRender(float scale)
private void
d(float arg0)
method_1196(float arg0)
compile(float scale)
compileDisplayList(float scale)
public ModelPart
b(int arg0, int arg1)
method_1194(int arg0, int arg1)
setTextureSize(int width, int height)
setTextureSize(int textureWidthIn, int textureHeightIn)