mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
@@ -448,6 +448,9 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||||||
/**
|
/**
|
||||||
* Sets whether the entity has a team colored (default: white) glow.
|
* Sets whether the entity has a team colored (default: white) glow.
|
||||||
*
|
*
|
||||||
|
* <b>nb: this refers to the 'Glowing' entity property, not whether a
|
||||||
|
* glowing potion effect is applied</b>
|
||||||
|
*
|
||||||
* @param flag if the entity is glowing
|
* @param flag if the entity is glowing
|
||||||
*/
|
*/
|
||||||
void setGlowing(boolean flag);
|
void setGlowing(boolean flag);
|
||||||
@@ -455,6 +458,9 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||||||
/**
|
/**
|
||||||
* Gets whether the entity is glowing or not.
|
* Gets whether the entity is glowing or not.
|
||||||
*
|
*
|
||||||
|
* <b>nb: this refers to the 'Glowing' entity property, not whether a
|
||||||
|
* glowing potion effect is applied</b>
|
||||||
|
*
|
||||||
* @return whether the entity is glowing
|
* @return whether the entity is glowing
|
||||||
*/
|
*/
|
||||||
boolean isGlowing();
|
boolean isGlowing();
|
||||||
|
Reference in New Issue
Block a user