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

Method createDynamicImage

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

Source from the content-addressed store, hash-verified

1050 }
1051
1052 @Override
1053 public Object createDynamicImage(Object resourceLocation, int width, int height) {
1054 bux dynamicImage = new bux(width, height);
1055 getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage);
1056 return dynamicImage;
1057 }
1058
1059 @Override
1060 public Object getTexture(Object resourceLocation) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected