Class HttpTexture

All Implemented Interfaces:
AutoCloseable

public class HttpTexture extends SimpleTexture
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • SKIN_WIDTH

      private static final int SKIN_WIDTH
      See Also:
    • SKIN_HEIGHT

      private static final int SKIN_HEIGHT
      See Also:
    • LEGACY_SKIN_HEIGHT

      private static final int LEGACY_SKIN_HEIGHT
      See Also:
    • file

      @Nullable private final File file
    • urlString

      private final String urlString
    • processLegacySkin

      private final boolean processLegacySkin
    • onDownloaded

      @Nullable private final Runnable onDownloaded
    • future

      @Nullable private CompletableFuture<?> future
    • uploaded

      private boolean uploaded
  • Constructor Details

  • Method Details