Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package mike.bathicraft.model;
- import net.minecraft.client.model.ModelBase;
- import net.minecraft.client.model.ModelRenderer;
- import net.minecraft.entity.Entity;
- import net.minecraft.util.MathHelper;
- public class ModelTheGuardian extends ModelBase
- {
- //fields
- ModelRenderer Shape1;
- ModelRenderer Shape2;
- ModelRenderer Shape3;
- ModelRenderer Shape4;
- ModelRenderer Shape5;
- ModelRenderer Shape6;
- ModelRenderer Shape7;
- ModelRenderer Shape8;
- ModelRenderer Shape9;
- ModelRenderer Shape10;
- ModelRenderer Shape11;
- ModelRenderer Shape12;
- ModelRenderer Shape13;
- public ModelTheGuardian()
- {
- textureWidth = 128;
- textureHeight = 128;
- Shape1 = new ModelRenderer(this, 75, 3);
- Shape1.addBox(0F, 0F, 0F, 8, 7, 8);
- Shape1.setRotationPoint(-4F, -33F, 0F);
- Shape1.setTextureSize(128, 128);
- Shape1.mirror = true;
- setRotation(Shape1, 0F, 0F, 0F);
- Shape2 = new ModelRenderer(this, 54, 22);
- Shape2.addBox(0F, 0F, 0F, 26, 8, 10);
- Shape2.setRotationPoint(-13F, -26F, -1F);
- Shape2.setTextureSize(128, 128);
- Shape2.mirror = true;
- setRotation(Shape2, 0F, 0F, 0F);
- Shape3 = new ModelRenderer(this, 68, 43);
- Shape3.addBox(0F, 0F, 0F, 18, 6, 8);
- Shape3.setRotationPoint(-9F, -18F, 0F);
- Shape3.setTextureSize(128, 128);
- Shape3.mirror = true;
- setRotation(Shape3, 0F, 0F, 0F);
- Shape4 = new ModelRenderer(this, 90, 59);
- Shape4.addBox(0F, 0F, 0F, 4, 6, 4);
- Shape4.setRotationPoint(-2F, -12F, 2F);
- Shape4.setTextureSize(128, 128);
- Shape4.mirror = true;
- setRotation(Shape4, 0F, 0F, 0F);
- Shape5 = new ModelRenderer(this, 65, 72);
- Shape5.addBox(0F, 0F, 0F, 18, 6, 8);
- Shape5.setRotationPoint(-9F, -6F, 0F);
- Shape5.setTextureSize(128, 128);
- Shape5.mirror = true;
- setRotation(Shape5, 0F, 0F, 0F);
- Shape6 = new ModelRenderer(this, 72, 90);
- Shape6.addBox(0F, 0F, 0F, 6, 10, 6);
- Shape6.setRotationPoint(-13F, 0F, 1F);
- Shape6.setTextureSize(128, 128);
- Shape6.mirror = true;
- setRotation(Shape6, 0F, 0F, 0F);
- Shape7 = new ModelRenderer(this, 100, 90);
- Shape7.addBox(0F, 0F, 0F, 6, 10, 6);
- Shape7.setRotationPoint(7F, 0F, 1F);
- Shape7.setTextureSize(128, 128);
- Shape7.mirror = true;
- setRotation(Shape7, 0F, 0F, 0F);
- Shape8 = new ModelRenderer(this, 4, 93);
- Shape8.addBox(0F, 0F, 0F, 8, 14, 8);
- Shape8.setRotationPoint(-14F, 10F, 0F);
- Shape8.setTextureSize(128, 128);
- Shape8.mirror = true;
- setRotation(Shape8, 0F, 0F, 0F);
- Shape9 = new ModelRenderer(this, 4, 62);
- Shape9.addBox(0F, 0F, 0F, 8, 14, 8);
- Shape9.setRotationPoint(6F, 10F, 0F);
- Shape9.setTextureSize(128, 128);
- Shape9.mirror = true;
- setRotation(Shape9, 0F, 0F, 0F);
- Shape10 = new ModelRenderer(this, 4, 32);
- Shape10.addBox(5F, 0F, 0F, 8, 14, 8);
- Shape10.setRotationPoint(8F, -29F, 0F);
- Shape10.setTextureSize(128, 128);
- Shape10.mirror = true;
- setRotation(Shape10, 0F, 0F, 0F);
- Shape11 = new ModelRenderer(this, 6, 4);
- Shape11.addBox(0F, 0F, 0F, 8, 14, 8);
- Shape11.setRotationPoint(-21F, -29F, 0F);
- Shape11.setTextureSize(128, 128);
- Shape11.mirror = true;
- setRotation(Shape11, 0F, 0F, 0F);
- Shape12 = new ModelRenderer(this, 39, 51);
- Shape12.addBox(0F, 0F, 0F, 6, 26, 6);
- Shape12.setRotationPoint(-20F, -15F, 1F);
- Shape12.setTextureSize(128, 128);
- Shape12.mirror = true;
- setRotation(Shape12, 0F, 0F, 0F);
- Shape13 = new ModelRenderer(this, 44, 93);
- Shape13.addBox(0F, 0F, 0F, 6, 26, 6);
- Shape13.setRotationPoint(14F, -15F, 1F);
- Shape13.setTextureSize(128, 128);
- Shape13.mirror = true;
- setRotation(Shape13, 0F, 0F, 0F);
- }
- public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5)
- {
- super.render(entity, f, f1, f2, f3, f4, f5);
- setRotationAngles(f, f1, f2, f3, f4, f5, entity);
- 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);
- Shape10.render(f5);
- Shape11.render(f5);
- Shape12.render(f5);
- Shape13.render(f5);
- }
- private void setRotation(ModelRenderer model, float x, float y, float z)
- {
- model.rotateAngleX = x;
- model.rotateAngleY = y;
- model.rotateAngleZ = z;
- }
- public void setRotationAngles(Entity entity, float f, float f1, float f2, float f3, float f4, float f5)
- {
- super.setRotationAngles(f, f1, f2, f3, f4, f5, entity);
- this.Shape1.rotateAngleX = f4 / (180F / (float)Math.PI);
- this.Shape1.rotateAngleY = f3 / (180F / (float)Math.PI);
- this.Shape6.rotateAngleX = MathHelper.cos(f * 0.6662F) * 1.4F * f1;
- this.Shape7.rotateAngleX = MathHelper.cos(f * 0.6662F + (float)Math.PI) * 1.4F * f1;
- this.Shape8.rotateAngleX = MathHelper.cos(f * 0.6662F) * 1.4F * f1;
- this.Shape9.rotateAngleX = MathHelper.cos(f * 0.6662F + (float)Math.PI) * 1.4F * f1;
- }
Advertisement
Add Comment
Please, Sign In to add comment