Class BukkitImageViewer

java.lang.Object
com.fastasyncworldedit.bukkit.util.image.BukkitImageViewer
All Implemented Interfaces:
ImageViewer, Closeable, AutoCloseable

@Deprecated(forRemoval=true, since="2.13.1") public class BukkitImageViewer extends Object implements ImageViewer
Deprecated, for removal: This API element is subject to removal in a future version.
for removal with no replacement. Out of scope for FAWE.
  • 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
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    view(Drawable drawable)
    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

    • BukkitImageViewer

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

    • selectFrame

      public void selectFrame(ItemFrame start)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getItemFrames

      public ItemFrame[][] getItemFrames()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • view

      public void view(Drawable drawable)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      view in interface ImageViewer
    • refresh

      public void refresh()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • close

      public void close() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException