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

Method deleteTexture

Minecraft-Utils/1.12/src/Variables.java:1097–1102  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

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