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

Method setInvisible

src/main/java/net/minecraft/entity/Entity.java:2248–2251  ·  view source on GitHub ↗
(boolean invisible)

Source from the content-addressed store, hash-verified

2246 }
2247
2248 public void setInvisible(boolean invisible)
2249 {
2250 this.setFlag(5, invisible);
2251 }
2252
2253 public boolean isEating()
2254 {

Callers 1

updatePotionMetadataMethod · 0.45

Calls 1

setFlagMethod · 0.95

Tested by

no test coverage detected