Record Class ClientSettingsC2SPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.c2s.play.ClientSettingsC2SPacket
- Record Components:
information-
- All Implemented Interfaces:
Packet<ServerCommonPacketListener>
public record ClientSettingsC2SPacket(class_8791 information)
extends Record
implements Packet<ServerCommonPacketListener>
- Mappings:
Namespace Name official vointermediary net/minecraft/class_2803named net/minecraft/network/packet/c2s/play/ClientSettingsC2SPacketofficial aintermediary comp_1963named information
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_8791The field for theinformationrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerCommonPacketListener serverCommonPacketListener) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theinformationrecord component.final StringtoString()Returns a string representation of this record class.voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
getNewNetworkState, isWritingErrorSkippable
-
Field Details
-
information
The field for theinformationrecord component.
-
-
Constructor Details
-
ClientSettingsC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lvo;<init>(Lso;)Vintermediary <init>Lnet/minecraft/class_2803;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/ClientSettingsC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
ClientSettingsC2SPacket
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ServerCommonPacketListener>- Mappings:
Namespace Name Mixin selector official aLvd;a(Lso;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerCommonPacketListener>- Mappings:
Namespace Name Mixin selector official aLvo;a(Lvn;)Vintermediary method_12133Lnet/minecraft/class_2803;method_12133(Lnet/minecraft/class_8706;)Vnamed applyLnet/minecraft/network/packet/c2s/play/ClientSettingsC2SPacket;apply(Lnet/minecraft/network/listener/ServerCommonPacketListener;)V
-
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). -
information
Returns the value of theinformationrecord component.- Returns:
- the value of the
informationrecord component
-