Package org.spongepowered.api.util
Interface BlockReaderAwareMatcher<T>
-
public interface BlockReaderAwareMatcher<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BlockReaderAwareMatcher<BlockState>
allBlocks()
static BlockReaderAwareMatcher<BlockState>
forBlock(BlockState filter)
static BlockReaderAwareMatcher<BlockState>
forBlock(BlockType type)
boolean
test(@Nullable T value, PrimitiveGameVolume volume, Vector3i position)
-
-
-
Method Detail
-
allBlocks
static BlockReaderAwareMatcher<BlockState> allBlocks()
-
forBlock
static BlockReaderAwareMatcher<BlockState> forBlock(BlockState filter)
-
forBlock
static BlockReaderAwareMatcher<BlockState> forBlock(BlockType type)
-
test
boolean test(@Nullable T value, PrimitiveGameVolume volume, Vector3i position)
-
-