mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 13:07:06 +01:00
Use proper naming convention for boolean methods.
This commit is contained in:
parent
83d29e461c
commit
b2c72b968e
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
|
|||
getHandle().setCustomNameVisible(flag);
|
||||
}
|
||||
|
||||
public boolean getCustomNameVisible() {
|
||||
public boolean isCustomNameVisible() {
|
||||
return getHandle().getCustomNameVisible();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue