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…
x
Reference in New Issue
Block a user