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

Method loadTexture

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

Source from the content-addressed store, hash-verified

330 }
331
332 public void loadTexture(FileHandle file) {
333 loadTexture(file, getTextureFilter());
334 }
335
336 public void loadTexture(FileHandle file, TextureParameter parameter) {
337 try {

Callers 2

loadLightMethod · 0.80
loadFullMethod · 0.80

Calls 6

getTextureFilterMethod · 0.95
managerMethod · 0.95
typeMethod · 0.80
finishLoadingAssetMethod · 0.80
loadMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected