Package mcp.mobius.waila.api
Interface IToolType.Builder1
- Enclosing interface:
IToolType
public static interface IToolType.Builder1
-
Method Summary
Modifier and TypeMethodDescriptionblockPredicate
(Predicate<BlockState> predicate) The block state predicate, used to check if the current block can be mined by the tool.blockTag
(ResourceLocation tag) The block tag, used to check if the current block can be mined by the tool.
-
Method Details
-
blockPredicate
The block state predicate, used to check if the current block can be mined by the tool. -
blockTag
The block tag, used to check if the current block can be mined by the tool. -
blockTag
-