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

Method deleteTexture

Minecraft-Utils/1.8.9/src/Variables.java:1073–1078  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

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