mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -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);
|
getHandle().setCustomNameVisible(flag);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getCustomNameVisible() {
|
public boolean isCustomNameVisible() {
|
||||||
return getHandle().getCustomNameVisible();
|
return getHandle().getCustomNameVisible();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user