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 official flc$aintermediary net/minecraft/class_3872$class_3931named net/minecraft/client/gui/screen/ingame/BookScreen$Contentsofficial aintermediary comp_2438named pages
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
pages
The field for thepagesrecord component.
-
-
Constructor Details
-
Contents
-
-
Method Details
-
getPageCount
public int getPageCount()- Mappings:
Namespace Name Mixin selector official aLflc$a;a()Iintermediary method_17560Lnet/minecraft/class_3872$class_3931;method_17560()Inamed getPageCountLnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;getPageCount()I
-
getPage
- Mappings:
Namespace Name Mixin selector official aLflc$a;a(I)Lwn;intermediary method_17563Lnet/minecraft/class_3872$class_3931;method_17563(I)Lnet/minecraft/class_5348;named getPageLnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;getPage(I)Lnet/minecraft/text/StringVisitable;
-
create
- Mappings:
Namespace Name Mixin selector official aLflc$a;a(Lcrs;)Lflc$a;intermediary method_17562Lnet/minecraft/class_3872$class_3931;method_17562(Lnet/minecraft/class_1799;)Lnet/minecraft/class_3872$class_3931;named createLnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;create(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/client/gui/screen/ingame/BookScreen$Contents;
-
toString
Returns 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. -
hashCode
public 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. -
equals
Indicates 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). -
pages
Returns the value of thepagesrecord component.- Returns:
- the value of the
pagesrecord component
-