Class PlotClaim
java.lang.Object
com.palmergames.bukkit.towny.tasks.PlotClaim
- All Implemented Interfaces:
Runnable
- Author:
- ElgarL
-
Constructor Summary
ConstructorDescriptionPlotClaim
(Towny plugin, org.bukkit.entity.Player player, Resident resident, List<WorldCoord> selection, boolean claim, boolean admin, boolean groupClaim) -
Method Summary
-
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 townyplayer
- Doing the claiming, or nullresident
- - see player parameterselection
- List of WoorldCoords to claim/unclaimclaim
- or unclaimadmin
- - is this admin overrided.groupClaim
- Indicates whether the claim is part of a plot group claim.
-
-
Method Details