Advertisement
Guest User

Untitled

a guest
Mar 27th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 17.40 KB | None | 0 0
  1. package sypher.mps.models;
  2.  
  3. //The Arm Cannon model
  4.  
  5. import net.minecraft.client.model.ModelBase;
  6. import net.minecraft.client.model.ModelRenderer;
  7. import net.minecraft.entity.Entity;
  8.  
  9. public class ArmCannonModel1 extends ModelBase
  10. {
  11.    //fields
  12.    public ModelRenderer Front1;
  13.    public ModelRenderer Front2;
  14.    public ModelRenderer Front3;
  15.    public ModelRenderer Front4;
  16.    public ModelRenderer Front5;
  17.    public ModelRenderer Front6;
  18.    public ModelRenderer Front7;
  19.    public ModelRenderer Front8;
  20.    public ModelRenderer LFront1;
  21.    public ModelRenderer LFront2;
  22.    public ModelRenderer LFront3;
  23.    public ModelRenderer LFront4;
  24.    public ModelRenderer LFront5;
  25.    public ModelRenderer LFront6;
  26.    public ModelRenderer LFront7;
  27.    public ModelRenderer LFront8;
  28.    public ModelRenderer LFront9;
  29.    public ModelRenderer LFront10;
  30.    public ModelRenderer LFront11;
  31.    public ModelRenderer LFront12;
  32.    public ModelRenderer Body9;
  33.    public ModelRenderer Body10;
  34.    public ModelRenderer Body11;
  35.    public ModelRenderer Body12;
  36.    public ModelRenderer Body13;
  37.    public ModelRenderer Body2;
  38.    public ModelRenderer Body3;
  39.    public ModelRenderer Body4;
  40.    public ModelRenderer Body5;
  41.    public ModelRenderer Body6;
  42.    public ModelRenderer Body7;
  43.    public ModelRenderer Body8;
  44.    public ModelRenderer BBody1;
  45.    public ModelRenderer BBody2;
  46.    public ModelRenderer BBody3;
  47.    public ModelRenderer BBody4;
  48.    public ModelRenderer BBody5;
  49.    public ModelRenderer BBody6;
  50.    public ModelRenderer BBody7;
  51.    public ModelRenderer BBody8;
  52.    public ModelRenderer BBody9;
  53.    public ModelRenderer BBody10;
  54.    public ModelRenderer BBody11;
  55.    public ModelRenderer BBody12;
  56.    public ModelRenderer BBody13;
  57.    public ModelRenderer BBody14;
  58.    public ModelRenderer BBody15;
  59.    public ModelRenderer BBody16;
  60.    public ModelRenderer RSide1;
  61.    public ModelRenderer RSide2;
  62.    public ModelRenderer RSide3;
  63.    public ModelRenderer LSide1;
  64.    public ModelRenderer LSide2;
  65.    public ModelRenderer LSide3;
  66.  
  67.    public ArmCannonModel1()
  68.    {
  69.       textureWidth = 64;
  70.       textureHeight = 32;
  71.  
  72.       Front1 = new ModelRenderer(this, 0, 30);
  73.       Front1.addBox(11F, 0F, 1F, 3, 1, 1);
  74.       Front1.setRotationPoint(0F, 0F, 0F);
  75.       Front1.setTextureSize(64, 32);
  76.       Front1.mirror = true;
  77.       setRotation(Front1, 0F, 1.570796F, 0F);
  78.       Front2.mirror = true;
  79.       Front2 = new ModelRenderer(this, 0, 30);
  80.       Front2.addBox(11F, 1F, 0F, 3, 1, 1);
  81.       Front2.setRotationPoint(0F, 0F, 0F);
  82.       Front2.setTextureSize(64, 32);
  83.       Front2.mirror = true;  <-This is line 79
  84.       setRotation(Front2, 1.570796F, 1.570796F, 0F);
  85.       Front2.mirror = false;
  86.       Front3 = new ModelRenderer(this, 0, 30);
  87.       Front3.addBox(11F, -1F, 1F, 3, 1, 1);
  88.       Front3.setRotationPoint(0F, 0F, 0F);
  89.       Front3.setTextureSize(64, 32);
  90.       Front3.mirror = true;
  91.       setRotation(Front3, 1.570796F, 1.570796F, 0F);
  92.       Front4 = new ModelRenderer(this, 0, 30);
  93.       Front4.addBox(11F, 0F, 1F, 3, 1, 1);
  94.       Front4.setRotationPoint(0F, 0F, 0F);
  95.       Front4.setTextureSize(64, 32);
  96.       Front4.mirror = true;
  97.       setRotation(Front4, 1.570796F, 1.570796F, 0F);
  98.       Front5 = new ModelRenderer(this, 0, 30);
  99.       Front5.addBox(11F, -2F, 0F, 3, 1, 1);
  100.       Front5.setRotationPoint(0F, 0F, 0F);
  101.       Front5.setTextureSize(64, 32);
  102.       Front5.mirror = true;
  103.       setRotation(Front5, 1.570796F, 1.570796F, 0F);
  104.       Front6 = new ModelRenderer(this, 0, 30);
  105.       Front6.addBox(11F, -2F, -1F, 3, 1, 1);
  106.       Front6.setRotationPoint(0F, 0F, 0F);
  107.       Front6.setTextureSize(64, 32);
  108.       Front6.mirror = true;
  109.       setRotation(Front6, 1.570796F, 1.570796F, 0F);
  110.       Front7 = new ModelRenderer(this, 0, 30);
  111.       Front7.addBox(11F, -1F, -2F, 3, 1, 1);
  112.       Front7.setRotationPoint(0F, 0F, 0F);
  113.       Front7.setTextureSize(64, 32);
  114.       Front7.mirror = true;
  115.       setRotation(Front7, 1.570796F, 1.570796F, 0F);
  116.       Front8 = new ModelRenderer(this, 0, 30);
  117.       Front8.addBox(11F, 0F, -2F, 3, 1, 1);
  118.       Front8.setRotationPoint(0F, 0F, 0F);
  119.       Front8.setTextureSize(64, 32);
  120.       Front8.mirror = true;
  121.       setRotation(Front8, 1.570796F, 1.570796F, 0F);
  122.       LFront1 = new ModelRenderer(this, 0, 30);
  123.       LFront1.addBox(9F, 1F, 1F, 2, 1, 1);
  124.       LFront1.setRotationPoint(0F, 0F, 0F);
  125.       LFront1.setTextureSize(64, 32);
  126.       LFront1.mirror = true;
  127.       setRotation(LFront1, 1.570796F, 1.570796F, 0F);
  128.       LFront2 = new ModelRenderer(this, 0, 30);
  129.       LFront2.addBox(9F, 2F, 0F, 2, 1, 1);
  130.       LFront2.setRotationPoint(0F, 0F, 0F);
  131.       LFront2.setTextureSize(64, 32);
  132.       LFront2.mirror = true;
  133.       setRotation(LFront2, 1.570796F, 1.570796F, 0F);
  134.       LFront3 = new ModelRenderer(this, 0, 30);
  135.       LFront3.addBox(9F, 0F, 2F, 2, 1, 1);
  136.       LFront3.setRotationPoint(0F, 0F, 0F);
  137.       LFront3.setTextureSize(64, 32);
  138.       LFront3.mirror = true;
  139.       setRotation(LFront3, 1.570796F, 1.570796F, 0F);
  140.       LFront4 = new ModelRenderer(this, 0, 30);
  141.       LFront4.addBox(9F, -1F, 2F, 2, 1, 1);
  142.       LFront4.setRotationPoint(0F, 0F, 0F);
  143.       LFront4.setTextureSize(64, 32);
  144.       LFront4.mirror = true;
  145.       setRotation(LFront4, 1.570796F, 1.570796F, 0F);
  146.       LFront5 = new ModelRenderer(this, 0, 30);
  147.       LFront5.addBox(9F, 2F, -1F, 2, 1, 1);
  148.       LFront5.setRotationPoint(0F, 0F, 0F);
  149.       LFront5.setTextureSize(64, 32);
  150.       LFront5.mirror = true;
  151.       setRotation(LFront5, 1.570796F, 1.570796F, 0F);
  152.       LFront6 = new ModelRenderer(this, 0, 30);
  153.       LFront6.addBox(9F, 1F, -2F, 2, 1, 1);
  154.       LFront6.setRotationPoint(0F, 0F, 0F);
  155.       LFront6.setTextureSize(64, 32);
  156.       LFront6.mirror = true;
  157.       setRotation(LFront6, 1.570796F, 1.570796F, 0F);
  158.       LFront7 = new ModelRenderer(this, 0, 30);
  159.       LFront7.addBox(9F, -3F, 0F, 2, 1, 1);
  160.       LFront7.setRotationPoint(0F, 0F, 0F);
  161.       LFront7.setTextureSize(64, 32);
  162.       LFront7.mirror = true;
  163.       setRotation(LFront7, 1.570796F, 1.570796F, 0F);
  164.       LFront8 = new ModelRenderer(this, 0, 30);
  165.       LFront8.addBox(9F, -3F, -1F, 2, 1, 1);
  166.       LFront8.setRotationPoint(0F, 0F, 0F);
  167.       LFront8.setTextureSize(64, 32);
  168.       LFront8.mirror = true;
  169.       setRotation(LFront8, 1.570796F, 1.570796F, 0F);
  170.       LFront9 = new ModelRenderer(this, 0, 30);
  171.       LFront9.addBox(9F, -2F, 1F, 2, 1, 1);
  172.       LFront9.setRotationPoint(0F, 0F, 0F);
  173.       LFront9.setTextureSize(64, 32);
  174.       LFront9.mirror = true;
  175.       setRotation(LFront9, 1.570796F, 1.570796F, 0F);
  176.       LFront10 = new ModelRenderer(this, 0, 30);
  177.       LFront10.addBox(9F, 0F, -3F, 2, 1, 1);
  178.       LFront10.setRotationPoint(0F, 0F, 0F);
  179.       LFront10.setTextureSize(64, 32);
  180.       LFront10.mirror = true;
  181.       setRotation(LFront10, 1.570796F, 1.570796F, 0F);
  182.       LFront11 = new ModelRenderer(this, 0, 30);
  183.       LFront11.addBox(9F, -1F, -3F, 2, 1, 1);
  184.       LFront11.setRotationPoint(0F, 0F, 0F);
  185.       LFront11.setTextureSize(64, 32);
  186.       LFront11.mirror = true;
  187.       setRotation(LFront11, 1.570796F, 1.570796F, 0F);
  188.       LFront12 = new ModelRenderer(this, 0, 30);
  189.       LFront12.addBox(9F, -2F, -2F, 2, 1, 1);
  190.       LFront12.setRotationPoint(0F, 0F, 0F);
  191.       LFront12.setTextureSize(64, 32);
  192.       LFront12.mirror = true;
  193.       setRotation(LFront12, 1.570796F, 1.570796F, 0F);
  194.       Body9 = new ModelRenderer(this, 0, 0);
  195.       Body9.addBox(-4F, 1F, 1F, 13, 1, 1);
  196.       Body9.setRotationPoint(0F, 0F, 0F);
  197.       Body9.setTextureSize(64, 32);
  198.       Body9.mirror = true;
  199.       setRotation(Body9, 0F, 1.570796F, 0F);
  200.       Body10 = new ModelRenderer(this, 0, 0);
  201.       Body10.addBox(-4F, -2F, 1F, 13, 1, 1);
  202.       Body10.setRotationPoint(0F, 0F, 0F);
  203.       Body10.setTextureSize(64, 32);
  204.       Body10.mirror = true;
  205.       setRotation(Body10, 0F, 1.570796F, 0F);
  206.       Body11 = new ModelRenderer(this, 0, 0);
  207.       Body11.addBox(-4F, 0F, 2F, 13, 1, 1);
  208.       Body11.setRotationPoint(0F, 0F, 0F);
  209.       Body11.setTextureSize(64, 32);
  210.       Body11.mirror = true;
  211.       setRotation(Body11, 0F, 1.570796F, 0F);
  212.       Body12 = new ModelRenderer(this, 0, 0);
  213.       Body12.addBox(-4F, -2F, -2F, 13, 1, 1);
  214.       Body12.setRotationPoint(0F, 0F, 0F);
  215.       Body12.setTextureSize(64, 32);
  216.       Body12.mirror = true;
  217.       setRotation(Body12, 0F, 1.570796F, 0F);
  218.       Body13 = new ModelRenderer(this, 0, 0);
  219.       Body13.addBox(-4F, -1F, 2F, 13, 1, 1);
  220.       Body13.setRotationPoint(0F, 0F, 0F);
  221.       Body13.setTextureSize(64, 32);
  222.       Body13.mirror = true;
  223.       setRotation(Body13, 0F, 1.570796F, 0F);
  224.       Body2 = new ModelRenderer(this, 0, 2);
  225.       Body2.addBox(-4F, -3F, 0F, 13, 1, 1);
  226.       Body2.setRotationPoint(0F, 0F, 0F);
  227.       Body2.setTextureSize(64, 32);
  228.       Body2.mirror = true;
  229.       setRotation(Body2, 0F, 1.570796F, 0F);
  230.       Body3 = new ModelRenderer(this, 0, 4);
  231.       Body3.addBox(-4F, -3F, -1F, 13, 1, 1);
  232.       Body3.setRotationPoint(0F, 0F, 0F);
  233.       Body3.setTextureSize(64, 32);
  234.       Body3.mirror = true;
  235.       setRotation(Body3, 0F, 1.570796F, 0F);
  236.       Body4 = new ModelRenderer(this, 0, 0);
  237.       Body4.addBox(-4F, 2F, -1F, 13, 1, 1);
  238.       Body4.setRotationPoint(0F, 0F, 0F);
  239.       Body4.setTextureSize(64, 32);
  240.       Body4.mirror = true;
  241.       setRotation(Body4, 0F, 1.570796F, 0F);
  242.       Body5 = new ModelRenderer(this, 0, 0);
  243.       Body5.addBox(-4F, 2F, 0F, 13, 1, 1);
  244.       Body5.setRotationPoint(0F, 0F, 0F);
  245.       Body5.setTextureSize(64, 32);
  246.       Body5.mirror = true;
  247.       setRotation(Body5, 0F, 1.570796F, 0F);
  248.       Body6 = new ModelRenderer(this, 0, 0);
  249.       Body6.addBox(-4F, 1F, -2F, 13, 1, 1);
  250.       Body6.setRotationPoint(0F, 0F, 0F);
  251.       Body6.setTextureSize(64, 32);
  252.       Body6.mirror = true;
  253.       setRotation(Body6, 0F, 1.570796F, 0F);
  254.       Body7 = new ModelRenderer(this, 0, 0);
  255.       Body7.addBox(-4F, -1F, -3F, 13, 1, 1);
  256.       Body7.setRotationPoint(0F, 0F, 0F);
  257.       Body7.setTextureSize(64, 32);
  258.       Body7.mirror = true;
  259.       setRotation(Body7, 0F, 1.570796F, 0F);
  260.       Body8 = new ModelRenderer(this, 0, 0);
  261.       Body8.addBox(-4F, 0F, -3F, 13, 1, 1);
  262.       Body8.setRotationPoint(0F, 0F, 0F);
  263.       Body8.setTextureSize(64, 32);
  264.       Body8.mirror = true;
  265.       setRotation(Body8, 0F, 1.570796F, 0F);
  266.       BBody1 = new ModelRenderer(this, 0, 20);
  267.       BBody1.addBox(-3F, 0F, 4F, 1, 1, 4);
  268.       BBody1.setRotationPoint(0F, 0F, 0F);
  269.       BBody1.setTextureSize(64, 32);
  270.       BBody1.mirror = true;
  271.       setRotation(BBody1, 0F, 0F, 0F);
  272.       BBody2 = new ModelRenderer(this, 0, 20);
  273.       BBody2.addBox(-3F, -1F, 4F, 1, 1, 4);
  274.       BBody2.setRotationPoint(0F, 0F, 0F);
  275.       BBody2.setTextureSize(64, 32);
  276.       BBody2.mirror = true;
  277.       setRotation(BBody2, 0F, 0F, 0F);
  278.       BBody3 = new ModelRenderer(this, 0, 20);
  279.       BBody3.addBox(-2F, 1F, 4F, 1, 1, 4);
  280.       BBody3.setRotationPoint(0F, 0F, 0F);
  281.       BBody3.setTextureSize(64, 32);
  282.       BBody3.mirror = true;
  283.       setRotation(BBody3, 0F, 0F, 0F);
  284.       BBody4 = new ModelRenderer(this, 0, 20);
  285.       BBody4.addBox(-2F, -2F, 4F, 1, 1, 4);
  286.       BBody4.setRotationPoint(0F, 0F, 0F);
  287.       BBody4.setTextureSize(64, 32);
  288.       BBody4.mirror = true;
  289.       setRotation(BBody4, 0F, 0F, 0F);
  290.       BBody5 = new ModelRenderer(this, 0, 20);
  291.       BBody5.addBox(1F, 1F, 4F, 1, 1, 4);
  292.       BBody5.setRotationPoint(0F, 0F, 0F);
  293.       BBody5.setTextureSize(64, 32);
  294.       BBody5.mirror = true;
  295.       setRotation(BBody5, 0F, 0F, 0F);
  296.       BBody6 = new ModelRenderer(this, 0, 20);
  297.       BBody6.addBox(1F, -2F, 4F, 1, 1, 4);
  298.       BBody6.setRotationPoint(0F, 0F, 0F);
  299.       BBody6.setTextureSize(64, 32);
  300.       BBody6.mirror = true;
  301.       setRotation(BBody6, 0F, 0F, 0F);
  302.       BBody7 = new ModelRenderer(this, 0, 20);
  303.       BBody7.addBox(-1F, 2F, 4F, 1, 1, 4);
  304.       BBody7.setRotationPoint(0F, 0F, 0F);
  305.       BBody7.setTextureSize(64, 32);
  306.       BBody7.mirror = true;
  307.       setRotation(BBody7, 0F, 0F, 0F);
  308.       BBody8 = new ModelRenderer(this, 0, 20);
  309.       BBody8.addBox(0F, 2F, 4F, 1, 1, 4);
  310.       BBody8.setRotationPoint(0F, 0F, 0F);
  311.       BBody8.setTextureSize(64, 32);
  312.       BBody8.mirror = true;
  313.       setRotation(BBody8, 0F, 0F, 0F);
  314.       BBody9 = new ModelRenderer(this, 0, 20);
  315.       BBody9.addBox(2F, -1F, 4F, 1, 1, 4);
  316.       BBody9.setRotationPoint(0F, 0F, 0F);
  317.       BBody9.setTextureSize(64, 32);
  318.       BBody9.mirror = true;
  319.       setRotation(BBody9, 0F, 0F, 0F);
  320.       BBody10 = new ModelRenderer(this, 0, 20);
  321.       BBody10.addBox(2F, 0F, 4F, 1, 1, 4);
  322.       BBody10.setRotationPoint(0F, 0F, 0F);
  323.       BBody10.setTextureSize(64, 32);
  324.       BBody10.mirror = true;
  325.       setRotation(BBody10, 0F, 0F, 0F);
  326.       BBody11 = new ModelRenderer(this, 0, 20);
  327.       BBody11.addBox(-1F, -3F, 4F, 1, 1, 4);
  328.       BBody11.setRotationPoint(0F, 0F, 0F);
  329.       BBody11.setTextureSize(64, 32);
  330.       BBody11.mirror = true;
  331.       setRotation(BBody11, 0F, 0F, 0F);
  332.       BBody12 = new ModelRenderer(this, 0, 20);
  333.       BBody12.addBox(0F, -3F, 4F, 1, 1, 4);
  334.       BBody12.setRotationPoint(0F, 0F, 0F);
  335.       BBody12.setTextureSize(64, 32);
  336.       BBody12.mirror = true;
  337.       setRotation(BBody12, 0F, 0F, 0F);
  338.       BBody13 = new ModelRenderer(this, 10, 10);
  339.       BBody13.addBox(-1F, 1F, 8F, 2, 1, 1);
  340.       BBody13.setRotationPoint(0F, 0F, 0F);
  341.       BBody13.setTextureSize(64, 32);
  342.       BBody13.mirror = true;
  343.       setRotation(BBody13, 0F, 0F, 0F);
  344.       BBody14 = new ModelRenderer(this, 10, 10);
  345.       BBody14.addBox(-1F, -2F, 8F, 2, 1, 1);
  346.       BBody14.setRotationPoint(0F, 0F, 0F);
  347.       BBody14.setTextureSize(64, 32);
  348.       BBody14.mirror = true;
  349.       setRotation(BBody14, 0F, 0F, 0F);
  350.       BBody15 = new ModelRenderer(this, 10, 10);
  351.       BBody15.addBox(1F, -1F, 8F, 1, 2, 1);
  352.       BBody15.setRotationPoint(0F, 0F, 0F);
  353.       BBody15.setTextureSize(64, 32);
  354.       BBody15.mirror = true;
  355.       setRotation(BBody15, 0F, 0F, 0F);
  356.       BBody15 = new ModelRenderer(this, 10, 10);
  357.       BBody15.addBox(-2F, -1F, 8F, 1, 2, 1);
  358.       BBody15.setRotationPoint(0F, 0F, 0F);
  359.       BBody15.setTextureSize(64, 32);
  360.       BBody15.mirror = true;
  361.       setRotation(BBody15, 0F, 0F, 0F);
  362.       RSide1 = new ModelRenderer(this, 0, 14);
  363.       RSide1.addBox(-4F, -1F, 4F, 1, 2, 2);
  364.       RSide1.setRotationPoint(0F, 0F, 0F);
  365.       RSide1.setTextureSize(64, 32);
  366.       RSide1.mirror = true;
  367.       setRotation(RSide1, 0F, 0F, 0F);
  368.       RSide2 = new ModelRenderer(this, 0, 20);
  369.       RSide2.addBox(2F, -2F, 4F, 1, 1, 2);
  370.       RSide2.setRotationPoint(0F, 0F, 0F);
  371.       RSide2.setTextureSize(64, 32);
  372.       RSide2.mirror = true;
  373.       setRotation(RSide2, 0F, 0F, 0F);
  374.       RSide3 = new ModelRenderer(this, 0, 20);
  375.       RSide3.addBox(2F, 1F, 4F, 1, 1, 2);
  376.       RSide3.setRotationPoint(0F, 0F, 0F);
  377.       RSide3.setTextureSize(64, 32);
  378.       RSide3.mirror = true;
  379.       setRotation(RSide3, 0F, 0F, 0F);
  380.       LSide1 = new ModelRenderer(this, 0, 10);
  381.       LSide1.addBox(3F, -1F, 4F, 1, 2, 2);
  382.       LSide1.setRotationPoint(0F, 0F, 0F);
  383.       LSide1.setTextureSize(64, 32);
  384.       LSide1.mirror = true;
  385.       setRotation(LSide1, 0F, 0F, 0F);
  386.       LSide2 = new ModelRenderer(this, 0, 20);
  387.       LSide2.addBox(-3F, -2F, 4F, 1, 1, 2);
  388.       LSide2.setRotationPoint(0F, 0F, 0F);
  389.       LSide2.setTextureSize(64, 32);
  390.       LSide2.mirror = true;
  391.       setRotation(LSide2, 0F, 0F, 0F);
  392.       LSide3 = new ModelRenderer(this, 0, 20);
  393.       LSide3.addBox(-3F, 1F, 4F, 1, 1, 2);
  394.       LSide3.setRotationPoint(0F, 0F, 0F);
  395.       LSide3.setTextureSize(64, 32);
  396.       LSide3.mirror = true;
  397.       setRotation(LSide3, 0F, 0F, 0F);
  398.    }
  399.  
  400.    public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5)
  401.    {
  402.       super.render(entity, f, f1, f2, f3, f4, f5);
  403.       setRotationAngles(f, f1, f2, f3, f4, f5, entity);
  404.       Front1.render(f5);
  405.       Front2.render(f5);
  406.       Front3.render(f5);
  407.       Front4.render(f5);
  408.       Front5.render(f5);
  409.       Front6.render(f5);
  410.       Front7.render(f5);
  411.       Front8.render(f5);
  412.       LFront1.render(f5);
  413.       LFront2.render(f5);
  414.       LFront3.render(f5);
  415.       LFront4.render(f5);
  416.       LFront5.render(f5);
  417.       LFront6.render(f5);
  418.       LFront7.render(f5);
  419.       LFront8.render(f5);
  420.       LFront9.render(f5);
  421.       LFront10.render(f5);
  422.       LFront11.render(f5);
  423.       LFront12.render(f5);
  424.       Body9.render(f5);
  425.       Body9.render(f5);
  426.       Body9.render(f5);
  427.       Body9.render(f5);
  428.       Body9.render(f5);
  429.       Body2.render(f5);
  430.       Body3.render(f5);
  431.       Body4.render(f5);
  432.       Body5.render(f5);
  433.       Body6.render(f5);
  434.       Body7.render(f5);
  435.       Body8.render(f5);
  436.       BBody1.render(f5);
  437.       BBody2.render(f5);
  438.       BBody3.render(f5);
  439.       BBody4.render(f5);
  440.       BBody5.render(f5);
  441.       BBody6.render(f5);
  442.       BBody7.render(f5);
  443.       BBody8.render(f5);
  444.       BBody9.render(f5);
  445.       BBody10.render(f5);
  446.       BBody11.render(f5);
  447.       BBody12.render(f5);
  448.       BBody13.render(f5);
  449.       BBody14.render(f5);
  450.       BBody15.render(f5);
  451.       BBody15.render(f5);
  452.       RSide1.render(f5);
  453.       RSide2.render(f5);
  454.       RSide3.render(f5);
  455.       LSide1.render(f5);
  456.       LSide2.render(f5);
  457.       LSide3.render(f5);
  458.    }
  459.  
  460.    private void setRotation(ModelRenderer model, float x, float y, float z)
  461.    {
  462.       model.rotateAngleX = x;
  463.       model.rotateAngleY = y;
  464.       model.rotateAngleZ = z;
  465.    }
  466.  
  467.    public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5, Entity ent)
  468.    {
  469.       super.setRotationAngles(f, f1, f2, f3, f4, f5, ent);
  470.    }
  471.  
  472. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement