Fixed crafting, deprecated now-unneeded API

This commit is contained in:
Auxilor
2022-03-01 10:24:38 +00:00
parent 79d6277d94
commit 4cb630d201
10 changed files with 138 additions and 227 deletions

View File

@@ -1,11 +0,0 @@
package com.willfp.eco.internal.spigot.proxy
import org.bukkit.block.Block
import org.bukkit.entity.Player
interface BlockBreakProxy {
fun breakBlock(
player: Player,
block: Block
)
}