MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getList

Method getList

src/main/java/ui/VirtualCanvas.java:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 public VirtualList getList() {
106 return list == null ? homeList : list;
107 }
108
109 public void setList(VirtualList list) {
110 this.list = list;

Callers 6

showMethod · 0.95
showMethod · 0.45
MultiLineMethod · 0.45
TextInputMethod · 0.45
keyExecuteMethod · 0.45
commandExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected