mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Note maximum objective score length in documentation
By: md_5 <git@md-5.net>
This commit is contained in:
parent
b6c8163a58
commit
760dc15ba7
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ public interface Objective {
|
||||||
* @return Score tracking the Objective and entry specified
|
* @return Score tracking the Objective and entry specified
|
||||||
* @throws IllegalArgumentException if entry is null
|
* @throws IllegalArgumentException if entry is null
|
||||||
* @throws IllegalStateException if this objective has been unregistered
|
* @throws IllegalStateException if this objective has been unregistered
|
||||||
|
* @throws IllegalArgumentException if entry is longer than 40 characters.
|
||||||
*/
|
*/
|
||||||
Score getScore(String entry) throws IllegalArgumentException, IllegalStateException;
|
Score getScore(String entry) throws IllegalArgumentException, IllegalStateException;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue