ToolType
Link to tooltype
Builder to create a 'ToolType' loot condition.
This condition checks the tool that the LootContext reports as having been used to break a block or perform any other action is of the given ToolType.
The condition then passes if and only if a tool of the given type has been used to break the block.
If additional properties of the tool should be checked, combine this condition with a MatchTool condition without specifying the type.
导入类
Link to 导入类
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.loot.conditions.crafttweaker.ToolType;
已实现的接口
Link to 已实现的接口
ToolType implements the following interfaces. That means all methods defined in these interfaces are also available in ToolType
使用方式
Link to 使用方式