Uses of Interface
zombie.util.lambda.Invokers.Params2.Boolean.ICallback
Packages that use Invokers.Params2.Boolean.ICallback
Package
Description
-
Uses of Invokers.Params2.Boolean.ICallback in zombie.characters
Methods in zombie.characters with parameters of type Invokers.Params2.Boolean.ICallbackModifier and TypeMethodDescription<T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate) <T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate, PZArrayList<ItemContainer> containerList) <T> PZArrayList<ItemContainer> IsoGameCharacter.getContextWorldContainersInObjects(IsoObject[] contextObjects, T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate, PZArrayList<ItemContainer> containerList) -
Uses of Invokers.Params2.Boolean.ICallback in zombie.inventory
Methods in zombie.inventory with parameters of type Invokers.Params2.Boolean.ICallbackModifier and TypeMethodDescription<T> booleanItemContainer.contains(T itemToCompare, Invokers.Params2.Boolean.ICallback<T, InventoryItem> predicate, boolean doInv) <T> InventoryItemItemContainer.findItem(T itemToCompare, Invokers.Params2.Boolean.ICallback<T, InventoryItem> predicate, boolean doInv) -
Uses of Invokers.Params2.Boolean.ICallback in zombie.iso
Methods in zombie.iso with parameters of type Invokers.Params2.Boolean.ICallbackModifier and TypeMethodDescription<T> PZArrayList<ItemContainer> IsoGridSquare.getAllContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate, PZArrayList<ItemContainer> containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getAllContainersFromAdjacentSquare(IsoDirections dir, T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate, PZArrayList<ItemContainer> containerList) <T> PZArrayList<ItemContainer> IsoObject.getContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate, PZArrayList<ItemContainer> containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getObjectContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate, PZArrayList<ItemContainer> containerList) <T> PZArrayList<ItemContainer> IsoGridSquare.getVehicleItemContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate) <T> PZArrayList<ItemContainer> IsoGridSquare.getVehicleItemContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate, PZArrayList<ItemContainer> containerList) -
Uses of Invokers.Params2.Boolean.ICallback in zombie.util.lambda
Subinterfaces of Invokers.Params2.Boolean.ICallback in zombie.util.lambdaModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Uses of Invokers.Params2.Boolean.ICallback in zombie.util.list
Methods in zombie.util.list with parameters of type Invokers.Params2.Boolean.ICallbackModifier and TypeMethodDescriptionvoidPZArrayList.addUnique(E newItem, Invokers.Params2.Boolean.ICallback<E, E> comparator) <E1> booleanPZArrayList.contains(E1 o, Invokers.Params2.Boolean.ICallback<E1, E> comparator) <E1> intPZArrayList.indexOf(E1 o, Invokers.Params2.Boolean.ICallback<E1, E> comparator) -
Uses of Invokers.Params2.Boolean.ICallback in zombie.vehicles
Methods in zombie.vehicles with parameters of type Invokers.Params2.Boolean.ICallbackModifier and TypeMethodDescription<T> PZArrayList<ItemContainer> BaseVehicle.getVehicleItemContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate) <T> PZArrayList<ItemContainer> BaseVehicle.getVehicleItemContainers(T paramToCompare, Invokers.Params2.Boolean.ICallback<T, ItemContainer> isValidPredicate, PZArrayList<ItemContainer> containerList)