Uses of Interface
net.minecraft.client.gui.screen.ingame.BookScreen.Contents
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen.ingame |
-
Uses of BookScreen.Contents in net.minecraft.client.gui.screen.ingame
Classes in net.minecraft.client.gui.screen.ingame that implement BookScreen.Contents Modifier and Type Class Description static classBookScreen.WritableBookContentsstatic classBookScreen.WrittenBookContentsFields in net.minecraft.client.gui.screen.ingame declared as BookScreen.Contents Modifier and Type Field Description private BookScreen.ContentsBookScreen. contentsstatic BookScreen.ContentsBookScreen. EMPTY_PROVIDERMethods in net.minecraft.client.gui.screen.ingame that return BookScreen.Contents Modifier and Type Method Description static BookScreen.ContentsBookScreen.Contents. create(ItemStack stack)Methods in net.minecraft.client.gui.screen.ingame with parameters of type BookScreen.Contents Modifier and Type Method Description voidBookScreen. setPageProvider(BookScreen.Contents pageProvider)Constructors in net.minecraft.client.gui.screen.ingame with parameters of type BookScreen.Contents Constructor Description BookScreen(BookScreen.Contents pageProvider)BookScreen(BookScreen.Contents contents, boolean playPageTurnSound)