Interface IToolType.Builder0
- Enclosing interface:
IToolType
public static interface IToolType.Builder0
-
Method Summary
Modifier and TypeMethodDescriptionlowestTierItem(ItemLike item) The wooden item, or any item of the type that has its destroy speed the same as or higher than woodlowestTierStack(Supplier<ItemStack> stack) The wooden stack, or any stack of the type that has its destroy speed the same as or higher than wood.
-
Method Details
-
lowestTierStack
The wooden stack, or any stack of the type that has its destroy speed the same as or higher than wood. -
lowestTierItem
The wooden item, or any item of the type that has its destroy speed the same as or higher than wood
-