Class SkinMetadata

java.lang.Object
de.saibotk.jmaw.SkinMetadata

public class SkinMetadata extends Object
This models the metadata object returned by PlayerSkinTexture.getMetadata() method. It contains information about the model that was used. This will be set if the player model has slim arms ( value = "slim" Alex style ). Otherwise the API usually does not return a metadata property, so the model has the default Steve style.
Since:
1.0
  • Constructor Details

    • SkinMetadata

      public SkinMetadata()
  • Method Details

    • getModel

      public SkinMetadata.SkinModel getModel()
      Returns the model. Mostly just "slim" otherwise it is interpreted as Steve's style.
      Returns:
      the model.
      Since:
      1.0