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

Method getOpenContainerTitle

Minecraft-Utils/1.8.9/src/Variables.java:553–558  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

551 }
552
553 @Override
554 public String getOpenContainerTitle() {
555 if (!(getOpenContainer() instanceof xo))
556 return null;
557 return ((xo) getOpenContainer()).e().e_();
558 }
559
560 @Override
561 public void closeContainer() {

Callers

nothing calls this directly

Calls 2

getOpenContainerMethod · 0.95
eMethod · 0.45

Tested by

no test coverage detected