Fix compile

This commit is contained in:
vemacs 2016-06-12 09:25:14 -06:00
parent e7c81504a9
commit 690dbea924
1 changed files with 10 additions and 0 deletions

View File

@ -1212,6 +1212,16 @@ public class OfflinePlayer implements Player {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void stopSound(Sound sound) {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void stopSound(String s) {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public boolean isHealthScaled() {
throw new UnsupportedOperationException("Not supported yet.");