Guest User

mcreator cannot find simbol

a guest
Sep 25th, 2023
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.86 KB | Gaming | 0 0
  1.  
  2. Executing Gradle task: build
  3. Build info: MCreator 2023.3.36712, forge-1.20.1, 64-bit, 6086 MB, Windows 11, JVM 17.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-09-26-06:25:53
  4.  
  5. > Task :compileJava
  6. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:7: error: cannot find symbol
  7. public class AdmindiamonblockBlock extends Block {
  8. ^
  9. symbol: class Block
  10. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:13: error: cannot find symbol
  11. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  12. ^
  13. symbol: class BlockState
  14. location: class AdmindiamonblockBlock
  15. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:13: error: cannot find symbol
  16. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  17. ^
  18. symbol: class BlockGetter
  19. location: class AdmindiamonblockBlock
  20. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:13: error: cannot find symbol
  21. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  22. ^
  23. symbol: class BlockPos
  24. location: class AdmindiamonblockBlock
  25. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:18: error: cannot find symbol
  26. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  27. ^
  28. symbol: class BlockState
  29. location: class AdmindiamonblockBlock
  30. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:18: error: package LootParams does not exist
  31. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  32. ^
  33. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:18: error: cannot find symbol
  34. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  35. ^
  36. symbol: class ItemStack
  37. location: class AdmindiamonblockBlock
  38. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:7: error: cannot find symbol
  39. public class AlButtonBlock extends ButtonBlock {
  40. ^
  41. symbol: class ButtonBlock
  42. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:13: error: cannot find symbol
  43. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  44. ^
  45. symbol: class BlockState
  46. location: class AlButtonBlock
  47. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:13: error: cannot find symbol
  48. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  49. ^
  50. symbol: class BlockGetter
  51. location: class AlButtonBlock
  52. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:13: error: cannot find symbol
  53. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  54. ^
  55. symbol: class BlockPos
  56. location: class AlButtonBlock
  57. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:18: error: cannot find symbol
  58. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  59. ^
  60. symbol: class BlockState
  61. location: class AlButtonBlock
  62. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:18: error: cannot find symbol
  63. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  64. ^
  65. symbol: class BlockGetter
  66. location: class AlButtonBlock
  67. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:18: error: cannot find symbol
  68. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  69. ^
  70. symbol: class BlockPos
  71. location: class AlButtonBlock
  72. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:18: error: cannot find symbol
  73. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  74. ^
  75. symbol: class Direction
  76. location: class AlButtonBlock
  77. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:23: error: cannot find symbol
  78. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  79. ^
  80. symbol: class BlockState
  81. location: class AlButtonBlock
  82. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:23: error: package LootParams does not exist
  83. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  84. ^
  85. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:23: error: cannot find symbol
  86. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  87. ^
  88. symbol: class ItemStack
  89. location: class AlButtonBlock
  90. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:7: error: cannot find symbol
  91. public class AlFenceBlock extends FenceBlock {
  92. ^
  93. symbol: class FenceBlock
  94. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:13: error: cannot find symbol
  95. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  96. ^
  97. symbol: class BlockState
  98. location: class AlFenceBlock
  99. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:13: error: cannot find symbol
  100. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  101. ^
  102. symbol: class BlockGetter
  103. location: class AlFenceBlock
  104. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:13: error: cannot find symbol
  105. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  106. ^
  107. symbol: class BlockPos
  108. location: class AlFenceBlock
  109. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:18: error: cannot find symbol
  110. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  111. ^
  112. symbol: class BlockState
  113. location: class AlFenceBlock
  114. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:18: error: cannot find symbol
  115. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  116. ^
  117. symbol: class BlockGetter
  118. location: class AlFenceBlock
  119. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:18: error: cannot find symbol
  120. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  121. ^
  122. symbol: class BlockPos
  123. location: class AlFenceBlock
  124. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:18: error: cannot find symbol
  125. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  126. ^
  127. symbol: class Direction
  128. location: class AlFenceBlock
  129. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:23: error: cannot find symbol
  130. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  131. ^
  132. symbol: class BlockState
  133. location: class AlFenceBlock
  134. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:23: error: package LootParams does not exist
  135. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  136. ^
  137. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:23: error: cannot find symbol
  138. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  139. ^
  140. symbol: class ItemStack
  141. location: class AlFenceBlock
  142. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:7: error: cannot find symbol
  143. public class AlFenceGateBlock extends FenceGateBlock {
  144. ^
  145. symbol: class FenceGateBlock
  146. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:13: error: cannot find symbol
  147. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  148. ^
  149. symbol: class BlockState
  150. location: class AlFenceGateBlock
  151. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:13: error: cannot find symbol
  152. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  153. ^
  154. symbol: class BlockGetter
  155. location: class AlFenceGateBlock
  156. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:13: error: cannot find symbol
  157. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  158. ^
  159. symbol: class BlockPos
  160. location: class AlFenceGateBlock
  161. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:18: error: cannot find symbol
  162. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  163. ^
  164. symbol: class BlockState
  165. location: class AlFenceGateBlock
  166. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:18: error: cannot find symbol
  167. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  168. ^
  169. symbol: class BlockGetter
  170. location: class AlFenceGateBlock
  171. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:18: error: cannot find symbol
  172. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  173. ^
  174. symbol: class BlockPos
  175. location: class AlFenceGateBlock
  176. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:18: error: cannot find symbol
  177. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  178. ^
  179. symbol: class Direction
  180. location: class AlFenceGateBlock
  181. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:23: error: cannot find symbol
  182. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  183. ^
  184. symbol: class BlockState
  185. location: class AlFenceGateBlock
  186. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:23: error: package LootParams does not exist
  187. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  188. ^
  189. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:23: error: cannot find symbol
  190. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  191. ^
  192. symbol: class ItemStack
  193. location: class AlFenceGateBlock
  194. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:7: error: cannot find symbol
  195. public class AlLeavesBlock extends LeavesBlock {
  196. ^
  197. symbol: class LeavesBlock
  198. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:13: error: cannot find symbol
  199. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  200. ^
  201. symbol: class BlockState
  202. location: class AlLeavesBlock
  203. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:13: error: cannot find symbol
  204. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  205. ^
  206. symbol: class BlockGetter
  207. location: class AlLeavesBlock
  208. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:13: error: cannot find symbol
  209. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  210. ^
  211. symbol: class BlockPos
  212. location: class AlLeavesBlock
  213. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:18: error: cannot find symbol
  214. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  215. ^
  216. symbol: class BlockState
  217. location: class AlLeavesBlock
  218. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:18: error: cannot find symbol
  219. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  220. ^
  221. symbol: class BlockGetter
  222. location: class AlLeavesBlock
  223. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:18: error: cannot find symbol
  224. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  225. ^
  226. symbol: class BlockPos
  227. location: class AlLeavesBlock
  228. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:18: error: cannot find symbol
  229. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  230. ^
  231. symbol: class Direction
  232. location: class AlLeavesBlock
  233. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:23: error: cannot find symbol
  234. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  235. ^
  236. symbol: class BlockState
  237. location: class AlLeavesBlock
  238. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:23: error: package LootParams does not exist
  239. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  240. ^
  241. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:23: error: cannot find symbol
  242. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  243. ^
  244. symbol: class ItemStack
  245. location: class AlLeavesBlock
  246. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:7: error: cannot find symbol
  247. public class AlLogBlock extends Block {
  248. ^
  249. symbol: class Block
  250. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:8: error: cannot find symbol
  251. public static final EnumProperty<Direction.Axis> AXIS = BlockStateProperties.AXIS;
  252. ^
  253. symbol: class EnumProperty
  254. location: class AlLogBlock
  255. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:8: error: package Direction does not exist
  256. public static final EnumProperty<Direction.Axis> AXIS = BlockStateProperties.AXIS;
  257. ^
  258. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:16: error: cannot find symbol
  259. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  260. ^
  261. symbol: class BlockState
  262. location: class AlLogBlock
  263. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:16: error: cannot find symbol
  264. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  265. ^
  266. symbol: class BlockGetter
  267. location: class AlLogBlock
  268. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:16: error: cannot find symbol
  269. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  270. ^
  271. symbol: class BlockPos
  272. location: class AlLogBlock
  273. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:21: error: package StateDefinition does not exist
  274. protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) {
  275. ^
  276. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:21: error: cannot find symbol
  277. protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) {
  278. ^
  279. symbol: class Block
  280. location: class AlLogBlock
  281. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:21: error: cannot find symbol
  282. protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) {
  283. ^
  284. symbol: class BlockState
  285. location: class AlLogBlock
  286. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:26: error: cannot find symbol
  287. public BlockState getStateForPlacement(BlockPlaceContext context) {
  288. ^
  289. symbol: class BlockPlaceContext
  290. location: class AlLogBlock
  291. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:26: error: cannot find symbol
  292. public BlockState getStateForPlacement(BlockPlaceContext context) {
  293. ^
  294. symbol: class BlockState
  295. location: class AlLogBlock
  296. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:31: error: cannot find symbol
  297. public BlockState rotate(BlockState state, Rotation rot) {
  298. ^
  299. symbol: class BlockState
  300. location: class AlLogBlock
  301. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:31: error: cannot find symbol
  302. public BlockState rotate(BlockState state, Rotation rot) {
  303. ^
  304. symbol: class Rotation
  305. location: class AlLogBlock
  306. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:31: error: cannot find symbol
  307. public BlockState rotate(BlockState state, Rotation rot) {
  308. ^
  309. symbol: class BlockState
  310. location: class AlLogBlock
  311. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:43: error: cannot find symbol
  312. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  313. ^
  314. symbol: class BlockState
  315. location: class AlLogBlock
  316. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:43: error: cannot find symbol
  317. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  318. ^
  319. symbol: class BlockGetter
  320. location: class AlLogBlock
  321. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:43: error: cannot find symbol
  322. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  323. ^
  324. symbol: class BlockPos
  325. location: class AlLogBlock
  326. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:43: error: cannot find symbol
  327. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  328. ^
  329. symbol: class Direction
  330. location: class AlLogBlock
  331. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:48: error: cannot find symbol
  332. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  333. ^
  334. symbol: class BlockState
  335. location: class AlLogBlock
  336. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:48: error: package LootParams does not exist
  337. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  338. ^
  339. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:48: error: cannot find symbol
  340. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  341. ^
  342. symbol: class ItemStack
  343. location: class AlLogBlock
  344. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:7: error: cannot find symbol
  345. public class AlPlanksBlock extends Block {
  346. ^
  347. symbol: class Block
  348. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:13: error: cannot find symbol
  349. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  350. ^
  351. symbol: class BlockState
  352. location: class AlPlanksBlock
  353. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:13: error: cannot find symbol
  354. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  355. ^
  356. symbol: class BlockGetter
  357. location: class AlPlanksBlock
  358. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:13: error: cannot find symbol
  359. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  360. ^
  361. symbol: class BlockPos
  362. location: class AlPlanksBlock
  363. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:18: error: cannot find symbol
  364. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  365. ^
  366. symbol: class BlockState
  367. location: class AlPlanksBlock
  368. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:18: error: cannot find symbol
  369. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  370. ^
  371. symbol: class BlockGetter
  372. location: class AlPlanksBlock
  373. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:18: error: cannot find symbol
  374. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  375. ^
  376. symbol: class BlockPos
  377. location: class AlPlanksBlock
  378. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:18: error: cannot find symbol
  379. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  380. ^
  381. symbol: class Direction
  382. location: class AlPlanksBlock
  383. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:23: error: cannot find symbol
  384. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  385. ^
  386. symbol: class BlockState
  387. location: class AlPlanksBlock
  388. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:23: error: package LootParams does not exist
  389. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  390. ^
  391. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:23: error: cannot find symbol
  392. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  393. ^
  394. symbol: class ItemStack
  395. location: class AlPlanksBlock
  396. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:7: error: cannot find symbol
  397. public class AlPressurePlateBlock extends PressurePlateBlock {
  398. ^
  399. symbol: class PressurePlateBlock
  400. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:13: error: cannot find symbol
  401. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  402. ^
  403. symbol: class BlockState
  404. location: class AlPressurePlateBlock
  405. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:13: error: cannot find symbol
  406. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  407. ^
  408. symbol: class BlockGetter
  409. location: class AlPressurePlateBlock
  410. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:13: error: cannot find symbol
  411. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  412. ^
  413. symbol: class BlockPos
  414. location: class AlPressurePlateBlock
  415. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:18: error: cannot find symbol
  416. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  417. ^
  418. symbol: class BlockState
  419. location: class AlPressurePlateBlock
  420. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:18: error: cannot find symbol
  421. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  422. ^
  423. symbol: class BlockGetter
  424. location: class AlPressurePlateBlock
  425. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:18: error: cannot find symbol
  426. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  427. ^
  428. symbol: class BlockPos
  429. location: class AlPressurePlateBlock
  430. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:18: error: cannot find symbol
  431. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  432. ^
  433. symbol: class Direction
  434. location: class AlPressurePlateBlock
  435. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:23: error: cannot find symbol
  436. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  437. ^
  438. symbol: class BlockState
  439. location: class AlPressurePlateBlock
  440. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:23: error: package LootParams does not exist
  441. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  442. ^
  443. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:23: error: cannot find symbol
  444. public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
  445. ^
  446. symbol: class ItemStack
  447. location: class AlPressurePlateBlock
  448. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:7: error: cannot find symbol
  449. public class AlSlabBlock extends SlabBlock {
  450. ^
  451. symbol: class SlabBlock
  452. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:13: error: cannot find symbol
  453. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  454. ^
  455. symbol: class BlockState
  456. location: class AlSlabBlock
  457. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:13: error: cannot find symbol
  458. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  459. ^
  460. symbol: class BlockGetter
  461. location: class AlSlabBlock
  462. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:13: error: cannot find symbol
  463. public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
  464. ^
  465. symbol: class BlockPos
  466. location: class AlSlabBlock
  467. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:18: error: cannot find symbol
  468. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  469. ^
  470. symbol: class BlockState
  471. location: class AlSlabBlock
  472. C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:18: error: cannot find symbol
  473. public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
  474. ^
  475. symbol: class BlockGetter
  476. location: class AlSlabBlock
  477. 100 errors
  478. only showing the first 100 errors, of 9911 total; use -Xmaxerrs if you would like to see more
  479. > Task :compileJava FAILED
  480. FAILURE: Build failed with an exception.
  481. * What went wrong:
  482. Execution failed for task ':compileJava'.
  483. > Compilation failed; see the compiler error output for details.
  484. * Try:
  485. > Run with --stacktrace option to get the stack trace.
  486. > Run with --info or --debug option to get more log output.
  487. > Run with --scan to get full insights.
  488. * Get more help at https://help.gradle.org
  489. BUILD FAILED in 18s
  490. 1 actionable task: 1 executed
  491.  
  492. BUILD FAILED
  493. Task completed in 50 seconds
Advertisement
Add Comment
Please, Sign In to add comment