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

Method deleteTexture

Minecraft-Utils/1.7.10/src/Variables.java:1054–1059  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1052 }
1053
1054 @Override
1055 public void deleteTexture(Object resourceLocation) {
1056 if (resourceLocation instanceof bqx) {
1057 getTextureManager().c((bqx) resourceLocation);
1058 }
1059 }
1060
1061 @Override
1062 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