Use proper naming convention for boolean methods.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -317,5 +317,5 @@ public interface LivingEntity extends Entity, Damageable {
|
||||
* name.
|
||||
* @return if the custom name is displayed
|
||||
*/
|
||||
public boolean getCustomNameVisible();
|
||||
public boolean isCustomNameVisible();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user