Record Class Texture
java.lang.Object
java.lang.Record
org.mineskin.data.Texture
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.Deprecated.Returns the value of thesignaturerecord component.final StringtoString()Deprecated.Returns a string representation of this record class.url()Deprecated.Returns the value of theurlrecord component.value()Deprecated.Returns the value of thevaluerecord component.
-
Constructor Details
-
Texture
-
-
Method Details
-
toString
-
hashCode
-
equals
Deprecated.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). -
value
Deprecated.Returns the value of thevaluerecord component.- Returns:
- the value of the
valuerecord component
-
signature
Deprecated.Returns the value of thesignaturerecord component.- Returns:
- the value of the
signaturerecord component
-
url
Deprecated.Returns the value of theurlrecord component.- Returns:
- the value of the
urlrecord component
-