Use proper naming convention for boolean methods.

This commit is contained in:
Travis Watkins
2013-03-15 14:25:18 -05:00
parent 9b0ecdfc76
commit f9917ef1c6

View File

@@ -317,5 +317,5 @@ public interface LivingEntity extends Entity, Damageable {
* name.
* @return if the custom name is displayed
*/
public boolean getCustomNameVisible();
public boolean isCustomNameVisible();
}