Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getWidth
Method
getWidth
forge-gui-mobile/src/forge/assets/FSkinTexture.java:235–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
}
234
235
@Override
236
public
float getWidth() {
237
if
(!isloaded)
238
load();
239
if
(hasError)
240
return
0f;
241
return
texture.getWidth();
242
}
243
244
@Override
245
public
float getHeight() {
Callers
3
drawBackground
Method · 0.95
drawBackground
Method · 0.95
draw
Method · 0.95
Calls
2
load
Method · 0.95
getWidth
Method · 0.65
Tested by
no test coverage detected