Interface BlockTypeFilter

All Superinterfaces:
Predicate<Block>
All Known Implementing Classes:
BlockTypeFilter.Blocks, BlockTypeFilter.Tag

public sealed interface BlockTypeFilter extends Predicate<Block> permits BlockTypeFilter.Blocks, BlockTypeFilter.Tag