()
| 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 | { |
no test coverage detected