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

Method setResolution

Minecraft-Utils/1.10/src/GuiHandle.java:77–80  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

75 }
76
77 @Override
78 public void setResolution(int width, int height) {
79 a(((Variables) MinecraftFactory.getVars()).getMinecraft(), width, height);
80 }
81
82 @Override
83 public void drawDefaultBackground() {

Callers

nothing calls this directly

Calls 3

aMethod · 0.95
getVarsMethod · 0.95
getMinecraftMethod · 0.45

Tested by

no test coverage detected