mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Add getClipboard() method to Schematic class
This commit is contained in:
parent
64c00e4c3b
commit
4f6abeaaff
@ -45,6 +45,10 @@ public class Schematic {
|
||||
this.clipboard = new BlockArrayClipboard(region, ReadOnlyClipboard.of(session, region));
|
||||
}
|
||||
|
||||
public @Nullable Clipboard getClipboard() {
|
||||
return clipboard;
|
||||
}
|
||||
|
||||
/**
|
||||
* Forwards to paste(world, to, true, true, null)
|
||||
* @param world
|
||||
|
Loading…
Reference in New Issue
Block a user