Class Skin

java.lang.Object
net.pinger.disguise.Skin

public class Skin extends Object
This class represents a type which can be used for changing the player's properties through the GameObject type.

Each skin has a Base64 encoded value and signature, which is used for the transformation.

Since:
1.0
  • Constructor Details

  • Method Details

    • getValue

      public String getValue()
      This method returns the encoded value of this skin.
      Returns:
      the value
    • getSignature

      public String getSignature()
      This method returns the encoded signature of this skin.
      Returns:
      the signature
    • toSkull

      public org.bukkit.inventory.ItemStack toSkull()
      Transforms this skin to a skull.

      This instance is created once the skin has been initialized.

      Returns:
      the skull from this item
    • getHandle

      @Nonnull public Object getHandle()
      This method returns the property handle for this skin.
      Returns:
      the handle
    • toJsonObject

      public com.google.gson.JsonObject toJsonObject()
      Returns a json representation of this object.
      Returns:
      the json representation