yarn/mappings/net/minecraft/client/toast/ToastManager.mapping

15 lines
376 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS crp net/minecraft/client/toast/ToastManager
CLASS crp$a Entry
FIELD b instance Lcro;
2018-12-12 12:22:18 -05:00
METHOD <init> (Lcrp;Lcro;)V
2018-11-03 03:44:17 -04:00
ARG 1 instance
2018-12-12 12:12:26 -05:00
METHOD a getInstance ()Lcro;
2018-11-03 03:44:17 -04:00
METHOD a draw (II)Z
2018-12-12 12:12:26 -05:00
FIELD a client Lcpk;
FIELD f visibleEntries [Lcrp$a;
2018-11-03 03:44:17 -04:00
FIELD g toastQueue Ljava/util/Deque;
METHOD a draw ()V
2018-12-12 12:12:26 -05:00
METHOD a add (Lcro;)V
2018-11-03 03:44:17 -04:00
METHOD b clear ()V
2018-12-12 12:12:26 -05:00
METHOD c getGame ()Lcpk;