mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Fix inverted visual fire docs
By: DiamondDagger590 <diamonddagger590@gmail.com>
This commit is contained in:
parent
153752dfac
commit
ba903c9c6d
1 changed files with 2 additions and 2 deletions
|
@ -205,14 +205,14 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||
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
|
||||
*/
|
||||
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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue