Class DynamicDescendantFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void allow​(UniqueId uniqueId)  
      void allowAll​()  
      boolean test​(UniqueId uniqueId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, isEqual, negate, or
    • Constructor Detail

      • DynamicDescendantFilter

        public DynamicDescendantFilter​()
    • Method Detail

      • allow

        public void allow​(UniqueId uniqueId)
      • allowAll

        public void allowAll​()
      • test

        public boolean test​(UniqueId uniqueId)
        Specified by:
        test in interface java.util.function.Predicate<UniqueId>