yarn/mappings/net/minecraft/client/gui/widget/ButtonListWidget.mapping

12 lines
264 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS cxc net/minecraft/client/gui/widget/ButtonListWidget
CLASS cxc$a ButtonItem
2019-04-05 12:03:47 -04:00
FIELD a buttons Ljava/util/List;
2019-05-07 12:05:49 -04:00
METHOD <init> (Lcvk;IIIII)V
2018-11-30 06:38:47 -05:00
ARG 1 client
ARG 2 width
ARG 3 height
ARG 4 top
ARG 5 bottom
ARG 6 itemHeight
2019-05-07 12:05:49 -04:00
METHOD a addAll ([Lcvn;)V