3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-12-25 02:20:07 +01:00
Dieser Commit ist enthalten in:
TomyLobo 2013-07-31 10:36:18 +02:00
Ursprung 9f4d470f7d
Commit e787013bad

Datei anzeigen

@ -106,7 +106,7 @@ public interface Region extends Iterable<BlockVector>, Cloneable {
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.
*
* @param pt
* @return