Class DropAllEvent.State

  • Enclosing class:
    DropAllEvent

    public class DropAllEvent.State
    extends java.lang.Object
    • Field Detail

      • toDrop

        public java.util.function.Predicate<Item> toDrop
      • notExcludedPredicate

        public java.util.function.Predicate<Item> notExcludedPredicate
    • Constructor Detail

      • State

        public State()
    • Method Detail

      • getToDrop

        public java.util.function.Predicate<Item> getToDrop()
      • getNotExcludedPredicate

        public java.util.function.Predicate<Item> getNotExcludedPredicate()
      • setInstance

        public void setInstance​(DropAllEvent instance)
      • setToDrop

        public void setToDrop​(java.util.function.Predicate<Item> toDrop)
      • setNotExcludedPredicate

        public void setNotExcludedPredicate​(java.util.function.Predicate<Item> notExcludedPredicate)