Class PlayerSkinPartTexture

java.lang.Object
com.hypixel.hytale.server.core.cosmetics.PlayerSkinPartTexture

public class PlayerSkinPartTexture extends Object
  • Field Details

    • texture

      private String texture
    • baseColor

      private String[] baseColor
  • Constructor Details

    • PlayerSkinPartTexture

      protected PlayerSkinPartTexture(@Nonnull org.bson.BsonDocument doc)
  • Method Details

    • getTexture

      public String getTexture()
    • getBaseColor

      public String[] getBaseColor()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object