Class TargetMatcherSet
java.lang.Object
com.sk89q.worldguard.bukkit.internal.TargetMatcherSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(com.sk89q.worldguard.blacklist.target.TargetMatcher matcher) boolean
test
(com.sk89q.worldguard.blacklist.target.Target target) boolean
test
(org.bukkit.block.Block block) boolean
test
(org.bukkit.block.BlockState state) boolean
test
(org.bukkit.inventory.ItemStack itemStack) boolean
test
(org.bukkit.Material material) toString()
-
Constructor Details
-
TargetMatcherSet
public TargetMatcherSet()
-
-
Method Details
-
add
public boolean add(com.sk89q.worldguard.blacklist.target.TargetMatcher matcher) -
test
public boolean test(com.sk89q.worldguard.blacklist.target.Target target) -
test
public boolean test(org.bukkit.Material material) -
test
public boolean test(org.bukkit.block.Block block) -
test
public boolean test(org.bukkit.block.BlockState state) -
test
public boolean test(org.bukkit.inventory.ItemStack itemStack) -
toString
-