Interface BlockChangeCollector
- All Known Subinterfaces:
CapturingExtent,FakeWorld
public interface BlockChangeCollector
Representing a block change collector which provides
Changes.-
Method Summary
-
Method Details
-
location
void location(com.sk89q.worldedit.util.Location location) -
changes
Changes changes()The collected changes- Returns:
- changes
-