Record Class AnimationModule.AnimationKey
java.lang.Object
java.lang.Record
net.flectone.pulse.module.message.format.animation.AnimationModule.AnimationKey
- Enclosing class:
AnimationModule
-
Constructor Summary
ConstructorsConstructorDescriptionAnimationKey(UUID sender, UUID receiver, String animation) Creates an instance of aAnimationKeyrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theanimationrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.receiver()Returns the value of thereceiverrecord component.sender()Returns the value of thesenderrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
AnimationKey
-
-
Method Details
-
toString
-
hashCode
-
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). -
sender
Returns the value of thesenderrecord component.- Returns:
- the value of the
senderrecord component
-
receiver
Returns the value of thereceiverrecord component.- Returns:
- the value of the
receiverrecord component
-
animation
Returns the value of theanimationrecord component.- Returns:
- the value of the
animationrecord component
-