Interface BlockChangeCollector

All Known Subinterfaces:
CapturingExtent, FakeWorld

public interface BlockChangeCollector
Representing a block change collector which provides Changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    The collected changes
    void
    location(com.sk89q.worldedit.util.Location location)
     
  • Method Details

    • location

      void location(com.sk89q.worldedit.util.Location location)
    • changes

      Changes changes()
      The collected changes
      Returns:
      changes