Interface MiningCostCalculator
- All Known Implementing Classes:
EntityMiningCostCalculator
public interface MiningCostCalculator
-
Method Summary
Modifier and TypeMethodDescription@Nullable BlockMiningCostscalculateBlockBreakCost(ProjectedInventory inventory, net.minecraft.world.level.block.state.BlockState blockState, double breakBlockPenalty)
-
Method Details
-
calculateBlockBreakCost
@Nullable BlockMiningCosts calculateBlockBreakCost(ProjectedInventory inventory, net.minecraft.world.level.block.state.BlockState blockState, double breakBlockPenalty)
-