Record Class OfflineJavaData
java.lang.Object
java.lang.Record
com.soulfiremc.server.account.service.OfflineJavaData
- All Implemented Interfaces:
AccountData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.static OfflineJavaDatastatic UUIDgetOfflineUUID(String username) final inthashCode()Returns a hash code value for this object.toProto()final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
OfflineJavaData
public OfflineJavaData()Creates an instance of aOfflineJavaDatarecord class.
-
-
Method Details
-
fromProto
-
getOfflineUUID
-
toProto
-
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.
-