Package mcp.mobius.waila.api
Interface IToolType.Builder2
- Enclosing interface:
IToolType
public static interface IToolType.Builder2
-
Method Summary
Modifier and TypeMethodDescriptionitemPredicate
(Predicate<ItemStack> predicate) The stack predicate, used to check if the current stack is valid for the tool type.itemTag
(ResourceLocation tag) The item tag, used to check if the current stack is valid for the tool type.
-
Method Details
-
itemPredicate
The stack predicate, used to check if the current stack is valid for the tool type. -
itemTag
The item tag, used to check if the current stack is valid for the tool type. -
itemTag
-