Class WithdrawAllEvent


  • public class WithdrawAllEvent
    extends AbstractEvent
    This class represents a withdrawal event for an item in a bank, providing various methods to customize the event.
    • Constructor Detail

      • WithdrawAllEvent

        public WithdrawAllEvent​(int itemId)
      • WithdrawAllEvent

        public WithdrawAllEvent​(java.lang.String itemName)
      • WithdrawAllEvent

        public WithdrawAllEvent​(Item item)
      • WithdrawAllEvent

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

        public WithdrawAllEvent​(ItemVariant variant)