Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Javadoc
Dieser Commit ist enthalten in:
Ursprung
5207981fb2
Commit
f641fc1716
@ -186,10 +186,17 @@ public interface Clipboard extends Extent, Iterable<BlockVector3>, Closeable, Fl
|
|||||||
return apply(region, filter);
|
return apply(region, filter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Close the clipboard. May not allow further reading of the clipboard if saved on disk.
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
default void close() {
|
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
|
@Override
|
||||||
default void flush() {
|
default void flush() {
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren