Skip to content

Compilation Failure: SerializedOfflinePlayer Missing getLocation Override #2758

Closed
@andrewkm

Description

@andrewkm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions