Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Failure: SerializedOfflinePlayer Missing getLocation Override #2758

Closed
andrewkm opened this issue Jan 24, 2024 · 1 comment · May be fixed by #2777
Closed

Compilation Failure: SerializedOfflinePlayer Missing getLocation Override #2758

andrewkm opened this issue Jan 24, 2024 · 1 comment · May be fixed by #2777

Comments

@andrewkm
Copy link

Cannot seem to compile the master branch anymore, following is my build log:
https://pastebin.com/raw/891Piep0

> Task :compileJava
/var/lib/jenkins/workspace/ProtocolLib/src/main/java/com/comphenix/protocol/events/SerializedOfflinePlayer.java:64: error: SerializedOfflinePlayer is not abstract and does not override abstract method getLocation() in OfflinePlayer
class SerializedOfflinePlayer implements OfflinePlayer, Serializable {
^
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.
1 error
@andrewkm andrewkm changed the title Compilation Error: SerializedOfflinePlayer Fails to Override Abstract Method getLocation in OfflinePlayer Compilation Failure: SerializedOfflinePlayer Missing getLocation Override Jan 24, 2024
@andrewkm
Copy link
Author

Build is fixed as of latest commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant