Class TargetMatcherSet

java.lang.Object
com.sk89q.worldguard.bukkit.internal.TargetMatcherSet

public class TargetMatcherSet extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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

      public String toString()
      Overrides:
      toString in class Object