Use proper naming convention for boolean methods.
This commit is contained in:
parent
94fd04448d
commit
2cea46d97e
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user