Package net.eternalclient.api.events
Class DropAllEvent.State
- java.lang.Object
-
- net.eternalclient.api.events.DropAllEvent.State
-
- Enclosing class:
- DropAllEvent
public class DropAllEvent.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description DropAllEvent
instance
java.util.function.Predicate<Item>
notExcludedPredicate
java.util.function.Predicate<Item>
toDrop
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DropAllEvent
getInstance()
java.util.function.Predicate<Item>
getNotExcludedPredicate()
java.util.function.Predicate<Item>
getToDrop()
void
setInstance(DropAllEvent instance)
void
setNotExcludedPredicate(java.util.function.Predicate<Item> notExcludedPredicate)
void
setToDrop(java.util.function.Predicate<Item> toDrop)
-
-
-
Field Detail
-
instance
public DropAllEvent instance
-
toDrop
public java.util.function.Predicate<Item> toDrop
-
notExcludedPredicate
public java.util.function.Predicate<Item> notExcludedPredicate
-
-
Method Detail
-
getInstance
public DropAllEvent getInstance()
-
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)
-
-