geforkt von Mirrors/FastAsyncWorldEdit
Added Javadocs for EditSession.stackCuboidRegion()
Dieser Commit ist enthalten in:
Ursprung
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 {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren