mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
Fix inverted visual fire docs
By: DiamondDagger590 <diamonddagger590@gmail.com>
This commit is contained in:
parent
153752dfac
commit
ba903c9c6d
@ -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…
Reference in New Issue
Block a user