Package net.minecraft
Record Class class_7472
java.lang.Object
java.lang.Record
net.minecraft.class_7472
- Record Components:
command-timeStamp-argumentSignatures-
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public record class_7472(String command, Instant timeStamp, class_7450 argumentSignatures)
extends Record
implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official wqintermediary net/minecraft/class_7472named net/minecraft/class_7472official aintermediary comp_808named commandofficial bintermediary comp_809named timeStampofficial cintermediary comp_810named argumentSignatures
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_7450The field for theargumentSignaturesrecord component.private final StringThe field for thecommandrecord component.private static final intprivate final InstantThe field for thetimeStamprecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7472(String string, Instant instant, class_7450 class_7450) class_7472(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) Returns the value of theargumentSignaturesrecord component.command()Returns the value of thecommandrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanmethod_43895(Instant instant) method_43896(UUID uUID) private InstantReturns the value of thetimeStamprecord 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
isWritingErrorSkippable
-
Field Details
-
command
The field for thecommandrecord component. -
timeStamp
The field for thetimeStamprecord component. -
argumentSignatures
The field for theargumentSignaturesrecord component. -
field_39244
private static final int field_39244- See Also:
- Mappings:
Namespace Name Mixin selector official dLwq;d:Iintermediary field_39244Lnet/minecraft/class_7472;field_39244:Inamed field_39244Lnet/minecraft/class_7472;field_39244:I
-
-
Constructor Details
-
class_7472
-
class_7472
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLsh;a(Lqs;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLwq;a(Lwl;)Vintermediary method_43897Lnet/minecraft/class_7472;method_43897(Lnet/minecraft/class_2792;)Vnamed applyLnet/minecraft/class_7472;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
method_43898
- Mappings:
Namespace Name Mixin selector official eLwq;e()Ljava/time/Instant;intermediary method_43898Lnet/minecraft/class_7472;method_43898()Ljava/time/Instant;named method_43898Lnet/minecraft/class_7472;method_43898()Ljava/time/Instant;
-
method_43895
- Mappings:
Namespace Name Mixin selector official aLwq;a(Ljava/time/Instant;)Zintermediary method_43895Lnet/minecraft/class_7472;method_43895(Ljava/time/Instant;)Znamed method_43895Lnet/minecraft/class_7472;method_43895(Ljava/time/Instant;)Z
-
method_43896
- Mappings:
Namespace Name Mixin selector official aLwq;a(Ljava/util/UUID;)Ldp;intermediary method_43896Lnet/minecraft/class_7472;method_43896(Ljava/util/UUID;)Lnet/minecraft/class_7448;named method_43896Lnet/minecraft/class_7472;method_43896(Ljava/util/UUID;)Lnet/minecraft/class_7448;
-
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). -
command
Returns the value of thecommandrecord component.- Returns:
- the value of the
commandrecord component
-
timeStamp
Returns the value of thetimeStamprecord component.- Returns:
- the value of the
timeStamprecord component
-
argumentSignatures
Returns the value of theargumentSignaturesrecord component.- Returns:
- the value of the
argumentSignaturesrecord component
-