yarn/mappings/net/minecraft/client/gui/WrittenBookScreen.mapping

28 lines
752 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS cvo net/minecraft/client/gui/WrittenBookScreen
FIELD a EMPTY_PAGE_PROVIDER Lcvo$a;
2019-01-24 11:47:45 -05:00
FIELD f BOOK_TEXTURE Lqd;
2019-02-06 15:22:24 -05:00
FIELD g pageProvider Lcvo$a;
2019-01-12 06:41:47 -05:00
FIELD h pageIndex I
FIELD i cachedPage Ljava/util/List;
FIELD s cachedPageIndex I
2019-02-06 15:22:24 -05:00
FIELD t lastPageButton Lcwl;
FIELD u nextPageButton Lcwl;
METHOD <init> (Lcvo$a;)V
2019-01-12 06:41:47 -05:00
ARG 1 pageProvider
2019-01-24 11:47:45 -05:00
METHOD a getLineAt (DD)Ljc;
2019-01-12 06:41:47 -05:00
ARG 1 x
ARG 3 y
2019-02-06 15:22:24 -05:00
METHOD a setPageProvider (Lcvo$a;)V
2019-01-12 06:41:47 -05:00
ARG 1 pageProvider
METHOD a getStringWidth (Ljava/lang/String;)I
ARG 1 string
2019-01-16 13:24:40 -05:00
METHOD b setPage (I)Z
2019-01-12 06:41:47 -05:00
ARG 1 index
METHOD h getPageCount ()I
METHOD i addCloseButton ()V
METHOD j addPageButtons ()V
METHOD k goToPreviousPage ()V
METHOD m goToNextPage ()V
METHOD o playPageTurnSound ()V
METHOD s updatePageButtons ()V