Un-map a bunch of realms classes that were renamed and fix a mapping conflict

This commit is contained in:
modmuss50 2019-04-11 19:14:54 +01:00
parent e8f5c4603b
commit 5e2176bee3
7 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
CLASS net/minecraft/realms/RealmsScrolledSelectionListProxy net/minecraft/client/gui/ScrolledSelectionList
CLASS net/minecraft/realms/RealmsScrolledSelectionListProxy

View File

@ -1 +1 @@
CLASS net/minecraft/realms/RealmsSimpleScrolledSelectionListProxy net/minecraft/client/gui/SimpleScrolledSelectionList
CLASS net/minecraft/realms/RealmsSimpleScrolledSelectionListProxy

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/realms/RealmsAbstractButtonProxy net/minecraft/client/gui/menu/RealmsButton
CLASS net/minecraft/realms/RealmsAbstractButtonProxy
METHOD active (Z)V
ARG 1 enabled
METHOD setVisible (Z)V

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/realms/RealmsScreenProxy net/minecraft/client/gui/menu/RealmsScreen
CLASS net/minecraft/realms/RealmsScreenProxy
METHOD drawCenteredString (Ljava/lang/String;III)V
ARG 1 text
ARG 2 x

View File

@ -1,3 +1,3 @@
CLASS net/minecraft/realms/RealmsClickableScrolledSelectionListProxy net/minecraft/client/gui/widget/ClickableScrolledSelectionList
CLASS net/minecraft/realms/RealmsClickableScrolledSelectionListProxy
FIELD realmsClickableScrolledSelectionList list Lnet/minecraft/realms/RealmsClickableScrolledSelectionList;
METHOD yo getScrollY ()D

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/realms/RealmsButtonProxy net/minecraft/client/gui/widget/RealmsButtonWidget
CLASS net/minecraft/realms/RealmsButtonProxy
METHOD <init> (Lnet/minecraft/realms/RealmsButton;IILjava/lang/String;IILcwg$a;)V
ARG 1 button
ARG 2 x
@ -6,4 +6,3 @@ CLASS net/minecraft/realms/RealmsButtonProxy net/minecraft/client/gui/widget/Rea
ARG 4 text
ARG 5 width
ARG 6 height
METHOD y getHeight ()I

View File

@ -1,2 +1,2 @@
CLASS net/minecraft/realms/RealmsSliderButtonProxy net/minecraft/client/gui/widget/SliderButtonWidget
CLASS net/minecraft/realms/RealmsSliderButtonProxy
METHOD y getY ()I