mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-18 13:21:46 +01:00
Really remove construct flag.
This commit is contained in:
parent
104cdc023d
commit
9b2eff0a71
@ -149,17 +149,6 @@ public interface ApplicableRegionSet extends Iterable<ProtectedRegion> {
|
||||
*/
|
||||
<V> Collection<V> queryAllValues(@Nullable RegionAssociable subject, Flag<V> flag);
|
||||
|
||||
/**
|
||||
* Test whether the construct flag evaluates true for the given player.
|
||||
*
|
||||
* @param player the player
|
||||
* @return true if true
|
||||
* @deprecated The {@code CONSTRUCT} flag is being removed and is no longer
|
||||
* needed because flags now support groups assigned to them.
|
||||
*/
|
||||
@Deprecated
|
||||
boolean canConstruct(LocalPlayer player);
|
||||
|
||||
/**
|
||||
* Gets the state of a state flag. This cannot be used for the build flag.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user