MCPcopy Create free account
hub / github.com/Card-Forge/forge / getTexture

Method getTexture

forge-gui-mobile/src/forge/assets/Assets.java:264–266  ·  view source on GitHub ↗
(FileHandle file)

Source from the content-addressed store, hash-verified

262 }
263
264 public Texture getTexture(FileHandle file) {
265 return getTexture(file, true);
266 }
267
268 public Texture getTexture(FileHandle file, boolean required) {
269 return getTexture(file, false, required);

Callers 15

AssetsMethod · 0.95
getHolofoilMethod · 0.95
setCursorMethod · 0.45
takeScreenshotMethod · 0.45
getUnskinnedIconMethod · 0.45
drawMethod · 0.45
drawRotatedImageMethod · 0.45
drawMethod · 0.45
AdventureDeckHeaderMethod · 0.45
drawMethod · 0.45
updateAchievementsMethod · 0.45

Calls 11

getDummyMethod · 0.95
fallback_skinsMethod · 0.95
managerMethod · 0.95
getTextureFilterMethod · 0.95
typeMethod · 0.80
finishLoadingAssetMethod · 0.80
containsMethod · 0.65
getMethod · 0.65
loadMethod · 0.65
equalsMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected