Fixed crafting, deprecated now-unneeded API
This commit is contained in:
@@ -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
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user