Class ItemFilters.Type

    • Field Detail

      • typeId

        private final java.lang.String typeId
    • Constructor Detail

      • Type

        Type​(java.lang.String typeId)
    • Method Detail

      • getTypeId

        public java.lang.String getTypeId()
      • getPredicate

        public IPredicate<IItem> getPredicate​(IType<IItem> type)
        Parameters:
        type - the item type to get a predicate for
        Returns:
        a predicate to use for items of the supplied type