Interface BlockStateMatchTest
Tests is the block for the specified
BlockData.- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe block state to match.static BlockStateMatchTestCreates a new block state match test.static BlockStateMatchTestCreates a new block state match test.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
blockState
-
of
Creates a new block state match test.- Parameters:
blockState- the block state to match- Returns:
- the block state match test
- Since:
- 3.0.0
-
of
Creates a new block state match test.- Parameters:
material- the material to match- Returns:
- the block state match test
- Since:
- 3.0.0
-