Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ imgHeight
Method
imgHeight
src/main/java/ui/ComplexString.java:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
private
int
imgHeight(){
79
return
(imageList==null)?0:imageList.getHeight();
80
}
81
private
int
imgWidth(){
82
return
(imageList==null)?0:imageList.getWidth();
83
}
Callers
1
drawItem
Method · 0.95
Calls
1
getHeight
Method · 0.65
Tested by
no test coverage detected