mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-19 10:22:58 +01:00
Fix a handful of Javadoc issues - need to check through the rest later to ensure that we actually have updated JDs for everything
This commit is contained in:
@@ -62,9 +62,9 @@ public final class Misc {
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if a player has armor.
|
||||
* Check if a LivingEntity has armor.
|
||||
*
|
||||
* @param player Player whose armor to check
|
||||
* @param entity LivingEntity whose armor to check
|
||||
* @return true if the player has armor, false otherwise
|
||||
*/
|
||||
public static boolean hasArmor(LivingEntity entity) {
|
||||
|
||||
Reference in New Issue
Block a user