Record Class ChatSuggestionsS2CPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.play.ChatSuggestionsS2CPacket
- Record Components:
action-entries-
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public record ChatSuggestionsS2CPacket(ChatSuggestionsS2CPacket.Action action, List<String> entries)
extends Record
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official abzintermediary net/minecraft/class_7597named net/minecraft/network/packet/s2c/play/ChatSuggestionsS2CPacketofficial bintermediary comp_908named actionofficial cintermediary comp_909named entries
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChatSuggestionsS2CPacket.ActionThe field for theactionrecord component.static final PacketCodec<PacketByteBuf, ChatSuggestionsS2CPacket> The field for theentriesrecord component. -
Constructor Summary
ConstructorsModifierConstructorDescriptionChatSuggestionsS2CPacket(ChatSuggestionsS2CPacket.Action action, List<String> list) private -
Method Summary
Modifier and TypeMethodDescriptionaction()Returns the value of theactionrecord component.voidapply(ClientPlayPacketListener clientPlayPacketListener) entries()Returns the value of theentriesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.private 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
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
action
The field for theactionrecord component. -
entries
The field for theentriesrecord component. -
CODEC
- Mappings:
Namespace Name Mixin selector official aLabz;a:Lyg;intermediary field_47920Lnet/minecraft/class_7597;field_47920:Lnet/minecraft/class_9139;named CODECLnet/minecraft/network/packet/s2c/play/ChatSuggestionsS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
-
Constructor Details
-
ChatSuggestionsS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Labz;<init>(Lvi;)Vintermediary <init>Lnet/minecraft/class_7597;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/ChatSuggestionsS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
ChatSuggestionsS2CPacket
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector official aLabz;a(Lvi;)Vintermediary method_55872Lnet/minecraft/class_7597;method_55872(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/s2c/play/ChatSuggestionsS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getPacketId
- Specified by:
getPacketIdin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLyp;a()Lyr;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named getPacketIdLnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLabz;a(Laba;)Vintermediary method_44783Lnet/minecraft/class_7597;method_44783(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/ChatSuggestionsS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)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). -
action
Returns the value of theactionrecord component.- Returns:
- the value of the
actionrecord component
-
entries
Returns the value of theentriesrecord component.- Returns:
- the value of the
entriesrecord component
-