mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Use proper naming convention for boolean methods.
This commit is contained in:
parent
94fd04448d
commit
2cea46d97e
1 changed files with 1 additions and 1 deletions
|
@ -317,5 +317,5 @@ public interface LivingEntity extends Entity, Damageable {
|
|||
* name.
|
||||
* @return if the custom name is displayed
|
||||
*/
|
||||
public boolean getCustomNameVisible();
|
||||
public boolean isCustomNameVisible();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue