Uses of Class
net.minecraft.world.level.blockscan.BlockMatcher
Packages that use BlockMatcher
Package
Description
-
Uses of BlockMatcher in net.minecraft.server.level
Methods in net.minecraft.server.level that return BlockMatcher -
Uses of BlockMatcher in net.minecraft.world.level
Methods in net.minecraft.world.level that return BlockMatcherModifier and TypeMethodDescriptiondefault BlockMatcherLevelReader.findBlocksIn(BlockPos from, BlockPos to) default BlockMatcherLevelReader.findBlocksIn(AABB box) -
Uses of BlockMatcher in net.minecraft.world.level.blockscan
Subclasses of BlockMatcher in net.minecraft.world.level.blockscanMethods in net.minecraft.world.level.blockscan that return BlockMatcherModifier and TypeMethodDescriptionBlockMatcher.filterPosition(BiPredicate<BlockState, BlockPos> predicate) Neo: Filter against the state and position context, after the states are filtered.BoxBlockMatcher.filterPosition(BiPredicate<BlockState, BlockPos> predicate) OrderedBlockMatcher.filterPosition(BiPredicate<BlockState, BlockPos> predicate) BlockMatcher.filterState(Predicate<BlockState> predicate)