Use proper naming convention for boolean methods.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
18164ee949
commit
bb2baf6ba7
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…
Add table
Add a link
Reference in a new issue