Return whether this entity should be rendered as on fire.
()
| 2633 | * Return whether this entity should be rendered as on fire. |
| 2634 | */ |
| 2635 | public boolean canRenderOnFire() |
| 2636 | { |
| 2637 | return this.isBurning(); |
| 2638 | } |
| 2639 | |
| 2640 | public UUID getUniqueID() |
| 2641 | { |
no test coverage detected