public class TargetMatcherSet
extends java.lang.Object
| Constructor and Description |
|---|
TargetMatcherSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(com.sk89q.worldguard.blacklist.target.TargetMatcher matcher) |
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) |
boolean |
test(com.sk89q.worldguard.blacklist.target.Target target) |
java.lang.String |
toString() |
public boolean add(com.sk89q.worldguard.blacklist.target.TargetMatcher matcher)
public boolean test(com.sk89q.worldguard.blacklist.target.Target target)
public boolean test(org.bukkit.Material material)
public boolean test(org.bukkit.block.Block block)
public boolean test(org.bukkit.block.BlockState state)
public boolean test(org.bukkit.inventory.ItemStack itemStack)
public java.lang.String toString()
toString in class java.lang.Object