Class PlotClaim

java.lang.Object
com.palmergames.bukkit.towny.tasks.PlotClaim
All Implemented Interfaces:
Runnable

public class PlotClaim extends Object implements Runnable
Author:
ElgarL
  • Constructor Details

    • PlotClaim

      public PlotClaim(Towny plugin, org.bukkit.entity.Player player, Resident resident, List<WorldCoord> selection, boolean claim, boolean admin, boolean groupClaim)
      Parameters:
      plugin - reference to towny
      player - Doing the claiming, or null
      selection - List of WoorldCoords to claim/unclaim
      claim - or unclaim
      admin - - is this admin overrided.
      resident - - see player parameter
      groupClaim - Indicates whether the claim is part of a plot group claim.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable