net.minecraft.client.model

public class Cuboid

dhh
net.minecraft.class_630
net.minecraft.client.model.Cuboid
net.minecraft.client.render.model.ModelPart
net.minecraft.client.renderer.entity.model.RendererModel
net.minecraft.client.renderer.entity.model.RendererModel

Field summary

Modifier and TypeField
public float
a
field_3659
textureWidth
textureWidth
field_78801_a
textureWidth
public float
b
field_3658
textureHeight
textureHeight
field_78799_b
textureHeight
private int
r
field_3672
textureOffsetU
u
field_78803_o
textureOffsetX
private int
s
field_3670
textureOffsetV
v
field_78813_p
textureOffsetY
public float
c
field_3657
rotationPointX
x
field_78800_c
rotationPointX
public float
d
field_3656
rotationPointY
y
field_78797_d
rotationPointY
public float
e
field_3655
rotationPointZ
z
field_78798_e
rotationPointZ
public float
f
field_3654
pitch
rotationX
field_78795_f
rotateAngleX
public float
g
field_3675
yaw
rotationY
field_78796_g
rotateAngleY
public float
h
field_3674
roll
rotationZ
field_78808_h
rotateAngleZ
private boolean
t
field_3660
compiled
compiled
field_78812_q
compiled
private int
u
field_3667
list
glList
field_78811_r
displayList
public boolean
i
field_3666
mirror
flipped
field_78809_i
mirror
public boolean
j
field_3665
visible
visible
field_78806_j
showModel
public boolean
k
field_3664
field_3664
invisible
field_78807_k
isHidden
public final List<Box>
l
field_3663
boxes
boxes
field_78804_l
cubeList
public List<Cuboid>
m
field_3661
children
children
field_78805_m
childModels
public final String
n
field_3662
name
id
field_78802_n
boxName
public float
o
field_3673
x
translateX
field_82906_o
offsetX
public float
p
field_3671
y
translateY
field_82908_p
offsetY
public float
q
field_3669
z
translateZ
field_82907_q
offsetZ

Constructor summary

ModifierConstructor
public (Model arg0, String arg1)
public (Model arg0)
public (Model arg0, int arg1, int arg2)

Method summary

Modifier and TypeMethod
public void
a(dhh arg0)
method_17138(class_630 arg0)
copyRotation(Cuboid arg0)
m_77517850(ModelPart arg0)
func_217177_a(RendererModel arg0)
copyModelAngles(RendererModel arg0)
public void
b(dhh arg0)
method_2845(class_630 arg0)
addChild(Cuboid arg0)
addChild(ModelPart part)
func_78792_a(RendererModel arg0)
addChild(RendererModel renderer)
public void
c(dhh arg0)
method_17578(class_630 arg0)
removeChild(Cuboid arg0)
m_67659449(ModelPart arg0)
func_217179_c(RendererModel arg0)
removeChild(RendererModel arg0)
public Cuboid
a(int arg0, int arg1)
method_2850(int arg0, int arg1)
setTextureOffset(int arg0, int arg1)
setTextureCoords(int textureU, int textureV)
func_78784_a(int arg0, int arg1)
setTextureOffset(int x, int y)
public Cuboid
a(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6, float arg7, int arg8, int arg9)
method_2848(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6, float arg7, int arg8, int arg9)
addBox(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6, float arg7, int arg8, int arg9)
addBox(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6, float arg7, int arg8, int arg9)
func_217178_a(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6, float arg7, int arg8, int arg9)
func_217178_a(String arg0, float arg1, float arg2, float arg3, int arg4, int arg5, int arg6, float arg7, int arg8, int arg9)
public Cuboid
a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5)
method_2844(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5)
addBox(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)
func_78789_a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5)
addBox(float offX, float offY, float offZ, int width, int height, int depth)
public Cuboid
a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, boolean arg6)
method_2854(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, boolean arg6)
addBox(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)
func_178769_a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, boolean arg6)
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_2856(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, float arg6)
addBox(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)
func_78790_a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, float arg6)
addBox(float offX, float offY, float offZ, int width, int height, int depth, float scaleFactor)
public void
a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, float arg6, boolean arg7)
method_2849(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, float arg6, boolean arg7)
addBox(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, float arg6, boolean arg7)
addBox(float x, float y, float z, int sizeX, int sizeY, int sizeZ, float increase, boolean flipped)
func_205345_a(float arg0, float arg1, float arg2, int arg3, int arg4, int arg5, float arg6, boolean arg7)
addBox(float offX, float offY, float offZ, int width, int height, int depth, float scaleFactor, boolean mirrorIn)
public void
a(float arg0, float arg1, float arg2)
method_2851(float arg0, float arg1, float arg2)
setRotationPoint(float arg0, float arg1, float arg2)
setPos(float x, float y, float z)
func_78793_a(float arg0, float arg1, float arg2)
setRotationPoint(float rotationPointXIn, float rotationPointYIn, float rotationPointZIn)
public void
a(float arg0)
method_2846(float arg0)
render(float arg0)
render(float scale)
func_78785_a(float arg0)
render(float scale)
public void
b(float arg0)
method_2852(float arg0)
method_2852(float arg0)
renderForceTransform(float scale)
func_78791_b(float arg0)
renderWithRotation(float scale)
public void
c(float arg0)
method_2847(float arg0)
applyTransform(float arg0)
transform(float scale)
func_78794_c(float arg0)
postRender(float scale)
private void
d(float arg0)
method_2855(float arg0)
compile(float arg0)
compile(float scale)
func_78788_d(float arg0)
compileDisplayList(float scale)
public Cuboid
b(int arg0, int arg1)
method_2853(int arg0, int arg1)
setTextureSize(int arg0, int arg1)
setTextureSize(int width, int height)
func_78787_b(int arg0, int arg1)
setTextureSize(int textureWidthIn, int textureHeightIn)