Class BookScreen.WritableBookContents
java.lang.Object
net.minecraft.client.gui.screen.ingame.BookScreen.WritableBookContents
- All Implemented Interfaces:
 BookScreen.Contents
- Enclosing class:
 BookScreen
@Environment(CLIENT)
public static class BookScreen.WritableBookContents
extends Object
implements BookScreen.Contents
- Mappings:
 Namespace Name official evw$bintermediary net/minecraft/class_3872$class_3932named net/minecraft/client/gui/screen/ingame/BookScreen$WritableBookContents
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.screen.ingame.BookScreen.Contents
getPage 
- 
Field Details
- 
pages
- Mappings:
 Namespace Name Mixin selector official aLevw$b;a:Ljava/util/List;intermediary field_17419Lnet/minecraft/class_3872$class_3932;field_17419:Ljava/util/List;named pagesLnet/minecraft/client/gui/screen/ingame/BookScreen$WritableBookContents;pages:Ljava/util/List;
 
 - 
 - 
Constructor Details
- 
WritableBookContents
- Mappings:
 Namespace Name Mixin selector official <init>Levw$b;<init>(Lcfz;)Vintermediary <init>Lnet/minecraft/class_3872$class_3932;<init>(Lnet/minecraft/class_1799;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/BookScreen$WritableBookContents;<init>(Lnet/minecraft/item/ItemStack;)V
 
 - 
 - 
Method Details
- 
getPages
- Mappings:
 Namespace Name Mixin selector official bLevw$b;b(Lcfz;)Ljava/util/List;intermediary method_17564Lnet/minecraft/class_3872$class_3932;method_17564(Lnet/minecraft/class_1799;)Ljava/util/List;named getPagesLnet/minecraft/client/gui/screen/ingame/BookScreen$WritableBookContents;getPages(Lnet/minecraft/item/ItemStack;)Ljava/util/List;
 - 
getPageCount
public int getPageCount()- Specified by:
 getPageCountin interfaceBookScreen.Contents- Mappings:
 Namespace Name Mixin selector official aLevw$a;a()Iintermediary method_17560Lnet/minecraft/class_3872$class_3931;method_17560()Inamed getPageCountLnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;getPageCount()I
 - 
getPageUnchecked
- Specified by:
 getPageUncheckedin interfaceBookScreen.Contents- Mappings:
 Namespace Name Mixin selector official aLevw$a;a(I)Lta;intermediary method_17561Lnet/minecraft/class_3872$class_3931;method_17561(I)Lnet/minecraft/class_5348;named getPageUncheckedLnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;getPageUnchecked(I)Lnet/minecraft/text/StringVisitable;
 
 -