mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 07:59:44 +00:00
Fix compile
This commit is contained in:
parent
06e24b3bc2
commit
28607ce58c
1 changed files with 11 additions and 1 deletions
|
@ -1315,4 +1315,14 @@ public class OfflinePlayer implements Player {
|
|||
public Entity getSpectatorTarget() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void resetTitle() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendTitle(String title, String subtitle) {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue