Class ModelBox

java.lang.Object
net.minecraft.src.ModelBox
Direct Known Subclasses:
TranslucentModelBox

@Environment(CLIENT) public class ModelBox extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    final float
    X vertex coordinate of lower box corner
    final float
    X vertex coordinate of upper box corner
    final float
    Y vertex coordinate of lower box corner
    final float
    Y vertex coordinate of upper box corner
    final float
    Z vertex coordinate of lower box corner
    final float
    Z vertex coordinate of upper box corner
  • Constructor Summary

    Constructors
    Constructor
    Description
    ModelBox(ModelRenderer par1ModelRenderer, int par2, int par3, float par4, float par5, float par6, int par7, int par8, int par9, float par10)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    render(Tessellator par1Tessellator, float par2)
    Draw the six sided box defined by this ModelBox

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • posX1

      public final float posX1
      X vertex coordinate of lower box corner
    • posY1

      public final float posY1
      Y vertex coordinate of lower box corner
    • posZ1

      public final float posZ1
      Z vertex coordinate of lower box corner
    • posX2

      public final float posX2
      X vertex coordinate of upper box corner
    • posY2

      public final float posY2
      Y vertex coordinate of upper box corner
    • posZ2

      public final float posZ2
      Z vertex coordinate of upper box corner
    • field_78247_g

      public String 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

      public void render(Tessellator par1Tessellator, float par2)
      Draw the six sided box defined by this ModelBox
    • func_78244_a

      public ModelBox func_78244_a(String par1Str)