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
ConstructorsConstructorDescriptionBukkitImageViewer
(Player player) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated, for removal: This API element is subject to removal in a future version.ItemFrame[][]
Deprecated, for removal: This API element is subject to removal in a future version.void
refresh()
Deprecated, for removal: This API element is subject to removal in a future version.void
selectFrame
(ItemFrame start) 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.
-
Constructor Details
-
BukkitImageViewer
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
selectFrame
Deprecated, for removal: This API element is subject to removal in a future version. -
getItemFrames
Deprecated, for removal: This API element is subject to removal in a future version. -
view
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
view
in interfaceImageViewer
-
refresh
public void refresh()Deprecated, for removal: This API element is subject to removal in a future version. -
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-