mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
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);
|
||||
}
|
||||
|
||||
public boolean getCustomNameVisible() {
|
||||
public boolean isCustomNameVisible() {
|
||||
return getHandle().getCustomNameVisible();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user