geforkt von Mirrors/Paper
Use proper naming convention for boolean methods.
By: Travis Watkins <amaranth@ubuntu.com>
Dieser Commit ist enthalten in:
Ursprung
4f2b86fd8b
Commit
403022a50e
@ -317,5 +317,5 @@ public interface LivingEntity extends Entity, Damageable {
|
||||
* name.
|
||||
* @return if the custom name is displayed
|
||||
*/
|
||||
public boolean getCustomNameVisible();
|
||||
public boolean isCustomNameVisible();
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren