mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Use proper naming convention for boolean methods.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
4f2b86fd8b
commit
403022a50e
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