Class MapPalette

java.lang.Object
net.elytrium.limboapi.api.protocol.map.MapPalette

@Deprecated(forRemoval=true) public class MapPalette extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int[]
    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 byte
    tryFastMatchColor(int rgb, com.velocitypowered.api.network.ProtocolVersion version)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MapPalette

      public MapPalette()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • imageToBytes

      public static int[] imageToBytes(BufferedImage image)
      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.