Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Date: 21/02/2014 9:45:38 PM
- // Template version 1.1
- // Java generated by Techne
- // Keep in mind that you still need to fill in some blanks
- // - ZeuX
- package Periodicraft;
- import net.minecraft.client.model.ModelBase;
- import net.minecraft.client.model.ModelRenderer;
- public class ModelLatexBarrel extends ModelBase
- {
- //fields
- ModelRenderer Shape1;
- ModelRenderer Shape2;
- ModelRenderer Shape3;
- ModelRenderer Shape4;
- ModelRenderer Shape5;
- ModelRenderer Shape6;
- ModelRenderer Shape7;
- ModelRenderer Shape8;
- ModelRenderer Shape9;
- float f5 = 0.0625F;
- public ModelLatexBarrel()
- {
- textureWidth = 128;
- textureHeight = 32;
- Shape1 = new ModelRenderer(this, 64, 0);
- Shape1.addBox(0F, 0F, 0F, 16, 1, 16);
- Shape1.setRotationPoint(-8F, 21F, -8F);
- Shape1.setTextureSize(128, 32);
- Shape1.mirror = true;
- setRotation(Shape1, 0F, 0F, 0F);
- Shape2 = new ModelRenderer(this, 32, 0);
- Shape2.addBox(0F, 0F, 0F, 2, 2, 2);
- Shape2.setRotationPoint(6F, 22F, 6F);
- Shape2.setTextureSize(128, 32);
- Shape2.mirror = true;
- setRotation(Shape2, 0F, 0F, 0F);
- Shape3 = new ModelRenderer(this, 32, 0);
- Shape3.addBox(0F, 0F, 0F, 2, 2, 2);
- Shape3.setRotationPoint(-8F, 22F, 6F);
- Shape3.setTextureSize(128, 32);
- Shape3.mirror = true;
- setRotation(Shape3, 0F, 0F, 0F);
- Shape4 = new ModelRenderer(this, 32, 0);
- Shape4.addBox(0F, 0F, 0F, 2, 2, 2);
- Shape4.setRotationPoint(-8F, 22F, -8F);
- Shape4.setTextureSize(128, 32);
- Shape4.mirror = true;
- setRotation(Shape4, 0F, 0F, 0F);
- Shape5 = new ModelRenderer(this, 32, 0);
- Shape5.addBox(0F, 0F, 0F, 2, 2, 2);
- Shape5.setRotationPoint(6F, 22F, -8F);
- Shape5.setTextureSize(128, 32);
- Shape5.mirror = true;
- setRotation(Shape5, 0F, 0F, 0F);
- Shape6 = new ModelRenderer(this, 0, 0);
- Shape6.addBox(0F, 0F, 0F, 12, 12, 1);
- Shape6.setRotationPoint(-6F, 9F, 6F);
- Shape6.setTextureSize(128, 32);
- Shape6.mirror = true;
- setRotation(Shape6, 0F, 0F, 0F);
- Shape7 = new ModelRenderer(this, 0, 0);
- Shape7.addBox(0F, 0F, 0F, 1, 12, 12);
- Shape7.setRotationPoint(6F, 9F, -6F);
- Shape7.setTextureSize(128, 32);
- Shape7.mirror = true;
- setRotation(Shape7, 0F, 0F, 0F);
- Shape8 = new ModelRenderer(this, 0, 0);
- Shape8.addBox(0F, 0F, 0F, 1, 12, 12);
- Shape8.setRotationPoint(-7F, 9F, -6F);
- Shape8.setTextureSize(128, 32);
- Shape8.mirror = true;
- setRotation(Shape8, 0F, 0F, 0F);
- Shape9 = new ModelRenderer(this, 0, 0);
- Shape9.addBox(0F, 0F, 0F, 12, 12, 1);
- Shape9.setRotationPoint(-6F, 9F, -7F);
- Shape9.setTextureSize(128, 32);
- Shape9.mirror = true;
- setRotation(Shape9, 0F, 0F, 0F);
- }
- public void render()
- {
- Shape1.render(f5);
- Shape2.render(f5);
- Shape3.render(f5);
- Shape4.render(f5);
- Shape5.render(f5);
- Shape6.render(f5);
- Shape7.render(f5);
- Shape8.render(f5);
- Shape9.render(f5);
- }
- private void setRotation(ModelRenderer model, float x, float y, float z)
- {
- model.rotateAngleX = x;
- model.rotateAngleY = y;
- model.rotateAngleZ = z;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment