Fix compile

This commit is contained in:
vemacs 2015-07-18 20:05:36 -06:00 committed by drtshock
parent 06e24b3bc2
commit 28607ce58c

View file

@ -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.");
}
}