Class RegionLister

java.lang.Object
com.sk89q.worldguard.commands.task.RegionLister
All Implemented Interfaces:
Callable<Integer>

public class RegionLister extends Object implements Callable<Integer>
  • Constructor Details

    • RegionLister

      public RegionLister(RegionManager manager, com.sk89q.worldedit.extension.platform.Actor sender, String world)
  • Method Details

    • getPage

      public int getPage()
    • setPage

      public void setPage(int page)
    • filterByIntersecting

      public void filterByIntersecting(ProtectedRegion region)
    • filterOwnedByName

      public void filterOwnedByName(String name, boolean nameOnly)
    • filterIdByMatch

      public void filterIdByMatch(String idFilter)
    • call

      public Integer call() throws Exception
      Specified by:
      call in interface Callable<Integer>
      Throws:
      Exception