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

Method createDynamicImage

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

Source from the content-addressed store, hash-verified

1061 }
1062
1063 @Override
1064 public Object createDynamicImage(Object resourceLocation, int width, int height) {
1065 ctp dynamicImage = new ctp(width, height);
1066 getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage);
1067 return dynamicImage;
1068 }
1069
1070 @Override
1071 public Object getTexture(Object resourceLocation) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected