Record Class QueryResponseS2CPacket
java.lang.Object
java.lang.Record
net.minecraft.network.packet.s2c.query.QueryResponseS2CPacket
- Record Components:
metadata
-
- All Implemented Interfaces:
Packet<ClientQueryPacketListener>
public record QueryResponseS2CPacket(ServerMetadata metadata)
extends Record
implements Packet<ClientQueryPacketListener>
- Mappings:
Namespace Name official acf
intermediary net/minecraft/class_2924
named net/minecraft/network/packet/s2c/query/QueryResponseS2CPacket
official a
intermediary comp_1272
named metadata
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ServerMetadata
The field for themetadata
record component. -
Constructor Summary
ConstructorDescriptionQueryResponseS2CPacket
(ServerMetadata metadata) Creates an instance of aQueryResponseS2CPacket
record class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientQueryPacketListener clientQueryPacketListener) final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.metadata()
Returns the value of themetadata
record component.final String
toString()
Returns a string representation of this record class.void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable
-
Field Details
-
metadata
The field for themetadata
record component.
-
-
Constructor Details
-
QueryResponseS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lacf;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2924;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/query/QueryResponseS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
QueryResponseS2CPacket
Creates an instance of aQueryResponseS2CPacket
record class.- Parameters:
metadata
- the value for themetadata
record component
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientQueryPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientQueryPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lacf;a(Lacd;)V
intermediary method_12671
Lnet/minecraft/class_2924;method_12671(Lnet/minecraft/class_2921;)V
named apply
Lnet/minecraft/network/packet/s2c/query/QueryResponseS2CPacket;apply(Lnet/minecraft/network/listener/ClientQueryPacketListener;)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)
. -
metadata
Returns the value of themetadata
record component.- Returns:
- the value of the
metadata
record component
-