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

Method setResolution

Minecraft-Utils/1.7.10/src/GuiHandle.java:79–82  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

77 }
78
79 @Override
80 public void setResolution(int width, int height) {
81 a(((Variables) MinecraftFactory.getVars()).getMinecraft(), width, height);
82 }
83
84 @Override
85 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