Screen naming (#505)

This commit is contained in:
Siphalor 2019-02-26 09:40:28 +01:00 committed by Adrian Siekierka
parent fb6025d320
commit b19232160e
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
CLASS cwe net/minecraft/client/gui/ContainerScreen
FIELD a BACKGROUND_TEXTURE Lqi;
FIELD b containerWidth I
FIELD g containerHeight I
FIELD b width I
FIELD g height I
FIELD h container Latu;
FIELD i playerInventory Lary;
FIELD s name Lji;

View File

@ -5,8 +5,8 @@ CLASS cvj net/minecraft/client/gui/Screen
FIELD j listeners Ljava/util/List;
FIELD k client Lcqx;
FIELD l itemRenderer Ldlx;
FIELD m width I
FIELD n height I
FIELD m screenWidth I
FIELD n screenHeight I
FIELD o buttons Ljava/util/List;
FIELD p labelWidgets Ljava/util/List;
FIELD r fontRenderer Lcrp;