Interface BankTag
-
public interface BankTagA bank tag. Plugins may implement this interface to define custom bank tags. You may register a BankTag withTagManager.registerTag(String, BankTag)to make it searchable in the bank UI and tab interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(int itemId)Test if an item is in the tag
-