Class MapPalette
java.lang.Object
net.elytrium.limboapi.api.protocol.map.MapPalette
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic int[]imageToBytes(BufferedImage image) Deprecated, for removal: This API element is subject to removal in a future version.static int[]imageToBytes(BufferedImage image, com.velocitypowered.api.network.ProtocolVersion version) Deprecated, for removal: This API element is subject to removal in a future version.static bytetryFastMatchColor(int rgb, com.velocitypowered.api.network.ProtocolVersion version) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
MapPalette
public MapPalette()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
imageToBytes
Deprecated, for removal: This API element is subject to removal in a future version. -
imageToBytes
public static int[] imageToBytes(BufferedImage image, com.velocitypowered.api.network.ProtocolVersion version) Deprecated, for removal: This API element is subject to removal in a future version. -
tryFastMatchColor
public static byte tryFastMatchColor(int rgb, com.velocitypowered.api.network.ProtocolVersion version) Deprecated, for removal: This API element is subject to removal in a future version.
-