MCPcopy 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

drawBackgroundMethod · 0.95
drawBackgroundMethod · 0.95
drawMethod · 0.95

Calls 2

loadMethod · 0.95
getWidthMethod · 0.65

Tested by

no test coverage detected