Interface BlockMatchTest
Tests is the block is the specified block.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionblock()The block to match.static BlockMatchTestCreates a new block match test.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
block
-
of
Creates a new block match test.- Parameters:
block- the block to match- Returns:
- the block match test
- Since:
- 3.0.0
-