mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-17 21:11:26 +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));
|
this.clipboard = new BlockArrayClipboard(region, ReadOnlyClipboard.of(session, region));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public @Nullable Clipboard getClipboard() {
|
||||||
|
return clipboard;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Forwards to paste(world, to, true, true, null)
|
* Forwards to paste(world, to, true, true, null)
|
||||||
* @param world
|
* @param world
|
||||||
|
Loading…
Reference in New Issue
Block a user