Class InventoryEvent


  • public class InventoryEvent
    extends AbstractEvent
    A class representing an event related to inventory manipulation.
    • Constructor Detail

      • InventoryEvent

        public InventoryEvent​(Item item,
                              java.lang.String... actions)
      • InventoryEvent

        public InventoryEvent​(java.lang.String itemName,
                              java.lang.String... actions)
      • InventoryEvent

        public InventoryEvent​(java.lang.String itemName,
                              java.util.function.Predicate<java.lang.String> predicate)
      • InventoryEvent

        public InventoryEvent​(Item item,
                              java.util.function.Predicate<java.lang.String> predicate)
      • InventoryEvent

        public InventoryEvent​(Item item,
                              net.eternalclient.api.data.MenuAction action)