Advertisement
Guest User

Error logs

a guest
Apr 13th, 2024
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 32.05 KB | Source Code | 0 0
  1. Executing Gradle task: runClient
  2. Build info: MCreator 2024.1.15821, forge-1.20.1, 64-bit, 32681 MB, Windows 11, JVM 17.0.10, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2024-04-13-22:44:38
  3. Loaded APIs: geckolib
  4.  
  5. > Task :compileJava FAILED
  6. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\entity\RocketControlPanelBlockEntity.java:78: error: cannot find symbol public Component getDefaultName() {
  7.  ^
  8.  symbol: class Component
  9.  location: class RocketControlPanelBlockEntity
  10. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\entity\RocketControlPanelBlockEntity.java:93: error: cannot find symbol public Component getDisplayName() {
  11.  ^
  12.  symbol: class Component
  13.  location: class RocketControlPanelBlockEntity
  14. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\InkedSnowBlockBlock.java:12: error: cannot find symbol public class InkedSnowBlockBlock extends Block {
  15.  ^
  16.  symbol: class Block
  17. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\RocketControlPanelBlock.java:42: error: cannot find symbol public class RocketControlPanelBlock extends Block implements EntityBlock {
  18.  ^
  19.  symbol: class Block
  20. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\RocketControlPanelBlock.java:61: error: cannot find symbol protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> builder) {
  21.  ^
  22.  symbol: class Block
  23.  location: class RocketControlPanelBlock
  24. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\RocketControlPanelBlock.java:86: error: cannot find symbol public InteractionResult use(BlockState blockstate, Level world, BlockPos pos, Player entity, InteractionHand hand, BlockHitResult hit) {
  25.  ^
  26.  symbol: class Level
  27.  location: class RocketControlPanelBlock
  28. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\RocketControlPanelBlock.java:105: error: cannot find symbol public MenuProvider getMenuProvider(BlockState state, Level worldIn, BlockPos pos) {
  29.  ^
  30.  symbol: class Level
  31.  location: class RocketControlPanelBlock
  32. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\RocketControlPanelBlock.java:116: error: cannot find symbol public boolean triggerEvent(BlockState state, Level world, BlockPos pos, int eventID, int eventParam) {
  33.  ^
  34.  symbol: class Level
  35.  location: class RocketControlPanelBlock
  36. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\RocketControlPanelBlock.java:123: error: cannot find symbol public void onRemove(BlockState state, Level world, BlockPos pos, BlockState newState, boolean isMoving) {
  37.  ^
  38.  symbol: class Level
  39.  location: class RocketControlPanelBlock
  40. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\block\RocketControlPanelBlock.java:140: error: cannot find symbol public int getAnalogOutputSignal(BlockState blockState, Level world, BlockPos pos) {
  41.  ^
  42.  symbol: class Level
  43.  location: class RocketControlPanelBlock
  44. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\world\inventory\RCPGUIMenu.java:27: error: cannot find symbol public class RCPGUIMenu extends AbstractContainerMenu implements Supplier<Map<Integer, Slot>> {
  45.  ^
  46.  symbol: class Supplier
  47. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\client\gui\RCPGUIScreen.java:22: error: cannot find symbol private final Level world;
  48.  ^
  49.  symbol: class Level
  50.  location: class RCPGUIScreen
  51. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\client\gui\RCPGUIScreen.java:29: error: cannot find symbol public RCPGUIScreen(RCPGUIMenu container, Inventory inventory, Component text) {
  52.  ^
  53.  symbol: class Component
  54.  location: class RCPGUIScreen
  55. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\world\inventory\RCPGUIMenu.java:29: error: cannot find symbol public final Level world;
  56.  ^
  57.  symbol: class Level
  58.  location: class RCPGUIMenu
  59. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\world\inventory\RCPGUIMenu.java:36: error: cannot find symbol private Supplier<Boolean> boundItemMatcher = null;
  60.  ^
  61.  symbol: class Supplier
  62.  location: class RCPGUIMenu
  63. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CHKNEngineerEntity.java:60: error: cannot find symbol public CHKNEngineerEntity(PlayMessages.SpawnEntity packet, Level world) {
  64.  ^
  65.  symbol: class Level
  66.  location: class CHKNEngineerEntity
  67. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CHKNEngineerEntity.java:64: error: cannot find symbol public CHKNEngineerEntity(EntityType<CHKNEngineerEntity> type, Level world) {
  68.  ^
  69.  symbol: class Level
  70.  location: class CHKNEngineerEntity
  71. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\ChknrooverEntity.java:63: error: cannot find symbol public ChknrooverEntity(PlayMessages.SpawnEntity packet, Level world) {
  72.  ^
  73.  symbol: class Level
  74.  location: class ChknrooverEntity
  75. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\ChknrooverEntity.java:67: error: cannot find symbol public ChknrooverEntity(EntityType<ChknrooverEntity> type, Level world) {
  76.  ^
  77.  symbol: class Level
  78.  location: class ChknrooverEntity
  79. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CHKNTrooperEntity.java:68: error: cannot find symbol public CHKNTrooperEntity(PlayMessages.SpawnEntity packet, Level world) {
  80.  ^
  81.  symbol: class Level
  82.  location: class CHKNTrooperEntity
  83. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CHKNTrooperEntity.java:72: error: cannot find symbol public CHKNTrooperEntity(EntityType<CHKNTrooperEntity> type, Level world) {
  84.  ^
  85.  symbol: class Level
  86.  location: class CHKNTrooperEntity
  87. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CodTBulletEntity.java:32: error: cannot find symbol public CodTBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  88.  ^
  89.  symbol: class Level
  90.  location: class CodTBulletEntity
  91. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CodTBulletEntity.java:36: error: cannot find symbol public CodTBulletEntity(EntityType<? extends CodTBulletEntity> type, Level world) {
  92.  ^
  93.  symbol: class Level
  94.  location: class CodTBulletEntity
  95. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CodTBulletEntity.java:40: error: cannot find symbol public CodTBulletEntity(EntityType<? extends CodTBulletEntity> type, double x, double y, double z, Level world) {
  96.  ^
  97.  symbol: class Level
  98.  location: class CodTBulletEntity
  99. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CodTBulletEntity.java:44: error: cannot find symbol public CodTBulletEntity(EntityType<? extends CodTBulletEntity> type, LivingEntity entity, Level world) {
  100.  ^
  101.  symbol: class Level
  102.  location: class CodTBulletEntity
  103. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CodTBulletEntity.java:90: error: cannot find symbol public static CodTBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  104.  ^
  105.  symbol: class Level
  106.  location: class CodTBulletEntity
  107. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CodTBulletEntity.java:94: error: cannot find symbol public static CodTBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  108.  ^
  109.  symbol: class Level
  110.  location: class CodTBulletEntity
  111. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CSBulletEntity.java:29: error: cannot find symbol public CSBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  112.  ^
  113.  symbol: class Level
  114.  location: class CSBulletEntity
  115. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CSBulletEntity.java:33: error: cannot find symbol public CSBulletEntity(EntityType<? extends CSBulletEntity> type, Level world) {
  116.  ^
  117.  symbol: class Level
  118.  location: class CSBulletEntity
  119. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CSBulletEntity.java:37: error: cannot find symbol public CSBulletEntity(EntityType<? extends CSBulletEntity> type, double x, double y, double z, Level world) {
  120.  ^
  121.  symbol: class Level
  122.  location: class CSBulletEntity
  123. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CSBulletEntity.java:41: error: cannot find symbol public CSBulletEntity(EntityType<? extends CSBulletEntity> type, LivingEntity entity, Level world) {
  124.  ^
  125.  symbol: class Level
  126.  location: class CSBulletEntity
  127. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CSBulletEntity.java:75: error: cannot find symbol public static CSBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  128.  ^
  129.  symbol: class Level
  130.  location: class CSBulletEntity
  131. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CSBulletEntity.java:79: error: cannot find symbol public static CSBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  132.  ^
  133.  symbol: class Level
  134.  location: class CSBulletEntity
  135. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CTBulletEntity.java:31: error: cannot find symbol public CTBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  136.  ^
  137.  symbol: class Level
  138.  location: class CTBulletEntity
  139. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CTBulletEntity.java:35: error: cannot find symbol public CTBulletEntity(EntityType<? extends CTBulletEntity> type, Level world) {
  140.  ^
  141.  symbol: class Level
  142.  location: class CTBulletEntity
  143. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CTBulletEntity.java:39: error: cannot find symbol public CTBulletEntity(EntityType<? extends CTBulletEntity> type, double x, double y, double z, Level world) {
  144.  ^
  145.  symbol: class Level
  146.  location: class CTBulletEntity
  147. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CTBulletEntity.java:43: error: cannot find symbol public CTBulletEntity(EntityType<? extends CTBulletEntity> type, LivingEntity entity, Level world) {
  148.  ^
  149.  symbol: class Level
  150.  location: class CTBulletEntity
  151. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CTBulletEntity.java:88: error: cannot find symbol public static CTBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  152.  ^
  153.  symbol: class Level
  154.  location: class CTBulletEntity
  155. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CTBulletEntity.java:92: error: cannot find symbol public static CTBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  156.  ^
  157.  symbol: class Level
  158.  location: class CTBulletEntity
  159. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GCSBulletEntity.java:29: error: cannot find symbol public GCSBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  160.  ^
  161.  symbol: class Level
  162.  location: class GCSBulletEntity
  163. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GCSBulletEntity.java:33: error: cannot find symbol public GCSBulletEntity(EntityType<? extends GCSBulletEntity> type, Level world) {
  164.  ^
  165.  symbol: class Level
  166.  location: class GCSBulletEntity
  167. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GCSBulletEntity.java:37: error: cannot find symbol public GCSBulletEntity(EntityType<? extends GCSBulletEntity> type, double x, double y, double z, Level world) {
  168.  ^
  169.  symbol: class Level
  170.  location: class GCSBulletEntity
  171. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GCSBulletEntity.java:41: error: cannot find symbol public GCSBulletEntity(EntityType<? extends GCSBulletEntity> type, LivingEntity entity, Level world) {
  172.  ^
  173.  symbol: class Level
  174.  location: class GCSBulletEntity
  175. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GCSBulletEntity.java:75: error: cannot find symbol public static GCSBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  176.  ^
  177.  symbol: class Level
  178.  location: class GCSBulletEntity
  179. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GCSBulletEntity.java:79: error: cannot find symbol public static GCSBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  180.  ^
  181.  symbol: class Level
  182.  location: class GCSBulletEntity
  183. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GISBCBulletEntity.java:33: error: cannot find symbol public GISBCBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  184.  ^
  185.  symbol: class Level
  186.  location: class GISBCBulletEntity
  187. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GISBCBulletEntity.java:37: error: cannot find symbol public GISBCBulletEntity(EntityType<? extends GISBCBulletEntity> type, Level world) {
  188.  ^
  189.  symbol: class Level
  190.  location: class GISBCBulletEntity
  191. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GISBCBulletEntity.java:41: error: cannot find symbol public GISBCBulletEntity(EntityType<? extends GISBCBulletEntity> type, double x, double y, double z, Level world) {
  192.  ^
  193.  symbol: class Level
  194.  location: class GISBCBulletEntity
  195. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GISBCBulletEntity.java:45: error: cannot find symbol public GISBCBulletEntity(EntityType<? extends GISBCBulletEntity> type, LivingEntity entity, Level world) {
  196.  ^
  197.  symbol: class Level
  198.  location: class GISBCBulletEntity
  199. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GISBCBulletEntity.java:91: error: cannot find symbol public static GISBCBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  200.  ^
  201.  symbol: class Level
  202.  location: class GISBCBulletEntity
  203. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\GISBCBulletEntity.java:95: error: cannot find symbol public static GISBCBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  204.  ^
  205.  symbol: class Level
  206.  location: class GISBCBulletEntity
  207. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\ISBCBulletEntity.java:33: error: cannot find symbol public ISBCBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  208.  ^
  209.  symbol: class Level
  210.  location: class ISBCBulletEntity
  211. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\ISBCBulletEntity.java:37: error: cannot find symbol public ISBCBulletEntity(EntityType<? extends ISBCBulletEntity> type, Level world) {
  212.  ^
  213.  symbol: class Level
  214.  location: class ISBCBulletEntity
  215. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\ISBCBulletEntity.java:41: error: cannot find symbol public ISBCBulletEntity(EntityType<? extends ISBCBulletEntity> type, double x, double y, double z, Level world) {
  216.  ^
  217.  symbol: class Level
  218.  location: class ISBCBulletEntity
  219. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\ISBCBulletEntity.java:45: error: cannot find symbol public ISBCBulletEntity(EntityType<? extends ISBCBulletEntity> type, LivingEntity entity, Level world) {
  220.  ^
  221.  symbol: class Level
  222.  location: class ISBCBulletEntity
  223. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\ISBCBulletEntity.java:91: error: cannot find symbol public static ISBCBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  224.  ^
  225.  symbol: class Level
  226.  location: class ISBCBulletEntity
  227. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\ISBCBulletEntity.java:95: error: cannot find symbol public static ISBCBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  228.  ^
  229.  symbol: class Level
  230.  location: class ISBCBulletEntity
  231. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\JLCBulletEntity.java:31: error: cannot find symbol public JLCBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  232.  ^
  233.  symbol: class Level
  234.  location: class JLCBulletEntity
  235. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\JLCBulletEntity.java:35: error: cannot find symbol public JLCBulletEntity(EntityType<? extends JLCBulletEntity> type, Level world) {
  236.  ^
  237.  symbol: class Level
  238.  location: class JLCBulletEntity
  239. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\JLCBulletEntity.java:39: error: cannot find symbol public JLCBulletEntity(EntityType<? extends JLCBulletEntity> type, double x, double y, double z, Level world) {
  240.  ^
  241.  symbol: class Level
  242.  location: class JLCBulletEntity
  243. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\JLCBulletEntity.java:43: error: cannot find symbol public JLCBulletEntity(EntityType<? extends JLCBulletEntity> type, LivingEntity entity, Level world) {
  244.  ^
  245.  symbol: class Level
  246.  location: class JLCBulletEntity
  247. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\JLCBulletEntity.java:88: error: cannot find symbol public static JLCBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  248.  ^
  249.  symbol: class Level
  250.  location: class JLCBulletEntity
  251. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\JLCBulletEntity.java:92: error: cannot find symbol public static JLCBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  252.  ^
  253.  symbol: class Level
  254.  location: class JLCBulletEntity
  255. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\LaunchedVillagerRocketEntity.java:33: error: cannot find symbol public LaunchedVillagerRocketEntity(PlayMessages.SpawnEntity packet, Level world) {
  256.  ^
  257.  symbol: class Level
  258.  location: class LaunchedVillagerRocketEntity
  259. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\LaunchedVillagerRocketEntity.java:37: error: cannot find symbol public LaunchedVillagerRocketEntity(EntityType<? extends LaunchedVillagerRocketEntity> type, Level world) {
  260.  ^
  261.  symbol: class Level
  262.  location: class LaunchedVillagerRocketEntity
  263. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\LaunchedVillagerRocketEntity.java:41: error: cannot find symbol public LaunchedVillagerRocketEntity(EntityType<? extends LaunchedVillagerRocketEntity> type, double x, double y, double z, Level world) {
  264.  ^
  265.  symbol: class Level
  266.  location: class LaunchedVillagerRocketEntity
  267. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\LaunchedVillagerRocketEntity.java:45: error: cannot find symbol public LaunchedVillagerRocketEntity(EntityType<? extends LaunchedVillagerRocketEntity> type, LivingEntity entity, Level world) {
  268.  ^
  269.  symbol: class Level
  270.  location: class LaunchedVillagerRocketEntity
  271. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\LaunchedVillagerRocketEntity.java:97: error: cannot find symbol public static LaunchedVillagerRocketEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  272.  ^
  273.  symbol: class Level
  274.  location: class LaunchedVillagerRocketEntity
  275. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\LaunchedVillagerRocketEntity.java:101: error: cannot find symbol public static LaunchedVillagerRocketEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  276.  ^
  277.  symbol: class Level
  278.  location: class LaunchedVillagerRocketEntity
  279. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PCBulletEntity.java:32: error: cannot find symbol public PCBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  280.  ^
  281.  symbol: class Level
  282.  location: class PCBulletEntity
  283. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PCBulletEntity.java:36: error: cannot find symbol public PCBulletEntity(EntityType<? extends PCBulletEntity> type, Level world) {
  284.  ^
  285.  symbol: class Level
  286.  location: class PCBulletEntity
  287. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PCBulletEntity.java:40: error: cannot find symbol public PCBulletEntity(EntityType<? extends PCBulletEntity> type, double x, double y, double z, Level world) {
  288.  ^
  289.  symbol: class Level
  290.  location: class PCBulletEntity
  291. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PCBulletEntity.java:44: error: cannot find symbol public PCBulletEntity(EntityType<? extends PCBulletEntity> type, LivingEntity entity, Level world) {
  292.  ^
  293.  symbol: class Level
  294.  location: class PCBulletEntity
  295. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PCBulletEntity.java:89: error: cannot find symbol public static PCBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  296.  ^
  297.  symbol: class Level
  298.  location: class PCBulletEntity
  299. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PCBulletEntity.java:93: error: cannot find symbol public static PCBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  300.  ^
  301.  symbol: class Level
  302.  location: class PCBulletEntity
  303. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PFTBulletEntity.java:32: error: cannot find symbol public PFTBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  304.  ^
  305.  symbol: class Level
  306.  location: class PFTBulletEntity
  307. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PFTBulletEntity.java:36: error: cannot find symbol public PFTBulletEntity(EntityType<? extends PFTBulletEntity> type, Level world) {
  308.  ^
  309.  symbol: class Level
  310.  location: class PFTBulletEntity
  311. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PFTBulletEntity.java:40: error: cannot find symbol public PFTBulletEntity(EntityType<? extends PFTBulletEntity> type, double x, double y, double z, Level world) {
  312.  ^
  313.  symbol: class Level
  314.  location: class PFTBulletEntity
  315. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PFTBulletEntity.java:44: error: cannot find symbol public PFTBulletEntity(EntityType<? extends PFTBulletEntity> type, LivingEntity entity, Level world) {
  316.  ^
  317.  symbol: class Level
  318.  location: class PFTBulletEntity
  319. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PFTBulletEntity.java:90: error: cannot find symbol public static PFTBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  320.  ^
  321.  symbol: class Level
  322.  location: class PFTBulletEntity
  323. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\PFTBulletEntity.java:94: error: cannot find symbol public static PFTBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  324.  ^
  325.  symbol: class Level
  326.  location: class PFTBulletEntity
  327. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGBulletEntity.java:29: error: cannot find symbol public RGBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  328.  ^
  329.  symbol: class Level
  330.  location: class RGBulletEntity
  331. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGBulletEntity.java:33: error: cannot find symbol public RGBulletEntity(EntityType<? extends RGBulletEntity> type, Level world) {
  332.  ^
  333.  symbol: class Level
  334.  location: class RGBulletEntity
  335. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGBulletEntity.java:37: error: cannot find symbol public RGBulletEntity(EntityType<? extends RGBulletEntity> type, double x, double y, double z, Level world) {
  336.  ^
  337.  symbol: class Level
  338.  location: class RGBulletEntity
  339. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGBulletEntity.java:41: error: cannot find symbol public RGBulletEntity(EntityType<? extends RGBulletEntity> type, LivingEntity entity, Level world) {
  340.  ^
  341.  symbol: class Level
  342.  location: class RGBulletEntity
  343. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGBulletEntity.java:75: error: cannot find symbol public static RGBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  344.  ^
  345.  symbol: class Level
  346.  location: class RGBulletEntity
  347. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGBulletEntity.java:79: error: cannot find symbol public static RGBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  348.  ^
  349.  symbol: class Level
  350.  location: class RGBulletEntity
  351. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGFallingBulletEntity.java:30: error: cannot find symbol public RGFallingBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  352.  ^
  353.  symbol: class Level
  354.  location: class RGFallingBulletEntity
  355. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGFallingBulletEntity.java:34: error: cannot find symbol public RGFallingBulletEntity(EntityType<? extends RGFallingBulletEntity> type, Level world) {
  356.  ^
  357.  symbol: class Level
  358.  location: class RGFallingBulletEntity
  359. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGFallingBulletEntity.java:38: error: cannot find symbol public RGFallingBulletEntity(EntityType<? extends RGFallingBulletEntity> type, double x, double y, double z, Level world) {
  360.  ^
  361.  symbol: class Level
  362.  location: class RGFallingBulletEntity
  363. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGFallingBulletEntity.java:42: error: cannot find symbol public RGFallingBulletEntity(EntityType<? extends RGFallingBulletEntity> type, LivingEntity entity, Level world) {
  364.  ^
  365.  symbol: class Level
  366.  location: class RGFallingBulletEntity
  367. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGFallingBulletEntity.java:81: error: cannot find symbol public static RGFallingBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  368.  ^
  369.  symbol: class Level
  370.  location: class RGFallingBulletEntity
  371. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\RGFallingBulletEntity.java:85: error: cannot find symbol public static RGFallingBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  372.  ^
  373.  symbol: class Level
  374.  location: class RGFallingBulletEntity
  375. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\SBCBulletEntity.java:33: error: cannot find symbol public SBCBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  376.  ^
  377.  symbol: class Level
  378.  location: class SBCBulletEntity
  379. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\SBCBulletEntity.java:37: error: cannot find symbol public SBCBulletEntity(EntityType<? extends SBCBulletEntity> type, Level world) {
  380.  ^
  381.  symbol: class Level
  382.  location: class SBCBulletEntity
  383. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\SBCBulletEntity.java:41: error: cannot find symbol public SBCBulletEntity(EntityType<? extends SBCBulletEntity> type, double x, double y, double z, Level world) {
  384.  ^
  385.  symbol: class Level
  386.  location: class SBCBulletEntity
  387. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\SBCBulletEntity.java:45: error: cannot find symbol public SBCBulletEntity(EntityType<? extends SBCBulletEntity> type, LivingEntity entity, Level world) {
  388.  ^
  389.  symbol: class Level
  390.  location: class SBCBulletEntity
  391. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\SBCBulletEntity.java:91: error: cannot find symbol public static SBCBulletEntity shoot(Level world, LivingEntity entity, RandomSource source) {
  392.  ^
  393.  symbol: class Level
  394.  location: class SBCBulletEntity
  395. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\SBCBulletEntity.java:95: error: cannot find symbol public static SBCBulletEntity shoot(Level world, LivingEntity entity, RandomSource random, float power, double damage, int knockback) {
  396.  ^
  397.  symbol: class Level
  398.  location: class SBCBulletEntity
  399. C:\Users\Etienne\MCreatorWorkspaces\stupid_weapon_deluxe\src\main\java\net\mcreator\stupidweapondeluxe\entity\CHKNBulletEntity.java:28: error: cannot find symbol public CHKNBulletEntity(PlayMessages.SpawnEntity packet, Level world) {
  400.  ^
  401.  symbol: class Level
  402.  location: class CHKNBulletEntity
  403. 100 errors
  404. only showing the first 100 errors, of 595 total; use -Xmaxerrs if you would like to see more
  405. FAILURE: Build failed with an exception.
  406. * What went wrong:
  407. Execution failed for task ':compileJava'.
  408. > Compilation failed; see the compiler error output for details.
  409. * Try:
  410. > Run with --info option to get more log output.
  411. > Run with --scan to get full insights.
  412. BUILD FAILED in 3s
  413. 1 actionable task: 1 executed
  414.  
  415. BUILD FAILED
  416. Task completed in 10 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement