Record Class BookScreen.Contents
java.lang.Object
java.lang.Record
net.minecraft.client.gui.screen.ingame.BookScreen.Contents
- Record Components:
- pages-
- Enclosing class:
- BookScreen
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/ingame/BookScreen$Contents- intermediary - net/minecraft/class_3872$class_3931- official - fvj$a- named - pages- intermediary - comp_2438- official - a
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic @Nullable BookScreen.Contentsfinal booleanIndicates whether some other object is "equal to" this one.getPage(int index) intfinal inthashCode()Returns a hash code value for this object.pages()Returns the value of thepagesrecord component.final StringtoString()Returns a string representation of this record class.
- 
Field Details- 
pagesThe field for thepagesrecord component.
 
- 
- 
Constructor Details- 
Contents
 
- 
- 
Method Details- 
getPageCountpublic int getPageCount()- Mappings:
- Namespace - Name - Mixin selector - named - getPageCount- Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;getPageCount()I- intermediary - method_17560- Lnet/minecraft/class_3872$class_3931;method_17560()I- official - a- Lfvj$a;a()I
 
- 
getPage- Mappings:
- Namespace - Name - Mixin selector - named - getPage- Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;getPage(I)Lnet/minecraft/text/StringVisitable;- intermediary - method_17563- Lnet/minecraft/class_3872$class_3931;method_17563(I)Lnet/minecraft/class_5348;- official - a- Lfvj$a;a(I)Lwu;
 
- 
create- Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;create(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;- intermediary - method_17562- Lnet/minecraft/class_3872$class_3931;method_17562(Lnet/minecraft/class_1799;)Lnet/minecraft/class_3872$class_3931;- official - a- Lfvj$a;a(Lcwq;)Lfvj$a;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
- 
pagesReturns the value of thepagesrecord component.- Returns:
- the value of the pagesrecord component
 
 
-