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

Method createDynamicImage

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

Source from the content-addressed store, hash-verified

1090 }
1091
1092 @Override
1093 public Object createDynamicImage(Object resourceLocation, int width, int height) {
1094 bvu dynamicImage = new bvu(width, height);
1095 getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage);
1096 return dynamicImage;
1097 }
1098
1099 @Override
1100 public Object getTexture(Object resourceLocation) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected