Class DropAllEvent


  • public class DropAllEvent
    extends AbstractEvent
    This class represents an event in which all specified items are dropped, with the ability to exclude certain items from being dropped.
    • Constructor Detail

      • DropAllEvent

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

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

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

        public DropAllEvent()