MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getOpenContainerTitle

Method getOpenContainerTitle

Minecraft-Utils/1.8/src/Variables.java:536–541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

534 }
535
536 @Override
537 public String getOpenContainerTitle() {
538 if (!(getOpenContainer() instanceof aim))
539 return null;
540 return ((aim) getOpenContainer()).e().d_();
541 }
542
543 @Override
544 public void closeContainer() {

Callers

nothing calls this directly

Calls 2

getOpenContainerMethod · 0.95
eMethod · 0.45

Tested by

no test coverage detected