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

Method call

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

Source from the content-addressed store, hash-verified

2598 category.addCrashSectionCallable("Entity Type", new Callable<String>()
2599 {
2600 public String call() throws Exception
2601 {
2602 return EntityList.getEntityString(Entity.this) + " (" + Entity.this.getClass().getCanonicalName() + ")";
2603 }
2604 });
2605 category.addCrashSection("Entity ID", this.entityId);
2606 category.addCrashSectionCallable("Entity Name", new Callable<String>()

Callers 2

jumpMethod · 0.45
moveFlyingMethod · 0.45

Calls 4

getEntityStringMethod · 0.95
getCommandSenderNameMethod · 0.65
getCanonicalNameMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected