Record Class ModelProfileSkin
java.lang.Object
java.lang.Record
kr.toxicity.model.api.profile.ModelProfileSkin
- Record Components:
skin- skincape- capeslim- is slim modelraw- raw textures
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModelProfileSkin(@Nullable URI skin, @Nullable URI cape, boolean slim, @NotNull String raw) Creates an instance of aModelProfileSkinrecord class. -
Method Summary
Modifier and TypeMethodDescription@Nullable URIcape()Returns the value of thecaperecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@NotNull Stringraw()Returns the value of therawrecord component.@Nullable URIskin()Returns the value of theskinrecord component.booleanslim()Returns the value of theslimrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
EMPTY
Empty skin
-
-
Constructor Details
-
ModelProfileSkin
-
-
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. -
skin
-
cape
-
slim
-
raw
-