Class Skin

java.lang.Object
com.mrivanplays.ivancord.api.skin.Skin

public final class Skin extends Object
Represents a player skin.
Author:
MrIvanPlays
  • Constructor Details

  • Method Details

    • getProperty

      public Property getProperty()
      Returns the "textures" Property of this skin.
    • getOwnerUsername

      public String getOwnerUsername()
      Returns the owner of this skin's username. This does not mean it is the name of the player whom this skin is set to, it means the username according to sessionserver.mojang.com.
    • getOwnerUuid

      public UUID getOwnerUuid()
      Returns the owner of this skin's UUID. This does not mean it is the uuid of the player whom this skin is set ot, it means the online uuid according to api.mojang.com.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object