Class DepositAllEvent


  • public class DepositAllEvent
    extends AbstractEvent
    This class represents an event for depositing all items in the inventory into the bank.
    • Constructor Detail

      • DepositAllEvent

        public DepositAllEvent​(java.lang.String... names)
      • DepositAllEvent

        public DepositAllEvent​(java.util.function.Predicate<Item> predicate)
      • DepositAllEvent

        public DepositAllEvent​(int... ids)
      • DepositAllEvent

        public DepositAllEvent()