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

Method deleteTexture

Minecraft-Utils/1.8.8/src/Variables.java:1076–1081  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1074 }
1075
1076 @Override
1077 public void deleteTexture(Object resourceLocation) {
1078 if (resourceLocation instanceof jy) {
1079 getTextureManager().c((jy) resourceLocation);
1080 }
1081 }
1082
1083 @Override
1084 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