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

Method call

src/main/java/net/minecraft/world/World.java:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 crashreportcategory.addCrashSectionCallable("Location", new Callable<String>()
191 {
192 public String call() throws Exception
193 {
194 return CrashReportCategory.getCoordinateInfo(pos);
195 }
196 });
197 throw new ReportedException(crashreport);
198 }

Callers 2

updatePlayerMoveStateMethod · 0.45

Calls 8

getCoordinateInfoMethod · 0.95
getIdFromBlockMethod · 0.95
formatMethod · 0.65
makeStringMethod · 0.65
getUnlocalizedNameMethod · 0.45
getCanonicalNameMethod · 0.45
sizeMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected