mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Use proper naming convention for boolean methods.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -317,5 +317,5 @@ public interface LivingEntity extends Entity, Damageable {
|
|||||||
* name.
|
* name.
|
||||||
* @return if the custom name is displayed
|
* @return if the custom name is displayed
|
||||||
*/
|
*/
|
||||||
public boolean getCustomNameVisible();
|
public boolean isCustomNameVisible();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user