Fix compile

This commit is contained in:
vemacs 2016-03-11 17:39:10 -07:00
parent 7c788dfa31
commit c627b26f49
1 changed files with 5 additions and 0 deletions

View File

@ -1013,6 +1013,11 @@ public class OfflinePlayer implements Player {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public MainHand getMainHand() {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void playSound(Location arg0, Sound arg1, float arg2, float arg3) {
throw new UnsupportedOperationException("Not supported yet.");