mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 03:25:15 +01:00
Use proper naming convention for boolean methods.
This commit is contained in:
parent
83d29e461c
commit
b2c72b968e
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user