forked from ProfElements/DynaTech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_errors.txt
More file actions
90 lines (83 loc) · 10.3 KB
/
compile_errors.txt
File metadata and controls
90 lines (83 loc) · 10.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
> Task :compileJava
.\gradlew : D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\items\electric\KitchenAutoCraf
ter.java:17: error: cannot access RecipeType
At line:1 char:43
+ ... ub\slimefun\DynaTech; .\gradlew compileJava > compile_errors.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (D:\Documents\Gi...cess RecipeType:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
super(itemGroup, item, recipeType, recipe, ExoticGardenRecipeTypes.KITCHEN);
^
class file for io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType not found
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\listeners\ExoticGardenIntegrationListener.
java:58: error: cannot access SimpleSlimefunItem
if (item instanceof CustomFood cfItem) {
^
class file for io.github.thebusybiscuit.slimefun4.implementation.items.SimpleSlimefunItem not found
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\listeners\ExoticGardenIntegrationListener.
java:59: error: cannot find symbol
cg1.registerFuel(cfItem.getItem(), cfItem.getFoodValue() * 4);
^
symbol: method getItem()
location: variable cfItem of type CustomFood
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\listeners\ExoticGardenIntegrationListener.
java:60: error: cannot find symbol
PicnicBasket.registerFood(cfItem.getItem(), new Pair<>(cfItem.getFoodValue(), 10F));
^
symbol: method getItem()
location: variable cfItem of type CustomFood
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\listeners\GastronomiconIntegrationListener
.java:36: error: cannot access SlimefunItemStack
if (((Object) item.getItem()) instanceof FoodItemStack food &&
!food.getTexture().equals(HeadTextures.NONE)
^
class file for io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStack not found
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\listeners\GastronomiconIntegrationListener
.java:38: error: cannot find symbol
cg.registerFuel(food.item(), food.getHunger() * 4);
^
symbol: method item()
location: variable food of type FoodItemStack
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\listeners\GastronomiconIntegrationListener
.java:39: error: cannot find symbol
PicnicBasket.registerFood(food.item(), new Pair<>(food.getHunger(), (float) food.getSaturation()));
^
symbol: method item()
location: variable food of type FoodItemStack
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\listeners\GastronomiconIntegrationListener
.java:42: error: incomparable types: RecipeType and GastroRecipeType
if (item.getRecipeType() == GastroRecipeType.HARVEST) {
^
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\setup\DynaTechItemsSetup.java:185: error:
cannot access RecipeDisplayItem
.addDrop(Items.VEX_GEM.stack().item(), 1)
^
class file for io.github.thebusybiscuit.slimefun4.core.attributes.RecipeDisplayItem not found
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\setup\DynaTechItemsSetup.java:197: error:
cannot access NotPlaceable
.addDrop(Material.PHANTOM_MEMBRANE, 0.25f)
^
class file for io.github.thebusybiscuit.slimefun4.core.attributes.NotPlaceable not found
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
10 errors
> Task :compileJava FAILED
[Incubating] Problems report is available at: file:///D:/Documents/GitHub/slimefun/DynaTech/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
D:\Documents\GitHub\slimefun\DynaTech\src\main\java\me\profelements\dynatech\items\electric\KitchenAutoCrafter.java:1
7: error: cannot access RecipeType
super(itemGroup, item, recipeType, recipe, ExoticGardenRecipeTypes.KITCHEN);
^
class file for io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType not found
10 errors
* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to get full insights from a Build Scan (powered by Develocity).
BUILD FAILED in 8s
1 actionable task: 1 executed