Package net.skinsrestorer.api.property
Class SkinProperty
java.lang.Object
net.skinsrestorer.api.property.SkinProperty
Easy way of interacting with properties across multiple platforms.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@NonNull String
@NonNull String
getValue()
int
hashCode()
static @NotNull SkinProperty
@NotNull String
toString()
static Optional
<SkinProperty>
-
Field Details
-
TEXTURES_NAME
- See Also:
-
-
Method Details
-
tryParse
@Internal public static Optional<SkinProperty> tryParse(String name, String value, String signature) -
getValue
-
getSignature
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
of
@NotNull public static @NotNull SkinProperty of(@NonNull @NonNull String value, @NonNull @NonNull String signature)
-