Package net.minecraft
Record Class class_9301
java.lang.Object
java.lang.Record
net.minecraft.class_9301
- Record Components:
pages-
- Mappings:
Namespace Name official culintermediary net/minecraft/class_9301named net/minecraft/class_9301official eintermediary comp_2418named pages
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_9301static final intstatic final com.mojang.serialization.Codec<class_9301> static final PacketCodec<ByteBuf, class_9301> private static final com.mojang.serialization.Codec<class_9262<String>> private static final com.mojang.serialization.Codec<List<class_9262<String>>> private final List<class_9262<String>> The field for thepagesrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method_57517(boolean bool) 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. -
field_49369
- Mappings:
Namespace Name Mixin selector official aLcul;a:Lcul;intermediary field_49369Lnet/minecraft/class_9301;field_49369:Lnet/minecraft/class_9301;named field_49369Lnet/minecraft/class_9301;field_49369:Lnet/minecraft/class_9301;
-
field_49370
public static final int field_49370- See Also:
- Mappings:
Namespace Name Mixin selector official bLcul;b:Iintermediary field_49370Lnet/minecraft/class_9301;field_49370:Inamed field_49370Lnet/minecraft/class_9301;field_49370:I
-
field_49373
- Mappings:
Namespace Name Mixin selector official fLcul;f:Lcom/mojang/serialization/Codec;intermediary field_49373Lnet/minecraft/class_9301;field_49373:Lcom/mojang/serialization/Codec;named field_49373Lnet/minecraft/class_9301;field_49373:Lcom/mojang/serialization/Codec;
-
field_49374
- Mappings:
Namespace Name Mixin selector official gLcul;g:Lcom/mojang/serialization/Codec;intermediary field_49374Lnet/minecraft/class_9301;field_49374:Lcom/mojang/serialization/Codec;named field_49374Lnet/minecraft/class_9301;field_49374:Lcom/mojang/serialization/Codec;
-
field_49371
- Mappings:
Namespace Name Mixin selector official cLcul;c:Lcom/mojang/serialization/Codec;intermediary field_49371Lnet/minecraft/class_9301;field_49371:Lcom/mojang/serialization/Codec;named field_49371Lnet/minecraft/class_9301;field_49371:Lcom/mojang/serialization/Codec;
-
field_49372
- Mappings:
Namespace Name Mixin selector official dLcul;d:Lye;intermediary field_49372Lnet/minecraft/class_9301;field_49372:Lnet/minecraft/class_9139;named field_49372Lnet/minecraft/class_9301;field_49372:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
class_9301
-
-
Method Details
-
method_57517
- Mappings:
Namespace Name Mixin selector official aLcul;a(Z)Ljava/util/stream/Stream;intermediary method_57517Lnet/minecraft/class_9301;method_57517(Z)Ljava/util/stream/Stream;named method_57517Lnet/minecraft/class_9301;method_57517(Z)Ljava/util/stream/Stream;
-
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
-