Fix inverted visual fire docs

By: DiamondDagger590 <diamonddagger590@gmail.com>
This commit is contained in:
Bukkit/Spigot
2021-06-11 16:25:57 +10:00
parent 153752dfac
commit ba903c9c6d

View File

@@ -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
*/ */