public class TargetMatcherSet extends Object
| Constructor and Description |
|---|
TargetMatcherSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(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(Target target) |
String |
toString() |
public boolean add(TargetMatcher matcher)
public boolean test(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)
Copyright © 2015. All Rights Reserved.