Package net.minecraft.src
Class ModelBox
java.lang.Object
net.minecraft.src.ModelBox
- Direct Known Subclasses:
TranslucentModelBox
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal floatX vertex coordinate of lower box cornerfinal floatX vertex coordinate of upper box cornerfinal floatY vertex coordinate of lower box cornerfinal floatY vertex coordinate of upper box cornerfinal floatZ vertex coordinate of lower box cornerfinal floatZ vertex coordinate of upper box corner -
Constructor Summary
ConstructorsConstructorDescriptionModelBox(ModelRenderer par1ModelRenderer, int par2, int par3, float par4, float par5, float par6, int par7, int par8, int par9, float par10) -
Method Summary
Modifier and TypeMethodDescriptionfunc_78244_a(String par1Str) voidrender(Tessellator par1Tessellator, float par2) Draw the six sided box defined by this ModelBox
-
Field Details
-
posX1
public final float posX1X vertex coordinate of lower box corner -
posY1
public final float posY1Y vertex coordinate of lower box corner -
posZ1
public final float posZ1Z vertex coordinate of lower box corner -
posX2
public final float posX2X vertex coordinate of upper box corner -
posY2
public final float posY2Y vertex coordinate of upper box corner -
posZ2
public final float posZ2Z vertex coordinate of upper box corner -
field_78247_g
-
-
Constructor Details
-
ModelBox
public ModelBox(ModelRenderer par1ModelRenderer, int par2, int par3, float par4, float par5, float par6, int par7, int par8, int par9, float par10)
-
-
Method Details
-
render
Draw the six sided box defined by this ModelBox -
func_78244_a
-