Use proper naming convention for boolean methods.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -379,7 +379,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
|
|||||||
getHandle().setCustomNameVisible(flag);
|
getHandle().setCustomNameVisible(flag);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getCustomNameVisible() {
|
public boolean isCustomNameVisible() {
|
||||||
return getHandle().getCustomNameVisible();
|
return getHandle().getCustomNameVisible();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user