mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -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.
|
||||
* @return if the custom name is displayed
|
||||
*/
|
||||
public boolean getCustomNameVisible();
|
||||
public boolean isCustomNameVisible();
|
||||
}
|
||||
|
Reference in New Issue
Block a user