mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
Fix inverted visual fire docs
By: DiamondDagger590 <diamonddagger590@gmail.com>
This commit is contained in:
@@ -205,14 +205,14 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||||||
public void setFireTicks(int ticks);
|
public void setFireTicks(int ticks);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets if the entity has visual fire (it will always appear to be on fire).
|
* Sets if the entity has visual fire (it will always appear to be on fire).
|
||||||
*
|
*
|
||||||
* @param fire whether visual fire is enabled
|
* @param fire whether visual fire is enabled
|
||||||
*/
|
*/
|
||||||
void setVisualFire(boolean fire);
|
void setVisualFire(boolean fire);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets if the entity has visual fire (it will always appear to be on fire).
|
* Gets if the entity has visual fire (it will always appear to be on fire).
|
||||||
*
|
*
|
||||||
* @return whether visual fire is enabled
|
* @return whether visual fire is enabled
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user