Record Class LastSeenMessages.Update
java.lang.Object
java.lang.Record
net.minestom.server.crypto.LastSeenMessages.Update
- Enclosing class:
LastSeenMessages
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theacknowledgedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intoffset()Returns the value of theoffsetrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
SERIALIZER
-
-
Constructor Details
-
Update
Creates an instance of aUpdaterecord class.- Parameters:
offset- the value for theoffsetrecord componentacknowledged- the value for theacknowledgedrecord component
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
offset
public int offset()Returns the value of theoffsetrecord component.- Returns:
- the value of the
offsetrecord component
-
acknowledged
Returns the value of theacknowledgedrecord component.- Returns:
- the value of the
acknowledgedrecord component
-