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

Method createDynamicImage

Minecraft-Utils/1.12/src/Variables.java:1104–1109  ·  view source on GitHub ↗
(Object resourceLocation, int width, int height)

Source from the content-addressed store, hash-verified

1102 }
1103
1104 @Override
1105 public Object createDynamicImage(Object resourceLocation, int width, int height) {
1106 cde dynamicImage = new cde(width, height);
1107 getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage);
1108 return dynamicImage;
1109 }
1110
1111 @Override
1112 public Object getTexture(Object resourceLocation) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected