13
0
geforkt von Mirrors/Paper

Use proper naming convention for boolean methods.

By: Travis Watkins <amaranth@ubuntu.com>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2013-03-15 14:25:37 -05:00
Ursprung 18164ee949
Commit bb2baf6ba7

Datei anzeigen

@ -379,7 +379,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
getHandle().setCustomNameVisible(flag);
}
public boolean getCustomNameVisible() {
public boolean isCustomNameVisible() {
return getHandle().getCustomNameVisible();
}
}