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

Method deleteTexture

Minecraft-Utils/1.10/src/Variables.java:1085–1090  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1083 }
1084
1085 @Override
1086 public void deleteTexture(Object resourceLocation) {
1087 if (resourceLocation instanceof kn) {
1088 getTextureManager().c((kn) resourceLocation);
1089 }
1090 }
1091
1092 @Override
1093 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