Package net.minecraft.component.type
Record Class WritableBookContentComponent
java.lang.Object
java.lang.Record
net.minecraft.component.type.WritableBookContentComponent
- Record Components:
pages
-
- All Implemented Interfaces:
BookContent<String,
WritableBookContentComponent>
public record WritableBookContentComponent(List<RawFilteredPair<String>> pages)
extends Record
implements BookContent<String,WritableBookContentComponent>
- Mappings:
Namespace Name named net/minecraft/component/type/WritableBookContentComponent
intermediary net/minecraft/class_9301
official cxz
named pages
intermediary comp_2418
official g
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<WritableBookContentComponent> static final WritableBookContentComponent
static final int
static final int
static final PacketCodec
<ByteBuf, WritableBookContentComponent> private static final com.mojang.serialization.Codec
<RawFilteredPair<String>> private final List
<RawFilteredPair<String>> The field for thepages
record component.static final com.mojang.serialization.Codec
<List<RawFilteredPair<String>>> -
Constructor Summary
ConstructorDescriptionCreates an instance of aWritableBookContentComponent
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.pages()
Returns the value of thepages
record component.stream
(boolean shouldFilter) final String
toString()
Returns a string representation of this record class.withPages
(List<RawFilteredPair<String>> list)
-
Field Details
-
pages
The field for thepages
record component. -
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULT
Lnet/minecraft/component/type/WritableBookContentComponent;DEFAULT:Lnet/minecraft/component/type/WritableBookContentComponent;
intermediary field_49369
Lnet/minecraft/class_9301;field_49369:Lnet/minecraft/class_9301;
official a
Lcxz;a:Lcxz;
-
MAX_PAGE_LENGTH
public static final int MAX_PAGE_LENGTH- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_PAGE_LENGTH
Lnet/minecraft/component/type/WritableBookContentComponent;MAX_PAGE_LENGTH:I
intermediary field_49370
Lnet/minecraft/class_9301;field_49370:I
official b
Lcxz;b:I
-
MAX_PAGE_COUNT
public static final int MAX_PAGE_COUNT- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_PAGE_COUNT
Lnet/minecraft/component/type/WritableBookContentComponent;MAX_PAGE_COUNT:I
intermediary field_51411
Lnet/minecraft/class_9301;field_51411:I
official c
Lcxz;c:I
-
PAGE_CODEC
- Mappings:
Namespace Name Mixin selector named PAGE_CODEC
Lnet/minecraft/component/type/WritableBookContentComponent;PAGE_CODEC:Lcom/mojang/serialization/Codec;
intermediary field_49373
Lnet/minecraft/class_9301;field_49373:Lcom/mojang/serialization/Codec;
official h
Lcxz;h:Lcom/mojang/serialization/Codec;
-
PAGES_CODEC
- Mappings:
Namespace Name Mixin selector named PAGES_CODEC
Lnet/minecraft/component/type/WritableBookContentComponent;PAGES_CODEC:Lcom/mojang/serialization/Codec;
intermediary field_49374
Lnet/minecraft/class_9301;field_49374:Lcom/mojang/serialization/Codec;
official d
Lcxz;d:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/component/type/WritableBookContentComponent;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_49371
Lnet/minecraft/class_9301;field_49371:Lcom/mojang/serialization/Codec;
official e
Lcxz;e:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/component/type/WritableBookContentComponent;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_49372
Lnet/minecraft/class_9301;field_49372:Lnet/minecraft/class_9139;
official f
Lcxz;f:Lzn;
-
-
Constructor Details
-
WritableBookContentComponent
Creates an instance of aWritableBookContentComponent
record class.- Parameters:
pages
- the value for thepages
record component
-
-
Method Details
-
stream
- Mappings:
Namespace Name Mixin selector named stream
Lnet/minecraft/component/type/WritableBookContentComponent;stream(Z)Ljava/util/stream/Stream;
intermediary method_57517
Lnet/minecraft/class_9301;method_57517(Z)Ljava/util/stream/Stream;
official a
Lcxz;a(Z)Ljava/util/stream/Stream;
-
withPages
- Specified by:
withPages
in interfaceBookContent<String,
WritableBookContentComponent> - Mappings:
Namespace Name Mixin selector named withPages
Lnet/minecraft/component/type/WritableBookContentComponent;withPages(Ljava/util/List;)Lnet/minecraft/component/type/WritableBookContentComponent;
intermediary method_58187
Lnet/minecraft/class_9301;method_58187(Ljava/util/List;)Lnet/minecraft/class_9301;
official b
Lcxz;b(Ljava/util/List;)Lcxz;
-
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 thepages
record component.- Specified by:
pages
in interfaceBookContent<String,
WritableBookContentComponent> - Returns:
- the value of the
pages
record component
-