Class TranslucentModelBox

java.lang.Object
net.minecraft.src.ModelBox
btw.client.render.util.TranslucentModelBox

public class TranslucentModelBox extends ModelBox
Direct port from Ears, by Unascribed. Ears is licensed under the MIT License; said license can be found at the top of this file and in the package-info file of the Ears package as a block comment.
  • Constructor Details

    • TranslucentModelBox

      public TranslucentModelBox(ModelRenderer parent, int texU, int texV, float x, float y, float z, int xSize, int ySize, int zSize, float grow)
  • Method Details

    • render

      public void render(Tessellator par1Tessellator, float par2)
      Description copied from class: ModelBox
      Draw the six sided box defined by this ModelBox
      Overrides:
      render in class ModelBox
    • addBoxTo

      public static void addBoxTo(ModelRenderer rend, int texOfsX, int texOfsY, float p_78790_1_, float p_78790_2_, float p_78790_3_, int p_78790_4_, int p_78790_5_, int p_78790_6_, float p_78790_7_)