public class InvertedStackFilter extends java.lang.Object implements IStackFilter
Constructor and Description |
---|
InvertedStackFilter(IStackFilter filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(net.minecraft.item.ItemStack stack)
Check to see if a given stack matches this filter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, getExamples
public InvertedStackFilter(IStackFilter filter)
public boolean matches(@Nonnull net.minecraft.item.ItemStack stack)
IStackFilter
matches
in interface IStackFilter
stack
- The stack to test. stack.isEmpty will always return false.