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

Method getOpenContainerTitle

Minecraft-Utils/1.9/src/Variables.java:520–525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

518 }
519
520 @Override
521 public String getOpenContainerTitle() {
522 if (!(getOpenContainer() instanceof abb))
523 return null;
524 return ((abb) getOpenContainer()).e().h_();
525 }
526
527 @Override
528 public void closeContainer() {

Callers

nothing calls this directly

Calls 2

getOpenContainerMethod · 0.95
eMethod · 0.45

Tested by

no test coverage detected