Interface TextureProvider


  • public interface TextureProvider
    • Method Detail

      • getBrightness

        double getBrightness()
      • setBrightness

        void setBrightness​(double brightness)
        Set the brightness for textures, clearing the texture cache. .9 is the darkest value available in the standard options .6 is the brightest value
      • getTextures

        Texture[] getTextures()
        Get all textures
      • load

        int[] load​(int textureId)
        Get the pixels for a texture
      • getDefaultColor

        int getDefaultColor​(int textureID)
        Get the HSL color used when the texture isn't loaded yet