Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: build
- 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
- > Task :compileJava
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:7: error: cannot find symbol
- public class AdmindiamonblockBlock extends Block {
- ^
- symbol: class Block
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AdmindiamonblockBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AdmindiamonblockBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AdmindiamonblockBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:18: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class BlockState
- location: class AdmindiamonblockBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:18: error: package LootParams does not exist
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AdmindiamonblockBlock.java:18: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class ItemStack
- location: class AdmindiamonblockBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:7: error: cannot find symbol
- public class AlButtonBlock extends ButtonBlock {
- ^
- symbol: class ButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockState
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockGetter
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockPos
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class Direction
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class BlockState
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:23: error: package LootParams does not exist
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlButtonBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class ItemStack
- location: class AlButtonBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:7: error: cannot find symbol
- public class AlFenceBlock extends FenceBlock {
- ^
- symbol: class FenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockState
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockGetter
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockPos
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class Direction
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class BlockState
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:23: error: package LootParams does not exist
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class ItemStack
- location: class AlFenceBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:7: error: cannot find symbol
- public class AlFenceGateBlock extends FenceGateBlock {
- ^
- symbol: class FenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockState
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockGetter
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockPos
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class Direction
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class BlockState
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:23: error: package LootParams does not exist
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlFenceGateBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class ItemStack
- location: class AlFenceGateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:7: error: cannot find symbol
- public class AlLeavesBlock extends LeavesBlock {
- ^
- symbol: class LeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockState
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockGetter
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockPos
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class Direction
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class BlockState
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:23: error: package LootParams does not exist
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLeavesBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class ItemStack
- location: class AlLeavesBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:7: error: cannot find symbol
- public class AlLogBlock extends Block {
- ^
- symbol: class Block
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:8: error: cannot find symbol
- public static final EnumProperty<Direction.Axis> AXIS = BlockStateProperties.AXIS;
- ^
- symbol: class EnumProperty
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:8: error: package Direction does not exist
- public static final EnumProperty<Direction.Axis> AXIS = BlockStateProperties.AXIS;
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:16: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:16: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:16: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:21: error: package StateDefinition does not exist
- protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:21: error: cannot find symbol
- protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) {
- ^
- symbol: class Block
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:21: error: cannot find symbol
- protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) {
- ^
- symbol: class BlockState
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:26: error: cannot find symbol
- public BlockState getStateForPlacement(BlockPlaceContext context) {
- ^
- symbol: class BlockPlaceContext
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:26: error: cannot find symbol
- public BlockState getStateForPlacement(BlockPlaceContext context) {
- ^
- symbol: class BlockState
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:31: error: cannot find symbol
- public BlockState rotate(BlockState state, Rotation rot) {
- ^
- symbol: class BlockState
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:31: error: cannot find symbol
- public BlockState rotate(BlockState state, Rotation rot) {
- ^
- symbol: class Rotation
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:31: error: cannot find symbol
- public BlockState rotate(BlockState state, Rotation rot) {
- ^
- symbol: class BlockState
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:43: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockState
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:43: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockGetter
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:43: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockPos
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:43: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class Direction
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:48: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class BlockState
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:48: error: package LootParams does not exist
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlLogBlock.java:48: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class ItemStack
- location: class AlLogBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:7: error: cannot find symbol
- public class AlPlanksBlock extends Block {
- ^
- symbol: class Block
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockState
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockGetter
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockPos
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class Direction
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class BlockState
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:23: error: package LootParams does not exist
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPlanksBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class ItemStack
- location: class AlPlanksBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:7: error: cannot find symbol
- public class AlPressurePlateBlock extends PressurePlateBlock {
- ^
- symbol: class PressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockState
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockGetter
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockPos
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class Direction
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class BlockState
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:23: error: package LootParams does not exist
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlPressurePlateBlock.java:23: error: cannot find symbol
- public List<ItemStack> getDrops(BlockState state, LootParams.Builder builder) {
- ^
- symbol: class ItemStack
- location: class AlPressurePlateBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:7: error: cannot find symbol
- public class AlSlabBlock extends SlabBlock {
- ^
- symbol: class SlabBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockState
- location: class AlSlabBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockGetter
- location: class AlSlabBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:13: error: cannot find symbol
- public int getLightBlock(BlockState state, BlockGetter worldIn, BlockPos pos) {
- ^
- symbol: class BlockPos
- location: class AlSlabBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockState
- location: class AlSlabBlock
- C:\Users\Eliot\Desktop\LE MOD\compresedMOD\src\main\java\net\mcreator\jnlmod\block\AlSlabBlock.java:18: error: cannot find symbol
- public int getFlammability(BlockState state, BlockGetter world, BlockPos pos, Direction face) {
- ^
- symbol: class BlockGetter
- location: class AlSlabBlock
- 100 errors
- only showing the first 100 errors, of 9911 total; use -Xmaxerrs if you would like to see more
- > Task :compileJava FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':compileJava'.
- > Compilation failed; see the compiler error output for details.
- * Try:
- > 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.
- * Get more help at https://help.gradle.org
- BUILD FAILED in 18s
- 1 actionable task: 1 executed
- BUILD FAILED
- Task completed in 50 seconds
Advertisement
Add Comment
Please, Sign In to add comment