Advertisement
Guest User

Untitled

a guest
Jun 15th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.96 KB | None | 0 0
  1.  
  2. Executing Gradle task: runClient
  3. Build info: MCreator 2022.1.20510, forge-1.16.5, 64-bit, 8067 MB, Windows 10, JVM 17.0.1, JAVA_HOME: C:\Users\pedro\Downloads\MCreator.2022.1.Windows.64bit\MCreator20221\jdk, started on: 2022-06-15-21:06:29
  4.  
  5. > Task :compileJava
  6. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:161: error: cannot find symbol
  7. public void setupAnim(T entity, float limbSwing, float limbSwingAmount, float ageInTicks, float netHeadYaw, float headPitch) {
  8. ^
  9. symbol: class T
  10. location: class net.mcreator.bagulhosbizarros.item.BatmanArmorItem.ModelBatman_Mask
  11. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:110: error: net.mcreator.bagulhosbizarros.item.BatmanArmorItem.ModelBatman_Mask is not abstract and does not override abstract method setRotationAngles(net.minecraft.entity.Entity,float,float,float,float,float) in net.minecraft.client.renderer.entity.model.EntityModel
  12. public static class ModelBatman_Mask extends EntityModel<Entity> {
  13. ^
  14. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:116: error: cannot find symbol
  15. texWidth = 64;
  16. ^
  17. symbol: variable texWidth
  18. location: class net.mcreator.bagulhosbizarros.item.BatmanArmorItem.ModelBatman_Mask
  19. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:117: error: cannot find symbol
  20. texHeight = 64;
  21. ^
  22. symbol: variable texHeight
  23. location: class net.mcreator.bagulhosbizarros.item.BatmanArmorItem.ModelBatman_Mask
  24. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:119: error: cannot find symbol
  25. Bat_Mask.setPos(0.0F, 24.0F, 0.0F);
  26. ^
  27. symbol: method setPos(float,float,float)
  28. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  29. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:120: error: cannot find symbol
  30. Bat_Mask.texOffs(22, 0).addBox(-3.0F, -4.0F, -4.25F, 6.0F, 1.0F, 0.0F, 0.0F, false);
  31. ^
  32. symbol: method texOffs(int,int)
  33. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  34. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:121: error: cannot find symbol
  35. Bat_Mask.texOffs(0, 6).addBox(-4.0F, -3.0F, -5.0F, 3.0F, 1.0F, 1.0F, 0.0F, false);
  36. ^
  37. symbol: method texOffs(int,int)
  38. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  39. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:122: error: cannot find symbol
  40. Bat_Mask.texOffs(22, 3).addBox(-4.0F, -4.0F, -5.0F, 1.0F, 1.0F, 1.0F, 0.0F, false);
  41. ^
  42. symbol: method texOffs(int,int)
  43. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  44. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:123: error: cannot find symbol
  45. Bat_Mask.texOffs(22, 1).addBox(3.0F, -4.0F, -5.0F, 1.0F, 1.0F, 1.0F, 0.0F, false);
  46. ^
  47. symbol: method texOffs(int,int)
  48. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  49. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:124: error: cannot find symbol
  50. Bat_Mask.texOffs(0, 8).addBox(1.0F, -3.0F, -5.0F, 3.0F, 1.0F, 1.0F, 0.0F, false);
  51. ^
  52. symbol: method texOffs(int,int)
  53. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  54. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:125: error: cannot find symbol
  55. Bat_Mask.texOffs(0, 17).addBox(-1.0F, -4.0F, -5.0F, 2.0F, 1.0F, 1.0F, 0.0F, false);
  56. ^
  57. symbol: method texOffs(int,int)
  58. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  59. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:126: error: cannot find symbol
  60. Bat_Mask.texOffs(24, 20).addBox(4.0F, -8.0F, -4.0F, 1.0F, 6.0F, 8.0F, 0.0F, false);
  61. ^
  62. symbol: method texOffs(int,int)
  63. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  64. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:127: error: cannot find symbol
  65. Bat_Mask.texOffs(34, 17).addBox(4.0F, -2.0F, -2.0F, 1.0F, 2.0F, 6.0F, 0.0F, false);
  66. ^
  67. symbol: method texOffs(int,int)
  68. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  69. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:128: error: cannot find symbol
  70. Bat_Mask.texOffs(0, 21).addBox(4.0F, -2.0F, -3.0F, 1.0F, 1.0F, 1.0F, 0.0F, false);
  71. ^
  72. symbol: method texOffs(int,int)
  73. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  74. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:129: error: cannot find symbol
  75. Bat_Mask.texOffs(24, 3).addBox(-5.0F, -8.0F, -4.0F, 1.0F, 6.0F, 8.0F, 0.0F, false);
  76. ^
  77. symbol: method texOffs(int,int)
  78. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  79. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:130: error: cannot find symbol
  80. Bat_Mask.texOffs(0, 28).addBox(-4.0F, -8.0F, 4.0F, 8.0F, 8.0F, 1.0F, 0.0F, false);
  81. ^
  82. symbol: method texOffs(int,int)
  83. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  84. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:131: error: cannot find symbol
  85. Bat_Mask.texOffs(0, 11).addBox(-4.0F, -10.0F, -4.0F, 8.0F, 2.0F, 8.0F, 0.0F, false);
  86. ^
  87. symbol: method texOffs(int,int)
  88. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  89. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:132: error: cannot find symbol
  90. Bat_Mask.texOffs(0, 0).addBox(-3.0F, -9.0F, -5.0F, 6.0F, 1.0F, 10.0F, 0.0F, false);
  91. ^
  92. symbol: method texOffs(int,int)
  93. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  94. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:133: error: cannot find symbol
  95. Bat_Mask.texOffs(0, 21).addBox(-5.0F, -9.0F, -3.0F, 10.0F, 1.0F, 6.0F, 0.0F, false);
  96. ^
  97. symbol: method texOffs(int,int)
  98. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  99. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:134: error: cannot find symbol
  100. Bat_Mask.texOffs(12, 31).addBox(-5.0F, -2.0F, -2.0F, 1.0F, 2.0F, 6.0F, 0.0F, false);
  101. ^
  102. symbol: method texOffs(int,int)
  103. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  104. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:135: error: cannot find symbol
  105. Bat_Mask.texOffs(6, 0).addBox(-5.0F, -2.0F, -3.0F, 1.0F, 1.0F, 1.0F, 0.0F, false);
  106. ^
  107. symbol: method texOffs(int,int)
  108. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  109. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:136: error: cannot find symbol
  110. Bat_Mask.texOffs(34, 0).addBox(-4.0F, -8.0F, -5.0F, 8.0F, 4.0F, 1.0F, 0.0F, false);
  111. ^
  112. symbol: method texOffs(int,int)
  113. location: variable Bat_Mask of type net.minecraft.client.renderer.model.ModelRenderer
  114. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:138: error: cannot find symbol
  115. cube_r1.setPos(0.0F, 0.0F, 0.0F);
  116. ^
  117. symbol: method setPos(float,float,float)
  118. location: variable cube_r1 of type net.minecraft.client.renderer.model.ModelRenderer
  119. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:141: error: cannot find symbol
  120. cube_r1.texOffs(0, 11).addBox(-6.5F, -10.5F, -3.0F, 2.0F, 4.0F, 2.0F, 0.0F, false);
  121. ^
  122. symbol: method texOffs(int,int)
  123. location: variable cube_r1 of type net.minecraft.client.renderer.model.ModelRenderer
  124. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:143: error: cannot find symbol
  125. cube_r2.setPos(0.0F, 0.0F, 0.0F);
  126. ^
  127. symbol: method setPos(float,float,float)
  128. location: variable cube_r2 of type net.minecraft.client.renderer.model.ModelRenderer
  129. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:146: error: cannot find symbol
  130. cube_r2.texOffs(0, 0).addBox(4.5F, -10.5F, -3.0F, 2.0F, 4.0F, 2.0F, 0.0F, false);
  131. ^
  132. symbol: method texOffs(int,int)
  133. location: variable cube_r2 of type net.minecraft.client.renderer.model.ModelRenderer
  134. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:149: error: method does not override or implement a method from a supertype
  135. @Override
  136. ^
  137. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:156: error: cannot find symbol
  138. modelRenderer.xRot = x;
  139. ^
  140. symbol: variable xRot
  141. location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
  142. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:157: error: cannot find symbol
  143. modelRenderer.yRot = y;
  144. ^
  145. symbol: variable yRot
  146. location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
  147. C:\Users\pedro\MCreatorWorkspaces\bagulhos_bizarros\src\main\java\net\mcreator\bagulhosbizarros\item\BatmanArmorItem.java:158: error: cannot find symbol
  148. modelRenderer.zRot = z;
  149. ^
  150. symbol: variable zRot
  151. location: variable modelRenderer of type net.minecraft.client.renderer.model.ModelRenderer
  152. 30 errors
  153. > Task :compileJava FAILED
  154. FAILURE: Build failed with an exception.
  155. * What went wrong:
  156. Execution failed for task ':compileJava'.
  157. > Compilation failed; see the compiler error output for details.
  158. * Try:
  159. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  160. * Get more help at https://help.gradle.org
  161. BUILD FAILED in 4s
  162. 1 actionable task: 1 executed
  163.  
  164. BUILD FAILED
  165. Task completed in 1 minute and 13 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement