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

Method deleteTexture

Minecraft-Utils/1.12.2/src/Variables.java:1096–1101  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1094 }
1095
1096 @Override
1097 public void deleteTexture(Object resourceLocation) {
1098 if (resourceLocation instanceof nf) {
1099 getTextureManager().c((nf) resourceLocation);
1100 }
1101 }
1102
1103 @Override
1104 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