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

Method toString

src/main/java/net/minecraft/entity/Entity.java:2477–2480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2475 }
2476
2477 public String toString()
2478 {
2479 return String.format("%s[\'%s\'/%d, l=\'%s\', x=%.2f, y=%.2f, z=%.2f]", new Object[] {this.getClass().getSimpleName(), this.getCommandSenderName(), this.entityId, this.worldObj == null ? "~NULL~" : this.worldObj.getWorldInfo().getWorldName(), this.posX, this.posY, this.posZ});
2480 }
2481
2482 public boolean isEntityInvulnerable(DamageSource source)
2483 {

Callers 5

getTeamMethod · 0.45
callMethod · 0.45
getDisplayNameMethod · 0.45
getHoverEventMethod · 0.45
getTeamMethod · 0.45

Calls 4

getCommandSenderNameMethod · 0.95
formatMethod · 0.65
getWorldInfoMethod · 0.65
getWorldNameMethod · 0.45

Tested by

no test coverage detected