mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Javadoc
This commit is contained in:
parent
5207981fb2
commit
f641fc1716
@ -186,10 +186,17 @@ public interface Clipboard extends Extent, Iterable<BlockVector3>, Closeable, Fl
|
||||
return apply(region, filter);
|
||||
}
|
||||
|
||||
/**
|
||||
* Close the clipboard. May not allow further reading of the clipboard if saved on disk.
|
||||
*/
|
||||
@Override
|
||||
default void close() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Flush the clipboard if appropriate. Only does something if using clipboard-on-disk. Blocking method and ensures all data
|
||||
* is saved to disk for any further operation with the clipboard.
|
||||
*/
|
||||
@Override
|
||||
default void flush() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user