mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Added Javadocs for EditSession.stackCuboidRegion()
This commit is contained in:
parent
5d0316aa00
commit
7823aa2a6c
@ -579,6 +579,18 @@ public class EditSession {
|
|||||||
return affected;
|
return affected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stack a cuboid region.
|
||||||
|
*
|
||||||
|
* @param region
|
||||||
|
* @param xm
|
||||||
|
* @param ym
|
||||||
|
* @param zm
|
||||||
|
* @param count
|
||||||
|
* @param copyAir
|
||||||
|
* @return number of blocks affected
|
||||||
|
* @throws MaxChangedBlocksException
|
||||||
|
*/
|
||||||
public int stackCuboidRegion(Region region, int xm, int ym, int zm,
|
public int stackCuboidRegion(Region region, int xm, int ym, int zm,
|
||||||
int count, boolean copyAir)
|
int count, boolean copyAir)
|
||||||
throws MaxChangedBlocksException {
|
throws MaxChangedBlocksException {
|
||||||
|
Loading…
Reference in New Issue
Block a user