MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / deleteTexture

Method deleteTexture

Minecraft-Utils/1.8/src/Variables.java:1056–1061  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1054 }
1055
1056 @Override
1057 public void deleteTexture(Object resourceLocation) {
1058 if (resourceLocation instanceof oa) {
1059 getTextureManager().c((oa) resourceLocation);
1060 }
1061 }
1062
1063 @Override
1064 public Object createDynamicImage(Object resourceLocation, int width, int height) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
cMethod · 0.45

Tested by

no test coverage detected