Class SkinProperty

java.lang.Object
net.skinsrestorer.api.property.SkinProperty

public class SkinProperty extends Object
Easy way of interacting with properties across multiple platforms.
  • Field Details

  • Method Details

    • tryParse

      @Internal public static Optional<SkinProperty> tryParse(String name, String value, String signature)
    • getValue

      @NonNull public @NonNull String getValue()
    • getSignature

      @NonNull public @NonNull String getSignature()
    • equals

      public boolean equals(@Nullable @Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable @Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      @NotNull public @NotNull String toString()
      Overrides:
      toString in class Object
    • of

      @NotNull public static @NotNull SkinProperty of(@NonNull @NonNull String value, @NonNull @NonNull String signature)