Interface TagMatchTest
Tests if the block is in the specified block tag.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic TagMatchTestof(ResourceKey tag) Creates a new tag match test.static TagMatchTestCreates a new tag match test.tag()The tag to match.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
tag
-
of
Creates a new tag match test.- Parameters:
tag- the tag to match- Returns:
- the tag match test
- Since:
- 3.0.0
-
of
Creates a new tag match test.- Parameters:
tag- the tag to match- Returns:
- the tag match test
- Since:
- 3.0.0
-