Advertisement
Guest User

Untitled

a guest
May 13th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 26.39 KB | None | 0 0
  1. public class RylinthArmorModel extends ModelBiped
  2. {
  3.   //fields
  4.     ModelRenderer Right_Shoulder;
  5.     ModelRenderer Left_Shoulder;
  6.     ModelRenderer Right_shoulder_edge;
  7.     ModelRenderer Left_shoulder_edge;
  8.     ModelRenderer Chestplate;
  9.     ModelRenderer Chestplate_lower;
  10.     ModelRenderer Backplate;
  11.     ModelRenderer Backplate_lower;
  12.     ModelRenderer R_side_plate;
  13.     ModelRenderer L_side_plate;
  14.     ModelRenderer Belt;
  15.     ModelRenderer Neck;
  16.     ModelRenderer Banner_L;
  17.     ModelRenderer Banner_R;
  18.     ModelRenderer Banner_tip_L;
  19.     ModelRenderer Banner_tip_R;
  20.     ModelRenderer ShoulderWingBoltL;
  21.     ModelRenderer ShoulderWingBaseL;
  22.     ModelRenderer ShoulderWing1L;
  23.     ModelRenderer ShoulderWing2L;
  24.     ModelRenderer ShoulderWing3L;
  25.     ModelRenderer ShoulderWingBoltR;
  26.     ModelRenderer ShoulderWingBaseR;
  27.     ModelRenderer ShoulderWing1R;
  28.     ModelRenderer ShoulderWing2R;
  29.     ModelRenderer ShoulderWing3R;
  30.     ModelRenderer RightLayer1A;
  31.     ModelRenderer RightLayer1B;
  32.     ModelRenderer RightLayer1C;
  33.     ModelRenderer RightLayer1D;
  34.     ModelRenderer LeftLayer1A;
  35.     ModelRenderer LeftLayer1B;
  36.     ModelRenderer LeftLayer1C;
  37.     ModelRenderer LeftLayerD;
  38.     ModelRenderer Cape;
  39.     ModelRenderer Elbow_pad_R;
  40.     ModelRenderer StrapUpper_R;
  41.     ModelRenderer StrapLower_R;
  42.     ModelRenderer Elbow_pad_L;
  43.     ModelRenderer StrapUpper_L;
  44.     ModelRenderer StrapLower_L;
  45.     ModelRenderer ThighUpperL;
  46.     ModelRenderer ThighUpperR;
  47.     ModelRenderer ThighLower_R;
  48.     ModelRenderer ThighLower_L;
  49.     ModelRenderer ThighLowest_R;
  50.     ModelRenderer ThighLowest_L;
  51.     ModelRenderer ThighMain_R;
  52.     ModelRenderer ThighMain_L;
  53.     ModelRenderer Knee_plate_R;
  54.     ModelRenderer Knee_plate_L;
  55.     ModelRenderer HeadLeft;
  56.     ModelRenderer HeadBack;
  57.     ModelRenderer HeadRight;
  58.     ModelRenderer HeadTrim;
  59.     ModelRenderer Head_Top;
  60.     ModelRenderer Crown_thing;
  61.     ModelRenderer Crown_thing_support;
  62.     ModelRenderer Crown_thing_second;
  63.     ModelRenderer Head_tippy_top;
  64.     ModelRenderer CornerHelmetR;
  65.     ModelRenderer CornerHelmetL;
  66.     ModelRenderer HelmWingBoltR;
  67.     ModelRenderer HelmWingBoltL;
  68.     ModelRenderer WingBaseR;
  69.     ModelRenderer WingBaseL;
  70.     ModelRenderer WingTipR;
  71.     ModelRenderer WingTipL;
  72.     ModelRenderer WingMidL;
  73.     ModelRenderer WingMidR;
  74.     ModelRenderer WingBottomL;
  75.     ModelRenderer WingBottomR;
  76.     ModelRenderer head;
  77.     ModelRenderer body;
  78.     ModelRenderer rightarm;
  79.     ModelRenderer leftarm;
  80.     ModelRenderer rightleg;
  81.     ModelRenderer leftleg;
  82.  
  83.   public RylinthArmorModel(float f)
  84.   {
  85.     super(f, 0, 128, 128);
  86.    
  87.       Right_Shoulder = new ModelRenderer(this, 0, 34);
  88.       Right_Shoulder.addBox(-3.5F, -3F, -2.466667F, 5, 4, 5);
  89.       Right_Shoulder.setRotationPoint(0F, 0F, 0F);
  90.       Right_Shoulder.setTextureSize(128, 128);
  91.       Right_Shoulder.mirror = true;
  92.       setRotation(Right_Shoulder, 0F, 0F, 0F);
  93.       Left_Shoulder = new ModelRenderer(this, 20, 34);
  94.       Left_Shoulder.addBox(-3.5F, -2F, -2.5F, 5, 4, 5);
  95.       Left_Shoulder.setRotationPoint(0F, 0F, 0F);
  96.       Left_Shoulder.setTextureSize(128, 128);
  97.       Left_Shoulder.mirror = true;
  98.       setRotation(Left_Shoulder, 0F, 0F, 0F);
  99.       Right_shoulder_edge = new ModelRenderer(this, 0, 44);
  100.       Right_shoulder_edge.addBox(-4F, 3F, -3F, 6, 1, 6);
  101.       Right_shoulder_edge.setRotationPoint(0F, 0F, 0F);
  102.       Right_shoulder_edge.setTextureSize(128, 128);
  103.       Right_shoulder_edge.mirror = true;
  104.       setRotation(Right_shoulder_edge, 0F, 0F, 0F);
  105.       Left_shoulder_edge = new ModelRenderer(this, 24, 44);
  106.       Left_shoulder_edge.addBox(-2F, 1F, -3F, 6, 1, 6);
  107.       Left_shoulder_edge.setRotationPoint(0F, 0F, 0F);
  108.       Left_shoulder_edge.setTextureSize(128, 128);
  109.       Left_shoulder_edge.mirror = true;
  110.       setRotation(Left_shoulder_edge, 0F, 0F, 0F);
  111.       Chestplate = new ModelRenderer(this, 0, 54);
  112.       Chestplate.addBox(-4F, 0F, -3F, 8, 6, 2);
  113.       Chestplate.setRotationPoint(0F, 0F, 0F);
  114.       Chestplate.setTextureSize(128, 128);
  115.       Chestplate.mirror = true;
  116.       setRotation(Chestplate, 0F, 0F, 0F);
  117.       Chestplate_lower = new ModelRenderer(this, 0, 62);
  118.       Chestplate_lower.addBox(-4F, 6F, -2.5F, 8, 6, 1);
  119.       Chestplate_lower.setRotationPoint(0F, 0F, 0F);
  120.       Chestplate_lower.setTextureSize(128, 128);
  121.       Chestplate_lower.mirror = true;
  122.       setRotation(Chestplate_lower, 0F, 0F, 0F);
  123.       Backplate = new ModelRenderer(this, 21, 54);
  124.       Backplate.addBox(-4F, 0F, 1F, 8, 8, 2);
  125.       Backplate.setRotationPoint(0F, 0F, 0F);
  126.       Backplate.setTextureSize(128, 128);
  127.       Backplate.mirror = true;
  128.       setRotation(Backplate, 0F, 0F, 0F);
  129.       Backplate_lower = new ModelRenderer(this, 22, 64);
  130.       Backplate_lower.addBox(-4F, 8F, 1.5F, 8, 4, 1);
  131.       Backplate_lower.setRotationPoint(0F, 0F, 0F);
  132.       Backplate_lower.setTextureSize(128, 128);
  133.       Backplate_lower.mirror = true;
  134.       setRotation(Backplate_lower, 0F, 0F, 0F);
  135.       R_side_plate = new ModelRenderer(this, 0, 70);
  136.       R_side_plate.addBox(-4.5F, 0F, -2F, 1, 12, 4);
  137.       R_side_plate.setRotationPoint(0F, 0F, 0F);
  138.       R_side_plate.setTextureSize(128, 128);
  139.       R_side_plate.mirror = true;
  140.       setRotation(R_side_plate, 0F, 0F, 0F);
  141.       L_side_plate = new ModelRenderer(this, 11, 70);
  142.       L_side_plate.addBox(3.5F, 0F, -2F, 1, 12, 4);
  143.       L_side_plate.setRotationPoint(0F, 0F, 0F);
  144.       L_side_plate.setTextureSize(128, 128);
  145.       L_side_plate.mirror = true;
  146.       setRotation(L_side_plate, 0F, 0F, 0F);
  147.       Belt = new ModelRenderer(this, 0, 87);
  148.       Belt.addBox(-4.5F, 11F, -2.5F, 9, 1, 5);
  149.       Belt.setRotationPoint(0F, 0F, 0F);
  150.       Belt.setTextureSize(128, 128);
  151.       Belt.mirror = true;
  152.       setRotation(Belt, 0F, 0F, 0F);
  153.       Neck = new ModelRenderer(this, 42, 57);
  154.       Neck.addBox(-4.5F, -1.5F, -4.5F, 9, 3, 9);
  155.       Neck.setRotationPoint(0F, 0F, 0F);
  156.       Neck.setTextureSize(128, 128);
  157.       Neck.mirror = true;
  158.       setRotation(Neck, 0.1570796F, 0F, 0F);
  159.       Banner_L = new ModelRenderer(this, 4, 93);
  160.       Banner_L.addBox(1F, 2F, -3.5F, 2, 8, 0);
  161.       Banner_L.setRotationPoint(0F, 0F, 0F);
  162.       Banner_L.setTextureSize(128, 128);
  163.       Banner_L.mirror = true;
  164.       setRotation(Banner_L, 0F, 0F, 0F);
  165.       Banner_R = new ModelRenderer(this, 0, 93);
  166.       Banner_R.addBox(-3F, 2F, -3.5F, 2, 8, 0);
  167.       Banner_R.setRotationPoint(0F, 0F, 0F);
  168.       Banner_R.setTextureSize(128, 128);
  169.       Banner_R.mirror = true;
  170.       setRotation(Banner_R, 0F, 0F, 0F);
  171.       Banner_tip_L = new ModelRenderer(this, 6, 101);
  172.       Banner_tip_L.addBox(2F, 10F, -3.5F, 1, 2, 0);
  173.       Banner_tip_L.setRotationPoint(0F, 0F, 0F);
  174.       Banner_tip_L.setTextureSize(128, 128);
  175.       Banner_tip_L.mirror = true;
  176.       setRotation(Banner_tip_L, 0F, 0F, 0F);
  177.       Banner_tip_R = new ModelRenderer(this, 0, 101);
  178.       Banner_tip_R.addBox(-3F, 10F, -3.5F, 1, 2, 0);
  179.       Banner_tip_R.setRotationPoint(0F, 0F, 0F);
  180.       Banner_tip_R.setTextureSize(128, 128);
  181.       Banner_tip_R.mirror = true;
  182.       setRotation(Banner_tip_R, 0F, 0F, 0F);
  183.       ShoulderWingBoltL = new ModelRenderer(this, 8, 110);
  184.       ShoulderWingBoltL.addBox(1F, -1.5F, -0.3F, 1, 1, 1);
  185.       ShoulderWingBoltL.setRotationPoint(0F, 0F, 0F);
  186.       ShoulderWingBoltL.setTextureSize(128, 128);
  187.       ShoulderWingBoltL.mirror = true;
  188.       setRotation(ShoulderWingBoltL, 0F, 0F, 0F);
  189.       ShoulderWingBaseL = new ModelRenderer(this, 8, 93);
  190.       ShoulderWingBaseL.addBox(1.7F, -1F, 1F, 0, 1, 4);
  191.       ShoulderWingBaseL.setRotationPoint(0F, 0F, 0F);
  192.       ShoulderWingBaseL.setTextureSize(128, 128);
  193.       ShoulderWingBaseL.mirror = true;
  194.       setRotation(ShoulderWingBaseL, 0.8726646F, 0F, 0F);
  195.       ShoulderWing1L = new ModelRenderer(this, 8, 98);
  196.       ShoulderWing1L.addBox(1.7F, -0.5F, 2.5F, 0, 1, 3);
  197.       ShoulderWing1L.setRotationPoint(0F, 0F, 0F);
  198.       ShoulderWing1L.setTextureSize(128, 128);
  199.       ShoulderWing1L.mirror = true;
  200.       setRotation(ShoulderWing1L, 0F, 0F, 0F);
  201.       ShoulderWing2L = new ModelRenderer(this, 8, 102);
  202.       ShoulderWing2L.addBox(1.7F, -3.3F, 1.5F, 0, 1, 3);
  203.       ShoulderWing2L.setRotationPoint(0F, 0F, 0F);
  204.       ShoulderWing2L.setTextureSize(128, 128);
  205.       ShoulderWing2L.mirror = true;
  206.       setRotation(ShoulderWing2L, 0F, 0F, 0F);
  207.       ShoulderWing3L = new ModelRenderer(this, 8, 106);
  208.       ShoulderWing3L.addBox(1.7F, -2F, 0.5F, 0, 1, 3);
  209.       ShoulderWing3L.setRotationPoint(0F, 0F, 0F);
  210.       ShoulderWing3L.setTextureSize(128, 128);
  211.       ShoulderWing3L.mirror = true;
  212.       setRotation(ShoulderWing3L, 0F, 0F, 0F);
  213.       ShoulderWingBoltR = new ModelRenderer(this, 8, 110);
  214.       ShoulderWingBoltR.addBox(-4F, -2.5F, -0.3F, 1, 1, 1);
  215.       ShoulderWingBoltR.setRotationPoint(0F, 0F, 0F);
  216.       ShoulderWingBoltR.setTextureSize(128, 128);
  217.       ShoulderWingBoltR.mirror = true;
  218.       setRotation(ShoulderWingBoltR, 0F, 0F, 0F);
  219.       ShoulderWingBaseR = new ModelRenderer(this, 8, 93);
  220.       ShoulderWingBaseR.addBox(-8.7F, -0.3F, 0F, 0, 1, 4);
  221.       ShoulderWingBaseR.setRotationPoint(0F, 0F, 0F);
  222.       ShoulderWingBaseR.setTextureSize(128, 128);
  223.       ShoulderWingBaseR.mirror = true;
  224.       setRotation(ShoulderWingBaseR, 0.8726646F, 0F, 0F);
  225.       ShoulderWing1R = new ModelRenderer(this, 8, 98);
  226.       ShoulderWing1R.addBox(-3.7F, -5.4F, 2.4F, 0, 1, 3);
  227.       ShoulderWing1R.setRotationPoint(0F, 0F, 0F);
  228.       ShoulderWing1R.setTextureSize(128, 128);
  229.       ShoulderWing1R.mirror = true;
  230.       setRotation(ShoulderWing1R, 0F, 0F, 0F);
  231.       ShoulderWing2R = new ModelRenderer(this, 8, 102);
  232.       ShoulderWing2R.addBox(-3.7F, -4.2F, 1.5F, 0, 1, 3);
  233.       ShoulderWing2R.setRotationPoint(0F, 0F, 0F);
  234.       ShoulderWing2R.setTextureSize(128, 128);
  235.       ShoulderWing2R.mirror = true;
  236.       setRotation(ShoulderWing2R, 0F, 0F, 0F);
  237.       ShoulderWing3R = new ModelRenderer(this, 8, 106);
  238.       ShoulderWing3R.addBox(-3.7F, -3F, 0.5F, 0, 1, 3);
  239.       ShoulderWing3R.setRotationPoint(0F, 0F, 0F);
  240.       ShoulderWing3R.setTextureSize(128, 128);
  241.       ShoulderWing3R.mirror = true;
  242.       setRotation(ShoulderWing3R, 0F, 0F, 0F);
  243.       RightLayer1A = new ModelRenderer(this, 28, 70);
  244.       RightLayer1A.addBox(-3F, 2.7F, -2F, 1, 2, 4);
  245.       RightLayer1A.setRotationPoint(0F, 0F, 0F);
  246.       RightLayer1A.setTextureSize(128, 128);
  247.       RightLayer1A.mirror = true;
  248.       setRotation(RightLayer1A, 0F, 0F, 0.3490659F);
  249.       RightLayer1B = new ModelRenderer(this, 38, 70);
  250.       RightLayer1B.addBox(-3F, 2.3F, 1F, 4, 2, 1);
  251.       RightLayer1B.setRotationPoint(0F, 0F, 0F);
  252.       RightLayer1B.setTextureSize(128, 128);
  253.       RightLayer1B.mirror = true;
  254.       setRotation(RightLayer1B, 0.3490659F, 0F, 0F);
  255.       RightLayer1C = new ModelRenderer(this, 38, 73);
  256.       RightLayer1C.addBox(-3F, 1.7F, 0F, 4, 2, 1);
  257.       RightLayer1C.setRotationPoint(0F, 0F, -2F);
  258.       RightLayer1C.setTextureSize(128, 128);
  259.       RightLayer1C.mirror = true;
  260.       setRotation(RightLayer1C, -0.3490659F, 0F, 0F);
  261.       RightLayer1D = new ModelRenderer(this, 28, 76);
  262.       RightLayer1D.addBox(0F, 1.7F, -2F, 1, 2, 4);
  263.       RightLayer1D.setRotationPoint(0F, 0F, 0F);
  264.       RightLayer1D.setTextureSize(128, 128);
  265.       RightLayer1D.mirror = true;
  266.       setRotation(RightLayer1D, 0F, 0F, -0.3490659F);
  267.       LeftLayer1A = new ModelRenderer(this, 28, 76);
  268.       LeftLayer1A.addBox(-0.3F, 3F, -2F, 1, 2, 4);
  269.       LeftLayer1A.setRotationPoint(0F, 0F, 0F);
  270.       LeftLayer1A.setTextureSize(128, 128);
  271.       LeftLayer1A.mirror = true;
  272.       setRotation(LeftLayer1A, 0F, 0F, -0.3490659F);
  273.       LeftLayer1B = new ModelRenderer(this, 38, 70);
  274.       LeftLayer1B.addBox(-3F, 3.3F, 0.5F, 4, 2, 1);
  275.       LeftLayer1B.setRotationPoint(0F, 0F, 0F);
  276.       LeftLayer1B.setTextureSize(128, 128);
  277.       LeftLayer1B.mirror = true;
  278.       setRotation(LeftLayer1B, 0.3490659F, 0F, 0F);
  279.       LeftLayer1C = new ModelRenderer(this, 38, 73);
  280.       LeftLayer1C.addBox(-3F, 3.3F, -1.5F, 4, 2, 1);
  281.       LeftLayer1C.setRotationPoint(0F, 0F, 0F);
  282.       LeftLayer1C.setTextureSize(128, 128);
  283.       LeftLayer1C.mirror = true;
  284.       setRotation(LeftLayer1C, -0.3490659F, 0F, 0F);
  285.       LeftLayerD = new ModelRenderer(this, 28, 70);
  286.       LeftLayerD.addBox(-2.3F, 3.3F, -2F, 1, 2, 4);
  287.       LeftLayerD.setRotationPoint(0F, 0F, 0F);
  288.       LeftLayerD.setTextureSize(128, 128);
  289.       LeftLayerD.mirror = true;
  290.       setRotation(LeftLayerD, 0F, 0F, 0.3490659F);
  291.       Cape = new ModelRenderer(this, 16, 93);
  292.       Cape.addBox(-3.5F, 0F, 3.5F, 7, 15, 0);
  293.       Cape.setRotationPoint(0F, 0F, 0F);
  294.       Cape.setTextureSize(128, 128);
  295.       Cape.mirror = true;
  296.       setRotation(Cape, 0.0523599F, 0F, 0F);
  297.       Elbow_pad_R = new ModelRenderer(this, 48, 70);
  298.       Elbow_pad_R.addBox(-4F, 4.5F, -2F, 1, 4, 4);
  299.       Elbow_pad_R.setRotationPoint(0F, 0F, 0F);
  300.       Elbow_pad_R.setTextureSize(128, 128);
  301.       Elbow_pad_R.mirror = true;
  302.       setRotation(Elbow_pad_R, 0F, 0F, 0F);
  303.       StrapUpper_R = new ModelRenderer(this, 58, 70);
  304.       StrapUpper_R.addBox(-3.5F, 5F, -2.5F, 5, 1, 5);
  305.       StrapUpper_R.setRotationPoint(0F, 0F, 0F);
  306.       StrapUpper_R.setTextureSize(128, 128);
  307.       StrapUpper_R.mirror = true;
  308.       setRotation(StrapUpper_R, 0F, 0F, 0F);
  309.       StrapLower_R = new ModelRenderer(this, 58, 70);
  310.       StrapLower_R.addBox(-3.5F, 7F, -2.5F, 5, 1, 5);
  311.       StrapLower_R.setRotationPoint(0F, 0F, 0F);
  312.       StrapLower_R.setTextureSize(128, 128);
  313.       StrapLower_R.mirror = true;
  314.       setRotation(StrapLower_R, 0F, 0F, 0F);
  315.       Elbow_pad_L = new ModelRenderer(this, 48, 70);
  316.       Elbow_pad_L.addBox(1F, 5.5F, -2F, 1, 4, 4);
  317.       Elbow_pad_L.setRotationPoint(0F, 0F, 0F);
  318.       Elbow_pad_L.setTextureSize(128, 128);
  319.       Elbow_pad_L.mirror = true;
  320.       setRotation(Elbow_pad_L, 0F, 0F, 0F);
  321.       StrapUpper_L = new ModelRenderer(this, 58, 70);
  322.       StrapUpper_L.addBox(-3.5F, 6F, -2.5F, 5, 1, 5);
  323.       StrapUpper_L.setRotationPoint(0F, 0F, 0F);
  324.       StrapUpper_L.setTextureSize(128, 128);
  325.       StrapUpper_L.mirror = true;
  326.       setRotation(StrapUpper_L, 0F, 0F, 0F);
  327.       StrapLower_L = new ModelRenderer(this, 58, 70);
  328.       StrapLower_L.addBox(-3.5F, 8F, -2.5F, 5, 1, 5);
  329.       StrapLower_L.setRotationPoint(0F, 0F, 0F);
  330.       StrapLower_L.setTextureSize(128, 128);
  331.       StrapLower_L.mirror = true;
  332.       setRotation(StrapLower_L, 0F, 0F, 0F);
  333.       ThighUpperL = new ModelRenderer(this, 30, 85);
  334.       ThighUpperL.addBox(1.3F, 0F, -2.5F, 1, 4, 5);
  335.       ThighUpperL.setRotationPoint(0F, 0F, 0F);
  336.       ThighUpperL.setTextureSize(128, 128);
  337.       ThighUpperL.mirror = true;
  338.       setRotation(ThighUpperL, 0F, 0F, -0.3490659F);
  339.       ThighUpperR = new ModelRenderer(this, 30, 85);
  340.       ThighUpperR.addBox(-2.3F, 0F, -2.5F, 1, 4, 5);
  341.       ThighUpperR.setRotationPoint(0F, 0F, 0F);
  342.       ThighUpperR.setTextureSize(128, 128);
  343.       ThighUpperR.mirror = true;
  344.       setRotation(ThighUpperR, 0F, 0F, 0.3490659F);
  345.       ThighLower_R = new ModelRenderer(this, 30, 94);
  346.       ThighLower_R.addBox(-1.5F, 1F, -2.5F, 1, 5, 5);
  347.       ThighLower_R.setRotationPoint(0F, 0F, 0F);
  348.       ThighLower_R.setTextureSize(128, 128);
  349.       ThighLower_R.mirror = true;
  350.       setRotation(ThighLower_R, 0F, 0F, 0.3490659F);
  351.       ThighLower_L = new ModelRenderer(this, 30, 94);
  352.       ThighLower_L.addBox(0.5F, 1F, -2.5F, 1, 5, 5);
  353.       ThighLower_L.setRotationPoint(0F, 0F, 0F);
  354.       ThighLower_L.setTextureSize(128, 128);
  355.       ThighLower_L.mirror = true;
  356.       setRotation(ThighLower_L, 0F, 0F, -0.3490659F);
  357.       ThighLowest_R = new ModelRenderer(this, 42, 94);
  358.       ThighLowest_R.addBox(-0.5F, 3F, -2.5F, 1, 6, 5);
  359.       ThighLowest_R.setRotationPoint(0F, 0F, 0F);
  360.       ThighLowest_R.setTextureSize(128, 128);
  361.       ThighLowest_R.mirror = true;
  362.       setRotation(ThighLowest_R, 0F, 0F, 0.3490659F);
  363.       ThighLowest_L = new ModelRenderer(this, 42, 94);
  364.       ThighLowest_L.addBox(-0.5F, 3F, -2.5F, 1, 6, 5);
  365.       ThighLowest_L.setRotationPoint(0F, 0F, 0F);
  366.       ThighLowest_L.setTextureSize(128, 128);
  367.       ThighLowest_L.mirror = true;
  368.       setRotation(ThighLowest_L, 0F, 0F, -0.3490659F);
  369.       ThighMain_R = new ModelRenderer(this, 42, 85);
  370.       ThighMain_R.addBox(-2F, 0F, -2F, 4, 4, 4);
  371.       ThighMain_R.setRotationPoint(0F, 0F, 0F);
  372.       ThighMain_R.setTextureSize(128, 128);
  373.       ThighMain_R.mirror = true;
  374.       setRotation(ThighMain_R, 0F, 0F, 0F);
  375.       ThighMain_L = new ModelRenderer(this, 42, 85);
  376.       ThighMain_L.addBox(-2F, 0F, -2F, 4, 4, 4);
  377.       ThighMain_L.setRotationPoint(0F, 0F, 0F);
  378.       ThighMain_L.setTextureSize(128, 128);
  379.       ThighMain_L.mirror = true;
  380.       setRotation(ThighMain_L, 0F, 0F, 0F);
  381.       Knee_plate_R = new ModelRenderer(this, 0, 113);
  382.       Knee_plate_R.addBox(3F, 3F, -3F, 3, 3, 1);
  383.       Knee_plate_R.setRotationPoint(0F, 0F, 0F);
  384.       Knee_plate_R.setTextureSize(128, 128);
  385.       Knee_plate_R.mirror = true;
  386.       setRotation(Knee_plate_R, 0F, 0F, 0.7853982F);
  387.       Knee_plate_L = new ModelRenderer(this, 0, 113);
  388.       Knee_plate_L.addBox(3F, 3F, -3F, 3, 3, 1);
  389.       Knee_plate_L.setRotationPoint(0F, 0F, 0F);
  390.       Knee_plate_L.setTextureSize(128, 128);
  391.       Knee_plate_L.mirror = true;
  392.       setRotation(Knee_plate_L, 0F, 0F, 0.7853982F);
  393.       HeadLeft = new ModelRenderer(this, 38, 0);
  394.       HeadLeft.addBox(3.5F, -7F, -2.5F, 1, 4, 7);
  395.       HeadLeft.setRotationPoint(0F, 0F, 0F);
  396.       HeadLeft.setTextureSize(128, 128);
  397.       HeadLeft.mirror = true;
  398.       setRotation(HeadLeft, 0F, 0F, 0F);
  399.       HeadBack = new ModelRenderer(this, 77, 20);
  400.       HeadBack.addBox(-3.5F, -7F, 3.5F, 7, 4, 1);
  401.       HeadBack.setRotationPoint(0F, 0F, 0F);
  402.       HeadBack.setTextureSize(128, 128);
  403.       HeadBack.mirror = true;
  404.       setRotation(HeadBack, 0F, 0F, 0F);
  405.       HeadRight = new ModelRenderer(this, 54, 0);
  406.       HeadRight.addBox(-4.5F, -7F, -2.5F, 1, 4, 7);
  407.       HeadRight.setRotationPoint(0F, 0F, 0F);
  408.       HeadRight.setTextureSize(128, 128);
  409.       HeadRight.mirror = true;
  410.       setRotation(HeadRight, 0F, 0F, 0F);
  411.       HeadTrim = new ModelRenderer(this, 38, 11);
  412.       HeadTrim.addBox(-4.5F, -3F, 0.5F, 9, 1, 4);
  413.       HeadTrim.setRotationPoint(0F, 0F, 0F);
  414.       HeadTrim.setTextureSize(128, 128);
  415.       HeadTrim.mirror = true;
  416.       setRotation(HeadTrim, 0F, 0F, 0F);
  417.       Head_Top = new ModelRenderer(this, 70, 0);
  418.       Head_Top.addBox(-4.5F, -9F, -4.5F, 9, 2, 9);
  419.       Head_Top.setRotationPoint(0F, 0F, 0F);
  420.       Head_Top.setTextureSize(128, 128);
  421.       Head_Top.mirror = true;
  422.       setRotation(Head_Top, 0F, 0F, 0F);
  423.       Crown_thing = new ModelRenderer(this, 106, 0);
  424.       Crown_thing.addBox(3.5F, -7F, -7F, 4, 4, 1);
  425.       Crown_thing.setRotationPoint(0F, 0F, 0F);
  426.       Crown_thing.setTextureSize(128, 128);
  427.       Crown_thing.mirror = true;
  428.       setRotation(Crown_thing, -0.2617994F, -0.1745329F, -0.7853982F);
  429.       Crown_thing_support = new ModelRenderer(this, 106, 5);
  430.       Crown_thing_support.addBox(4F, -6.6F, -6F, 3, 3, 8);
  431.       Crown_thing_support.setRotationPoint(0F, 0F, 0F);
  432.       Crown_thing_support.setTextureSize(128, 128);
  433.       Crown_thing_support.mirror = true;
  434.       setRotation(Crown_thing_support, -0.2617994F, -0.1745329F, -0.7853982F);
  435.       Crown_thing_second = new ModelRenderer(this, 116, 0);
  436.       Crown_thing_second.addBox(4.5F, -7F, -5F, 3, 3, 1);
  437.       Crown_thing_second.setRotationPoint(0F, 0F, 0F);
  438.       Crown_thing_second.setTextureSize(128, 128);
  439.       Crown_thing_second.mirror = true;
  440.       setRotation(Crown_thing_second, -0.2617994F, -0.1745329F, -0.7853982F);
  441.       Head_tippy_top = new ModelRenderer(this, 70, 11);
  442.       Head_tippy_top.addBox(-4F, -9.5F, -4F, 8, 1, 8);
  443.       Head_tippy_top.setRotationPoint(0F, 0F, 0F);
  444.       Head_tippy_top.setTextureSize(128, 128);
  445.       Head_tippy_top.mirror = true;
  446.       setRotation(Head_tippy_top, 0F, 0F, 0F);
  447.       CornerHelmetR = new ModelRenderer(this, 50, 12);
  448.       CornerHelmetR.addBox(-4.5F, -7F, -3.5F, 1, 1, 1);
  449.       CornerHelmetR.setRotationPoint(0F, 0F, 0F);
  450.       CornerHelmetR.setTextureSize(128, 128);
  451.       CornerHelmetR.mirror = true;
  452.       setRotation(CornerHelmetR, 0F, 0F, 0F);
  453.       CornerHelmetL = new ModelRenderer(this, 50, 12);
  454.       CornerHelmetL.addBox(3.5F, -7F, -3.5F, 1, 1, 1);
  455.       CornerHelmetL.setRotationPoint(0F, 0F, 0F);
  456.       CornerHelmetL.setTextureSize(128, 128);
  457.       CornerHelmetL.mirror = true;
  458.       setRotation(CornerHelmetL, 0F, 0F, 0F);
  459.       HelmWingBoltR = new ModelRenderer(this, 50, 12);
  460.       HelmWingBoltR.addBox(-5F, -7F, 0F, 1, 1, 1);
  461.       HelmWingBoltR.setRotationPoint(0F, 0F, 0F);
  462.       HelmWingBoltR.setTextureSize(128, 128);
  463.       HelmWingBoltR.mirror = true;
  464.       setRotation(HelmWingBoltR, 0F, 0F, 0F);
  465.       HelmWingBoltL = new ModelRenderer(this, 50, 12);
  466.       HelmWingBoltL.addBox(4F, -7F, 0F, 1, 1, 1);
  467.       HelmWingBoltL.setRotationPoint(0F, 0F, 0F);
  468.       HelmWingBoltL.setTextureSize(128, 128);
  469.       HelmWingBoltL.mirror = true;
  470.       setRotation(HelmWingBoltL, 0F, 0F, 0F);
  471.       WingBaseR = new ModelRenderer(this, 100, 100);
  472.       WingBaseR.addBox(-4.7F, -10F, -4.3F, 0, 5, 1);
  473.       WingBaseR.setRotationPoint(0F, 0F, 0F);
  474.       WingBaseR.setTextureSize(128, 128);
  475.       WingBaseR.mirror = true;
  476.       setRotation(WingBaseR, -0.6981317F, 0F, 0F);
  477.       WingBaseL = new ModelRenderer(this, 100, 100);
  478.       WingBaseL.addBox(4.7F, -10F, -4.3F, 0, 5, 1);
  479.       WingBaseL.setRotationPoint(0F, 0F, 0F);
  480.       WingBaseL.setTextureSize(128, 128);
  481.       WingBaseL.mirror = true;
  482.       setRotation(WingBaseL, -0.6981317F, 0F, 0F);
  483.       WingTipR = new ModelRenderer(this, 100, 100);
  484.       WingTipR.addBox(-4.7F, -10.5F, 3F, 0, 1, 4);
  485.       WingTipR.setRotationPoint(0F, 0F, 0F);
  486.       WingTipR.setTextureSize(128, 128);
  487.       WingTipR.mirror = true;
  488.       setRotation(WingTipR, 0F, 0F, 0F);
  489.       WingTipL = new ModelRenderer(this, 100, 100);
  490.       WingTipL.addBox(4.7F, -10.5F, 3F, 0, 1, 4);
  491.       WingTipL.setRotationPoint(0F, 0F, 0F);
  492.       WingTipL.setTextureSize(128, 128);
  493.       WingTipL.mirror = true;
  494.       setRotation(WingTipL, 0F, 0F, 0F);
  495.       WingMidL = new ModelRenderer(this, 100, 100);
  496.       WingMidL.addBox(4.7F, -9.3F, 2.5F, 0, 1, 3);
  497.       WingMidL.setRotationPoint(0F, 0F, 0F);
  498.       WingMidL.setTextureSize(128, 128);
  499.       WingMidL.mirror = true;
  500.       setRotation(WingMidL, 0F, 0F, 0F);
  501.       WingMidR = new ModelRenderer(this, 100, 100);
  502.       WingMidR.addBox(-4.7F, -9.3F, 2.5F, 0, 1, 3);
  503.       WingMidR.setRotationPoint(0F, 0F, 0F);
  504.       WingMidR.setTextureSize(128, 128);
  505.       WingMidR.mirror = true;
  506.       setRotation(WingMidR, 0F, 0F, 0F);
  507.       WingBottomL = new ModelRenderer(this, 100, 100);
  508.       WingBottomL.addBox(4.7F, -8F, 1.5F, 0, 1, 3);
  509.       WingBottomL.setRotationPoint(0F, 0F, 0F);
  510.       WingBottomL.setTextureSize(128, 128);
  511.       WingBottomL.mirror = true;
  512.       setRotation(WingBottomL, 0F, 0F, 0F);
  513.       WingBottomR = new ModelRenderer(this, 100, 100);
  514.       WingBottomR.addBox(-4.7F, -8F, 1.5F, 0, 1, 3);
  515.       WingBottomR.setRotationPoint(0F, 0F, 0F);
  516.       WingBottomR.setTextureSize(128, 128);
  517.       WingBottomR.mirror = true;
  518.       setRotation(WingBottomR, 0F, 0F, 0F);
  519.       bipedBody.addChild(Right_Shoulder);
  520.       bipedBody.addChild(Left_Shoulder);
  521.       bipedBody.addChild(Right_shoulder_edge);
  522.       bipedBody.addChild(Left_shoulder_edge);
  523.       bipedBody.addChild(Chestplate);
  524.       bipedBody.addChild(Chestplate_lower);
  525.       bipedBody.addChild(Backplate);
  526.       bipedBody.addChild(Backplate_lower);
  527.       bipedBody.addChild(R_side_plate);
  528.       bipedBody.addChild(L_side_plate);
  529.       bipedBody.addChild(Belt);
  530.       bipedBody.addChild(Neck);
  531.       bipedBody.addChild(Banner_L);
  532.       bipedBody.addChild(Banner_R);
  533.       bipedBody.addChild(Banner_tip_L);
  534.       bipedBody.addChild(Banner_tip_R);
  535.       bipedBody.addChild(ShoulderWingBoltL);
  536.       bipedBody.addChild(ShoulderWingBaseL);
  537.       bipedBody.addChild(ShoulderWing1L);
  538.       bipedBody.addChild(ShoulderWing2L);
  539.       bipedBody.addChild(ShoulderWing3L);
  540.       bipedBody.addChild(ShoulderWingBoltR);
  541.       bipedBody.addChild(ShoulderWingBaseR);
  542.       bipedBody.addChild(ShoulderWing1R);
  543.       bipedBody.addChild(ShoulderWing2R);
  544.       bipedBody.addChild(ShoulderWing3R);
  545.       bipedBody.addChild(RightLayer1A);
  546.       bipedBody.addChild(RightLayer1B);
  547.       bipedBody.addChild(RightLayer1C);
  548.       bipedBody.addChild(RightLayer1D);
  549.       bipedBody.addChild(LeftLayer1A);
  550.       bipedBody.addChild(LeftLayer1B);
  551.       bipedBody.addChild(LeftLayer1C);
  552.       bipedBody.addChild(LeftLayerD);
  553.       bipedBody.addChild(Cape);
  554.       bipedRightArm.addChild(Elbow_pad_R);
  555.       bipedRightArm.addChild(StrapUpper_R);
  556.       bipedRightArm.addChild(StrapLower_R);
  557.       bipedLeftArm.addChild(Elbow_pad_L);
  558.       bipedLeftArm.addChild(StrapUpper_L);
  559.       bipedLeftArm.addChild(StrapLower_L);
  560.       bipedLeftLeg.addChild(ThighUpperL);
  561.       bipedRightArm.addChild(ThighUpperR);
  562.       bipedRightArm.addChild(ThighLower_R);
  563.       bipedLeftLeg.addChild(ThighLower_L);
  564.       bipedRightArm.addChild(ThighLowest_R);
  565.       bipedLeftLeg.addChild(ThighLowest_L);
  566.       bipedRightArm.addChild(ThighMain_R);
  567.       bipedLeftLeg.addChild(ThighMain_L);
  568.       bipedRightArm.addChild(Knee_plate_R);
  569.       bipedLeftLeg.addChild(Knee_plate_L);
  570.       bipedHead.addChild(HeadLeft);
  571.       bipedHead.addChild(HeadBack);
  572.       bipedHead.addChild(HeadRight);
  573.       bipedHead.addChild(HeadTrim);
  574.       bipedHead.addChild(Head_Top);
  575.       bipedHead.addChild(Crown_thing);
  576.       bipedHead.addChild(Crown_thing_support);
  577.       bipedHead.addChild(Crown_thing_second);
  578.       bipedHead.addChild(Head_tippy_top);
  579.       bipedHead.addChild(CornerHelmetR);
  580.       bipedHead.addChild(CornerHelmetL);
  581.       bipedHead.addChild(HelmWingBoltR);
  582.       bipedHead.addChild(HelmWingBoltL);
  583.       bipedHead.addChild(WingBaseR);
  584.       bipedHead.addChild(WingBaseL);
  585.       bipedHead.addChild(WingTipR);
  586.       bipedHead.addChild(WingTipL);
  587.       bipedHead.addChild(WingMidL);
  588.       bipedHead.addChild(WingMidR);
  589.       bipedHead.addChild(WingBottomL);
  590.       bipedHead.addChild(WingBottomR);
  591.  
  592.      
  593.   }
  594.  
  595.   public void render(Entity entity, float f, float f1, float f2, float f3, float f4, float f5)
  596.   {
  597.     super.render(entity, f, f1, f2, f3, f4, f5);
  598.     setRotationAngles(f, f1, f2, f3, f4, f5, entity);
  599.  
  600.   }
  601.  
  602.   private void setRotation(ModelRenderer model, float x, float y, float z)
  603.   {
  604.     model.rotateAngleX = x;
  605.     model.rotateAngleY = y;
  606.     model.rotateAngleZ = z;
  607.   }
  608.  
  609.   public void setRotationAngles(float f, float f1, float f2, float f3, float f4, float f5, Entity entity)
  610.   {
  611.     super.setRotationAngles(f, f1, f2, f3, f4, f5, entity);
  612.   }
  613.  
  614. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement