Interface SkinApplyEvent.SkinData

Enclosing interface:
SkinApplyEvent

public static interface SkinApplyEvent.SkinData
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    Returns the signature of the skin texture.
    @NonNull String
    Returns the value of the skin texture.
  • Method Details

    • value

      @NonNull String value()
      Returns the value of the skin texture.
    • signature

      @NonNull String signature()
      Returns the signature of the skin texture.