Package org.spongepowered.api.util
Interface BlockReaderAwareMatcher<T>
public interface BlockReaderAwareMatcher<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic BlockReaderAwareMatcher<BlockState>
static BlockReaderAwareMatcher<BlockState>
forBlock
(BlockState filter) static BlockReaderAwareMatcher<BlockState>
boolean
test
(@Nullable T value, PrimitiveGameVolume volume, Vector3i position)
-
Method Details
-
allBlocks
-
forBlock
-
forBlock
-
test
-