Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-09 21:10:05 +01:00
Fixed a typo.
Dieser Commit ist enthalten in:
Ursprung
9b37fb98ac
Commit
98e466d371
@ -103,7 +103,7 @@ public interface Region extends Iterable<BlockVector>, Cloneable {
|
||||
* @param change
|
||||
* @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,
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren