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

Method updateScaledResolution

Minecraft-Utils/1.8/src/Variables.java:912–915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

910 }
911
912 @Override
913 public void updateScaledResolution() {
914 this.scaledResolution = new buf(getMinecraft(), getWidth(), getHeight());
915 }
916
917 @Override
918 public int getWidth() {

Callers 1

VariablesMethod · 0.95

Calls 3

getMinecraftMethod · 0.95
getWidthMethod · 0.95
getHeightMethod · 0.95

Tested by

no test coverage detected