Class CustomizationManager
java.lang.Object
zombie.network.CustomizationManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffer
compressToByteBuffer
(BufferedImage bufferedImage) static ByteBuffer
convertToByteBuffer
(BufferedImage bufferedImage) static double
getIconRatio
(BufferedImage bufferedImage1, BufferedImage bufferedImage0) static CustomizationManager
void
load()
static ByteBuffer
loadAndResizeInstance
(BufferedImage bufferedImage1, int int0, int int1) static ByteBuffer
loadCompressAndResizeInstance
(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
-