Some toast stuff (#560)

This commit is contained in:
Sargun Vohra 2019-03-27 08:41:04 -07:00 committed by Gegy
parent e771360b29
commit 7035f1c83c
3 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,6 @@
CLASS cwh net/minecraft/client/toast/RecipeToast
FIELD c recipes Ljava/util/List;
FIELD d startTime J
FIELD e justUpdated Z
METHOD a addRecipe (Lbdh;)V
METHOD a show (Lcwk;Lbdh;)V

View File

@ -1,2 +1,6 @@
CLASS cwi net/minecraft/client/toast/SystemToast
CLASS cwi$a Type
FIELD f startTime J
FIELD g justUpdated Z
METHOD a show (Lcwk;Lcwi$a;Ljm;Ljm;)V
METHOD a setContent (Ljm;Ljm;)V

View File

@ -5,4 +5,5 @@ CLASS cwj net/minecraft/client/toast/Toast
FIELD a TOASTS_TEX Lqq;
METHOD a draw (Lcwk;J)Lcwj$a;
ARG 1 manager
ARG 2 currentTime
METHOD b getType ()Ljava/lang/Object;