mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 19:15:32 +01:00
Use proper naming convention for boolean methods.
This commit is contained in:
parent
83d29e461c
commit
b2c72b968e
@ -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 New Issue
Block a user