Package net.minecraft.network.message
Record Class ChatMessageSigner
java.lang.Object
java.lang.Record
net.minecraft.network.message.ChatMessageSigner
- Record Components:
profileId-timeStamp-salt-
A signer for chat messages that produces
MessageSignature.- Mappings:
Namespace Name official rsintermediary net/minecraft/class_7470named net/minecraft/network/message/ChatMessageSignerofficial aintermediary comp_801named profileIdofficial bintermediary comp_802named timeStampofficial cintermediary comp_803named salt
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChatMessageSigner(UUID uUID, Instant instant, long long2) ChatMessageSigner(PacketByteBuf packetByteBuf) -
Method Summary
Modifier and TypeMethodDescriptionstatic ChatMessageSignerReturns a new signer instance.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static ChatMessageSignervoidmethod_44850(PacketByteBuf packetByteBuf) booleanReturns the value of theprofileIdrecord component.longsalt()Returns the value of thesaltrecord component.Returns the value of thetimeStamprecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
ChatMessageSigner
-
ChatMessageSigner
-
-
Method Details
-
create
Returns a new signer instance.- Returns:
- a new signer instance
- Mappings:
Namespace Name Mixin selector official aLrs;a(Ljava/util/UUID;)Lrs;intermediary method_43866Lnet/minecraft/class_7470;method_43866(Ljava/util/UUID;)Lnet/minecraft/class_7470;named createLnet/minecraft/network/message/ChatMessageSigner;create(Ljava/util/UUID;)Lnet/minecraft/network/message/ChatMessageSigner;
-
method_44849
- Mappings:
Namespace Name Mixin selector official aLrs;a()Lrs;intermediary method_44849Lnet/minecraft/class_7470;method_44849()Lnet/minecraft/class_7470;named method_44849Lnet/minecraft/network/message/ChatMessageSigner;method_44849()Lnet/minecraft/network/message/ChatMessageSigner;
-
method_44850
- Mappings:
Namespace Name Mixin selector official aLrs;a(Lqx;)Vintermediary method_44850Lnet/minecraft/class_7470;method_44850(Lnet/minecraft/class_2540;)Vnamed method_44850Lnet/minecraft/network/message/ChatMessageSigner;method_44850(Lnet/minecraft/network/PacketByteBuf;)V
-
method_44851
public boolean method_44851()- Mappings:
Namespace Name Mixin selector official bLrs;b()Zintermediary method_44851Lnet/minecraft/class_7470;method_44851()Znamed method_44851Lnet/minecraft/network/message/ChatMessageSigner;method_44851()Z
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
profileId
Returns the value of theprofileIdrecord component.- Returns:
- the value of the
profileIdrecord component
-
timeStamp
Returns the value of thetimeStamprecord component.- Returns:
- the value of the
timeStamprecord component
-
salt
public long salt()Returns the value of thesaltrecord component.- Returns:
- the value of the
saltrecord component
-