mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-27 05:00:08 +08:00
Fixed a typo.
This commit is contained in:
parent
9b37fb98ac
commit
98e466d371
@ -103,7 +103,7 @@ public interface Region extends Iterable<BlockVector>, Cloneable {
|
|||||||
* @param change
|
* @param change
|
||||||
* @throws RegionOperationException
|
* @throws RegionOperationException
|
||||||
*/
|
*/
|
||||||
public void shift(Vector multiply) throws RegionOperationException;
|
public void shift(Vector change) throws RegionOperationException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true based on whether the region contains the point,
|
* Returns true based on whether the region contains the point,
|
||||||
|
Loading…
Reference in New Issue
Block a user