MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / canRenderOnFire

Method canRenderOnFire

src/main/java/net/minecraft/entity/Entity.java:2635–2638  ·  view source on GitHub ↗

Return whether this entity should be rendered as on fire.

()

Source from the content-addressed store, hash-verified

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 {

Callers 1

doRenderShadowAndFireMethod · 0.45

Calls 1

isBurningMethod · 0.95

Tested by

no test coverage detected