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

Method getOpenContainerTitle

Minecraft-Utils/1.13/src/Variables.java:565–570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563 }
564
565 @Override
566 public String getOpenContainerTitle() {
567 if (!(getOpenContainer() instanceof apv))
568 return null;
569 return ((apv) getOpenContainer()).d().N_().d();
570 }
571
572 @Override
573 public void closeContainer() {

Callers

nothing calls this directly

Calls 2

getOpenContainerMethod · 0.95
dMethod · 0.45

Tested by

no test coverage detected