Class CustomizationManager

java.lang.Object
zombie.network.CustomizationManager

public class CustomizationManager extends Object
  • Constructor Details

    • CustomizationManager

      public CustomizationManager()
  • Method Details

    • getInstance

      public static CustomizationManager getInstance()
    • load

      public void load()
    • getServerImageIcon

      public ByteBuffer getServerImageIcon()
    • getServerImageLoginScreen

      public ByteBuffer getServerImageLoginScreen()
    • getServerImageLoadingScreen

      public ByteBuffer getServerImageLoadingScreen()
    • getClientCustomBackground

      public Texture getClientCustomBackground()
    • loadCompressAndResizeInstance

      public static ByteBuffer loadCompressAndResizeInstance(BufferedImage bufferedImage1, int int0, int int1)
    • loadAndResizeInstance

      public static ByteBuffer loadAndResizeInstance(BufferedImage bufferedImage1, int int0, int int1)
    • getIconRatio

      public static double getIconRatio(BufferedImage bufferedImage1, BufferedImage bufferedImage0)
    • convertToByteBuffer

      public static ByteBuffer convertToByteBuffer(BufferedImage bufferedImage)
    • compressToByteBuffer

      public static ByteBuffer compressToByteBuffer(BufferedImage bufferedImage)