Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
show
Method · 0.95
show
Method · 0.45
MultiLine
Method · 0.45
TextInput
Method · 0.45
keyExecute
Method · 0.45
commandExecute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected