public interface IToolStation
| Modifier and Type | Method and Description |
|---|---|
default boolean |
damageTool(ConstructionTool tool,
boolean simulate)
Damages the specified tool in the table if it is found
|
IFilteredInventory |
getTileInventory() |
int |
getToolSlot(Item tool) |
default boolean damageTool(ConstructionTool tool, boolean simulate)
tool - Tool to be damagedsimulate - Should we only check for the existence of the tool?int getToolSlot(Item tool)
IFilteredInventory getTileInventory()