mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-31 20:51:47 +01:00
Use proper naming convention for boolean methods.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
4f2b86fd8b
commit
403022a50e
@ -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…
Reference in New Issue
Block a user