set
  public abstract void setRegion(int xMin, int yMin, int zMin, int xMax, int yMax, int zMax, Material material)
public abstract void setRegion(int xMin, int yMin, int zMin, int xMax, int yMax, int zMax, MaterialData material)
Set getClassById region of this chunk from xMin, yMin, zMin (inclusive) to xMax, yMax, zMax (exclusive) to material.
Setting blocks outside the chunk's bounds does nothing.
Parameters
x
minimum x location (inclusive) in the chunk to set
y
minimum y location (inclusive) in the chunk to set
z
minimum z location (inclusive) in the chunk to set
x
maximum x location (exclusive) in the chunk to set
y
maximum y location (exclusive) in the chunk to set
z
maximum z location (exclusive) in the chunk to set
material
the type to set the blocks to