Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getHeight
Method
getHeight
src/main/java/images/AniIcon.java:71–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
public
int
getHeight() {
return
height;}
72
public
int
getWidth() {
return
width;}
73
public
AniIcon(String resource,
int
imageCount,
int
frameCount) {
74
frames =
new
short[frameCount];
Callers
1
load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected