DisplayScale

This commit is contained in:
Shadowfacts 2016-08-21 12:43:14 -04:00
parent aab9001aac
commit 0a0b7b5b30
No known key found for this signature in database
GPG Key ID: F802198A7D7F309D
2 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,8 @@ CLASS none/bdo net/minecraft/client/Minecraft
FIELD aj server Lnone/caj;
FIELD an netProxy Ljava/net/Proxy;
FIELD av isDemo Z
FIELD d width I
FIELD e height I
FIELD f world Lnone/bme;
FIELD h player Lnone/boe;
FIELD k fontRenderer Lnone/bec;

View File

@ -0,0 +1,8 @@
CLASS none/beg net/minecraft/client/util/DisplayScale
FIELD c width I
FIELD d height I
FIELD e scale I
METHOD <init> (Lnone/bdo;)V
ARG 0 instance
METHOD a getScaledWidth ()I
METHOD b getScaledHeight ()I