Tweak PlayerSaveResult javadoc
This commit is contained in:
@@ -100,11 +100,6 @@ public final class PlayerSaveResultImpl implements PlayerSaveResult {
|
||||
return this.status;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean includes(@NonNull Status status) {
|
||||
return this.status.contains(status);
|
||||
}
|
||||
|
||||
@Override
|
||||
public @Nullable String getOldUsername() {
|
||||
return this.oldUsername;
|
||||
|
||||
Reference in New Issue
Block a user