Advertisement
Guest User

Sus

a guest
Jul 6th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.11 KB | None | 0 0
  1. Executing
  2. Gradle task: build
  3.  
  4. Build
  5. info: MCreator 2021.1.18117, forge-1.15.2, 64-bit, 24435 MB, Windows 10,
  6. JVM 1.8.0_275, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
  7.  
  8. >
  9. Configure project :
  10.  
  11. New
  12. Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1
  13.  
  14. >
  15. Task :compileJava FAILED
  16.  
  17. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:188:
  18. error: ModelSnok is not abstract and does not override abstract method
  19. render(MatrixStack,IVertexBuilder,int,int,float,float,float,float) in
  20. Model
  21.  
  22. public static class ModelSnok extends EntityModel<Entity> {
  23.  
  24.  
  25. ^
  26.  
  27. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:203:
  28. error: cannot find symbol
  29.  
  30. texWidth = 256;
  31.  
  32.  
  33. ^
  34.  
  35.  
  36. symbol: variable texWidth
  37.  
  38.  
  39. location: class ModelSnok
  40.  
  41. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:204:
  42. error: cannot find symbol
  43.  
  44. texHeight = 256;
  45.  
  46.  
  47. ^
  48.  
  49.  
  50. symbol: variable texHeight
  51.  
  52.  
  53. location: class ModelSnok
  54.  
  55. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:206:
  56. error: cannot find symbol
  57.  
  58. head.setPos(0.0F, 24.0F, -22.0F);
  59.  
  60.  
  61. ^
  62.  
  63.  
  64. symbol: method setPos(float,float,float)
  65.  
  66.  
  67. location: variable head of type ModelRenderer
  68.  
  69. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:207:
  70. error: cannot find symbol
  71.  
  72. head.texOffs(91, 101).addBox(-14.0F, -12.0F, -22.0F, 15.0F, 12.0F,
  73. 12.0F, 0.0F, false);
  74.  
  75.  
  76. ^
  77.  
  78.  
  79. symbol: method texOffs(int,int)
  80.  
  81.  
  82. location: variable head of type ModelRenderer
  83.  
  84. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:208:
  85. error: cannot find symbol
  86.  
  87. head.texOffs(0, 0).addBox(-12.0F, -8.0F, -36.0F, 12.0F, 7.0F,
  88. 16.0F, 0.0F, false);
  89.  
  90.  
  91. ^
  92.  
  93.  
  94. symbol: method texOffs(int,int)
  95.  
  96.  
  97. location: variable head of type ModelRenderer
  98.  
  99. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:210:
  100. error: cannot find symbol
  101.  
  102. bone.setPos(0.0F, 24.0F, 0.0F);
  103.  
  104.  
  105. ^
  106.  
  107.  
  108. symbol: method setPos(float,float,float)
  109.  
  110.  
  111. location: variable bone of type ModelRenderer
  112.  
  113. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:211:
  114. error: cannot find symbol
  115.  
  116. bone.texOffs(0, 101).addBox(-13.0F, -12.0F, -33.0F, 13.0F, 13.0F,
  117. 13.0F, 0.0F, false);
  118.  
  119.  
  120. ^
  121.  
  122.  
  123. symbol: method texOffs(int,int)
  124.  
  125.  
  126. location: variable bone of type ModelRenderer
  127.  
  128. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:213:
  129. error: cannot find symbol
  130.  
  131. bone2.setPos(0.0F, 24.0F, 13.0F);
  132.  
  133.  
  134. ^
  135.  
  136.  
  137. symbol: method setPos(float,float,float)
  138.  
  139.  
  140. location: variable bone2 of type ModelRenderer
  141.  
  142. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:214:
  143. error: cannot find symbol
  144.  
  145. bone2.texOffs(39, 88).addBox(-13.0F, -12.0F, -33.0F, 13.0F, 13.0F,
  146. 13.0F, 0.0F, false);
  147.  
  148.  
  149. ^
  150.  
  151.  
  152. symbol: method texOffs(int,int)
  153.  
  154.  
  155. location: variable bone2 of type ModelRenderer
  156.  
  157. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:216:
  158. error: cannot find symbol
  159.  
  160. bone3.setPos(0.0F, 24.0F, 26.0F);
  161.  
  162.  
  163. ^
  164.  
  165.  
  166. symbol: method setPos(float,float,float)
  167.  
  168.  
  169. location: variable bone3 of type ModelRenderer
  170.  
  171. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:217:
  172. error: cannot find symbol
  173.  
  174. bone3.texOffs(82, 23).addBox(-13.0F, -12.0F, -33.0F, 13.0F, 13.0F,
  175. 13.0F, 0.0F, false);
  176.  
  177.  
  178. ^
  179.  
  180.  
  181. symbol: method texOffs(int,int)
  182.  
  183.  
  184. location: variable bone3 of type ModelRenderer
  185.  
  186. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:219:
  187. error: cannot find symbol
  188.  
  189. bone4.setPos(0.0F, 24.0F, 13.0F);
  190.  
  191.  
  192. ^
  193.  
  194.  
  195. symbol: method setPos(float,float,float)
  196.  
  197.  
  198. location: variable bone4 of type ModelRenderer
  199.  
  200. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:220:
  201. error: cannot find symbol
  202.  
  203. bone4.texOffs(78, 75).addBox(-13.0F, -12.0F, -7.0F, 13.0F, 13.0F,
  204. 13.0F, 0.0F, false);
  205.  
  206.  
  207. ^
  208.  
  209.  
  210. symbol: method texOffs(int,int)
  211.  
  212.  
  213. location: variable bone4 of type ModelRenderer
  214.  
  215. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:222:
  216. error: cannot find symbol
  217.  
  218. bone5.setPos(0.0F, 0.0F, 39.0F);
  219.  
  220.  
  221. ^
  222.  
  223.  
  224. symbol: method setPos(float,float,float)
  225.  
  226.  
  227. location: variable bone5 of type ModelRenderer
  228.  
  229. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:224:
  230. error: cannot find symbol
  231.  
  232. bone5.texOffs(78, 49).addBox(-13.0F, -12.0F, -33.0F, 13.0F, 13.0F,
  233. 13.0F, 0.0F, false);
  234.  
  235.  
  236. ^
  237.  
  238.  
  239. symbol: method texOffs(int,int)
  240.  
  241.  
  242. location: variable bone5 of type ModelRenderer
  243.  
  244. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:226:
  245. error: cannot find symbol
  246.  
  247. bone6.setPos(0.0F, 24.0F, 13.0F);
  248.  
  249.  
  250. ^
  251.  
  252.  
  253. symbol: method setPos(float,float,float)
  254.  
  255.  
  256. location: variable bone6 of type ModelRenderer
  257.  
  258. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:227:
  259. error: cannot find symbol
  260.  
  261. bone6.texOffs(0, 75).addBox(-13.0F, -12.0F, 19.0F, 13.0F, 13.0F,
  262. 13.0F, 0.0F, false);
  263.  
  264.  
  265. ^
  266.  
  267.  
  268. symbol: method texOffs(int,int)
  269.  
  270.  
  271. location: variable bone6 of type ModelRenderer
  272.  
  273. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:229:
  274. error: cannot find symbol
  275.  
  276. bone7.setPos(0.0F, 24.0F, 13.0F);
  277.  
  278.  
  279. ^
  280.  
  281.  
  282. symbol: method setPos(float,float,float)
  283.  
  284.  
  285. location: variable bone7 of type ModelRenderer
  286.  
  287. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:230:
  288. error: cannot find symbol
  289.  
  290. bone7.texOffs(39, 62).addBox(-13.0F, -12.0F, 32.0F, 13.0F, 13.0F,
  291. 13.0F, 0.0F, false);
  292.  
  293.  
  294. ^
  295.  
  296.  
  297. symbol: method texOffs(int,int)
  298.  
  299.  
  300. location: variable bone7 of type ModelRenderer
  301.  
  302. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:232:
  303. error: cannot find symbol
  304.  
  305. bone8.setPos(0.0F, 24.0F, 13.0F);
  306.  
  307.  
  308. ^
  309.  
  310.  
  311. symbol: method setPos(float,float,float)
  312.  
  313.  
  314. location: variable bone8 of type ModelRenderer
  315.  
  316. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:233:
  317. error: cannot find symbol
  318.  
  319. bone8.texOffs(0, 49).addBox(-13.0F, -12.0F, 45.0F, 13.0F, 13.0F,
  320. 13.0F, 0.0F, false);
  321.  
  322.  
  323. ^
  324.  
  325.  
  326. symbol: method texOffs(int,int)
  327.  
  328.  
  329. location: variable bone8 of type ModelRenderer
  330.  
  331. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:235:
  332. error: cannot find symbol
  333.  
  334. bone9.setPos(0.0F, 24.0F, 13.0F);
  335.  
  336.  
  337. ^
  338.  
  339.  
  340. symbol: method setPos(float,float,float)
  341.  
  342.  
  343. location: variable bone9 of type ModelRenderer
  344.  
  345. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:236:
  346. error: cannot find symbol
  347.  
  348. bone9.texOffs(43, 10).addBox(-13.0F, -12.0F, 58.0F, 13.0F, 13.0F,
  349. 13.0F, 0.0F, false);
  350.  
  351.  
  352. ^
  353.  
  354.  
  355. symbol: method texOffs(int,int)
  356.  
  357.  
  358. location: variable bone9 of type ModelRenderer
  359.  
  360. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:238:
  361. error: cannot find symbol
  362.  
  363. bone10.setPos(0.0F, 24.0F, 13.0F);
  364.  
  365.  
  366. ^
  367.  
  368.  
  369. symbol: method setPos(float,float,float)
  370.  
  371.  
  372. location: variable bone10 of type ModelRenderer
  373.  
  374. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:239:
  375. error: cannot find symbol
  376.  
  377. bone10.texOffs(39, 36).addBox(-13.0F, -12.0F, 71.0F, 13.0F, 13.0F,
  378. 13.0F, 0.0F, false);
  379.  
  380.  
  381. ^
  382.  
  383.  
  384. symbol: method texOffs(int,int)
  385.  
  386.  
  387. location: variable bone10 of type ModelRenderer
  388.  
  389. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:241:
  390. error: cannot find symbol
  391.  
  392. bone11.setPos(0.0F, 24.0F, 13.0F);
  393.  
  394.  
  395. ^
  396.  
  397.  
  398. symbol: method setPos(float,float,float)
  399.  
  400.  
  401. location: variable bone11 of type ModelRenderer
  402.  
  403. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:242:
  404. error: cannot find symbol
  405.  
  406. bone11.texOffs(0, 23).addBox(-13.0F, -12.0F, 84.0F, 13.0F, 13.0F,
  407. 13.0F, 0.0F, false);
  408.  
  409.  
  410. ^
  411.  
  412.  
  413. symbol: method texOffs(int,int)
  414.  
  415.  
  416. location: variable bone11 of type ModelRenderer
  417.  
  418. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:244:
  419. error: cannot find symbol
  420.  
  421. tongue.setPos(0.0F, 45.0F, 18.0F);
  422.  
  423.  
  424. ^
  425.  
  426.  
  427. symbol: method setPos(float,float,float)
  428.  
  429.  
  430. location: variable tongue of type ModelRenderer
  431.  
  432. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:245:
  433. error: cannot find symbol
  434.  
  435. tongue.texOffs(0, 0).addBox(-13.0F, -71.0F, -117.0F, 1.0F, 1.0F,
  436. 3.0F, 0.0F, false);
  437.  
  438.  
  439. ^
  440.  
  441.  
  442. symbol: method texOffs(int,int)
  443.  
  444.  
  445. location: variable tongue of type ModelRenderer
  446.  
  447. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:246:
  448. error: cannot find symbol
  449.  
  450. tongue.texOffs(0, 0).addBox(-14.0F, -71.0F, -120.0F, 1.0F, 1.0F,
  451. 3.0F, 0.0F, false);
  452.  
  453.  
  454. ^
  455.  
  456.  
  457. symbol: method texOffs(int,int)
  458.  
  459.  
  460. location: variable tongue of type ModelRenderer
  461.  
  462. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:247:
  463. error: cannot find symbol
  464.  
  465. tongue.texOffs(0, 0).addBox(-11.0F, -71.0F, -120.0F, 1.0F, 1.0F,
  466. 3.0F, 0.0F, false);
  467.  
  468.  
  469. ^
  470.  
  471.  
  472. symbol: method texOffs(int,int)
  473.  
  474.  
  475. location: variable tongue of type ModelRenderer
  476.  
  477. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:248:
  478. error: cannot find symbol
  479.  
  480. tongue.texOffs(0, 0).addBox(-12.0F, -71.0F, -117.0F, 1.0F, 1.0F,
  481. 3.0F, 0.0F, false);
  482.  
  483.  
  484. ^
  485.  
  486.  
  487. symbol: method texOffs(int,int)
  488.  
  489.  
  490. location: variable tongue of type ModelRenderer
  491.  
  492. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:251:
  493. error: method does not override or implement a method from a supertype
  494.  
  495. @Override
  496.  
  497.  
  498. ^
  499.  
  500. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:256:
  501. error: method does not override or implement a method from a supertype
  502.  
  503. @Override
  504.  
  505.  
  506. ^
  507.  
  508. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:274:
  509. error: cannot find symbol
  510.  
  511. modelRenderer.xRot = x;
  512.  
  513.  
  514. ^
  515.  
  516.  
  517. symbol: variable xRot
  518.  
  519.  
  520. location: variable modelRenderer of type ModelRenderer
  521.  
  522. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:275:
  523. error: cannot find symbol
  524.  
  525. modelRenderer.yRot = y;
  526.  
  527.  
  528. ^
  529.  
  530.  
  531. symbol: variable yRot
  532.  
  533.  
  534. location: variable modelRenderer of type ModelRenderer
  535.  
  536. C:\Users\dmlro\MCreatorWorkspaces\piratedawn\src\main\java\net\mcreator\piratedawn\entity\SnekEntity.java:276:
  537. error: cannot find symbol
  538.  
  539. modelRenderer.zRot = z;
  540.  
  541.  
  542. ^
  543.  
  544.  
  545. symbol: variable zRot
  546.  
  547.  
  548. location: variable modelRenderer of type ModelRenderer
  549.  
  550. 38
  551. errors
  552.  
  553. FAILURE:
  554. Build failed with an exception.
  555.  
  556. *
  557. What went wrong:
  558.  
  559. Execution
  560. failed for task ':compileJava'.
  561.  
  562. >
  563. Compilation failed; see the compiler error output for details.
  564.  
  565. *
  566. Try:
  567.  
  568. Run
  569. with --stacktrace option to get the stack trace. Run with --info or
  570. --debug option to get more log output. Run with --scan to get full
  571. insights.
  572.  
  573. *
  574. Get more help at https://help.gradle.org
  575.  
  576. Deprecated
  577. Gradle features were used in this build, making it incompatible with
  578. Gradle 5.0.
  579.  
  580. Use
  581. '--warning-mode all' to show the individual deprecation warnings.
  582.  
  583. See
  584. https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
  585.  
  586. BUILD
  587. FAILED in 2s
  588.  
  589. 1
  590. actionable task: 1 executed
  591.  
  592. BUILD
  593. FAILED
  594.  
  595. Task
  596. completed in 15 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement