ItemFilter

interface ItemFilter<S : ItemFilter<S>>

Properties

Link copied to clipboard
abstract val type: ItemFilterType<S>

Functions

Link copied to clipboard
abstract fun allows(itemStack: ItemStack): Boolean
Link copied to clipboard
open fun toCompound(): Compound
Link copied to clipboard
abstract fun toItemStack(): ItemStack