MCPcopy Index your code
hub / github.com/Alchyr/BasicMod / getTexture

Method getTexture

src/main/java/basicmod/util/TextureLoader.java:22–24  ·  view source on GitHub ↗

@param filePath - String path to the texture you want to load relative to resources, Example: imagePath("missing.png") @return com.badlogic.gdx.graphics.Texture - The texture from the path provided, or a "missing image" texture if it doesn't exist.

(final String filePath)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

receivePostInitializeMethod · 0.95
getPowerTextureMethod · 0.95

Calls 3

loadTextureMethod · 0.95
getTextureNullMethod · 0.95
imagePathMethod · 0.80

Tested by

no test coverage detected