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

Method getOpenContainerTitle

Minecraft-Utils/1.8.8/src/Variables.java:556–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getOpenContainerMethod · 0.95
eMethod · 0.45

Tested by

no test coverage detected