Package btw.client.render.util
Class TranslucentModelBox
java.lang.Object
net.minecraft.src.ModelBox
btw.client.render.util.TranslucentModelBox
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.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTranslucentModelBox(ModelRenderer parent, int texU, int texV, float x, float y, float z, int xSize, int ySize, int zSize, float grow) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddBoxTo(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_) voidrender(Tessellator par1Tessellator, float par2) Draw the six sided box defined by this ModelBoxMethods inherited from class net.minecraft.src.ModelBox
func_78244_a
-
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
Description copied from class:ModelBoxDraw the six sided box defined by this 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_)
-