Class SlotNameInList
java.lang.Object
games.stendhal.server.entity.slot.SlotNameInList
a predicate which tests that the name of a slot is in list
- Author:
- hendrik
-
Constructor Summary
ConstructorDescriptionSlotNameInList(List<String> slotNames)
a predicate which tests that the name of a slot is in list -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
SlotNameInList
a predicate which tests that the name of a slot is in list- Parameters:
slotNames
-
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<RPSlot>
-