-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Build Error Report
Minecraft Version: 1.21.9
Commit: 02ba669
Error: ShellError: Failed with exit code 1
Full Build Logs
ShellError: Failed with exit code 1
To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/9.2.1/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation.
Daemon will be stopped at the end of the build
> Configure project :
Fabric Loom: 1.14.10
:remapping sources
> Task :compileJava
/tmp/mod-vrlxya7yuur/src/main/java/me/imgalvin/playerfinder/PlayerFinder.java:33: error: cannot find symbol
RegistryKey<World> playerDimension = targetPlayer.getWorld().getRegistryKey();
^
symbol: method getWorld()
location: variable targetPlayer of type PlayerEntity
/tmp/mod-vrlxya7yuur/src/main/java/me/imgalvin/playerfinder/PlayerFinder.java:34: error: cannot find symbol
RegistryKey<World> sourceDimension = sourcePlayer.getWorld().getRegistryKey();
^
symbol: method getWorld()
location: variable sourcePlayer of type PlayerEntity
2 errors
> Task :compileJava FAILED
[Incubating] Problems report is available at: file:///tmp/mod-vrlxya7yuur/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.
/tmp/mod-vrlxya7yuur/src/main/java/me/imgalvin/playerfinder/PlayerFinder.java:33: error: cannot find symbol
RegistryKey<World> playerDimension = targetPlayer.getWorld().getRegistryKey();
^
symbol: method getWorld()
location: variable targetPlayer of type PlayerEntity
/tmp/mod-vrlxya7yuur/src/main/java/me/imgalvin/playerfinder/PlayerFinder.java:34: error: cannot find symbol
RegistryKey<World> sourceDimension = sourcePlayer.getWorld().getRegistryKey();
^
symbol: method getWorld()
location: variable sourcePlayer of type PlayerEntity
2 errors
* Try:
> Check your code and dependencies to fix the compilation error(s)
> Run with --scan to generate a Build Scan (powered by Develocity).
BUILD FAILED in 38s
1 actionable task: 1 executed
This issue was automatically created by the Minecraft CI system.