@ -66,18 +66,6 @@ public enum Statistic {
|
||||
return isSubstat && isBlock;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the statistic associated with the given ID.
|
||||
*
|
||||
* @param id ID of the statistic to return
|
||||
* @return statistic with the given ID
|
||||
* @deprecated See {@link #getById(int)}
|
||||
*/
|
||||
@Deprecated
|
||||
public static Statistic getStatistic(int id) {
|
||||
return BY_ID.get(id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the statistic associated with the given ID.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user