SyncStaticMapView-Archive icon

SyncStaticMapView-Archive -----

Synchronize static map across servers | Async | Permission control display | Upload image



1.1.0
  • Completion API method
    If you access "only Async" on the primary thread, you will get a RuntimeException("Cannot operate database in primary thread!") error
    • SyncMap
      • MapData createData()
      • MapRedirect createRedirect(int priority, String permission, int redirectId)
      • MapData fromBukkit(MapView mapView)
      • MapData fromImage(BufferedImage image)
      • BufferedImage toImage(MapData mapData)
      • boolean existData(int mapId) throws SQLException only Async
      • int createData(MapData mapData) throws SQLException only Async
      • MapData getData(int mapId) throws SQLException only Async
      • boolean setRedirect(int mapId, MapRedirect mapRedirect) throws SQLException only Async
      • List<MapRedirect> getRedirects(int mapId) throws SQLException only Async
      • boolean deleteRedirects(int mapId) throws SQLException only Async
      • boolean deleteRedirect(int mapId, String permission) throws SQLException only Async
      • boolean deleteRedirect(int mapId, int priority) throws SQLException only Async
    • MapData
      • byte[] getPixels()
      • byte getPixel(int x, int y)
      • void setPixel(int x, int y, byte color)
      • Color getColor(int x, int y)
      • void setColor(int x, int y, Color color)
      • void setColorTransparent(int x, int y)
      • void setRGB(int x, int y, int rgb)
      • void setRGB(int x, int y, int r, int g, int b)
      • BufferedImage toImage()
      • int getWidth()
      • int getHeight()
----------, Sep 21, 2021
Resource Information
Author:
----------
Total Downloads: 2,831
First Release: Sep 19, 2021
Last Update: Mar 19, 2023
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings