Class CustomizationManager
java.lang.Object
zombie.network.CustomizationManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffercompressToByteBuffer(BufferedImage bufferedImage, String string) static ByteBufferconvertToByteBuffer(BufferedImage bufferedImage) static doublegetIconRatio(BufferedImage bufferedImage1, BufferedImage bufferedImage0) static CustomizationManagervoidload()static ByteBufferloadAndResizeInstance(BufferedImage bufferedImage1, int int0, int int1) static ByteBufferloadCompressAndResizeInstance(BufferedImage bufferedImage1, int int0, int int1)
-
Constructor Details
-
CustomizationManager
public CustomizationManager()
-
-
Method Details
-
getInstance
-
load
public void load() -
getServerImageIcon
-
getServerImageLoginScreen
-
getServerImageLoadingScreen
-
getClientCustomBackground
-
loadCompressAndResizeInstance
public static ByteBuffer loadCompressAndResizeInstance(BufferedImage bufferedImage1, int int0, int int1) -
loadAndResizeInstance
-
getIconRatio
-
convertToByteBuffer
-
compressToByteBuffer
-