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

Method deleteTexture

Minecraft-Utils/1.9/src/Variables.java:1045–1050  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1043 }
1044
1045 @Override
1046 public void deleteTexture(Object resourceLocation) {
1047 if (resourceLocation instanceof kk) {
1048 getTextureManager().c((kk) resourceLocation);
1049 }
1050 }
1051
1052 @Override
1053 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