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 booleanboolean@NonNull String@NonNull StringgetValue()inthashCode()static @NotNull SkinProperty@NotNull StringtoString()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)
-