We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f200b44 commit 3a62335Copy full SHA for 3a62335
rebar/src/main/kotlin/io/github/pylonmc/rebar/block/base/RebarFacadeBlock.kt
@@ -13,7 +13,7 @@ import org.bukkit.inventory.EquipmentSlot
13
* Represents a block that takes the form of another block when right clicked, such as fluid
14
* pipes and cargo ducts.
15
*/
16
-interface RebarFacadeBlock : RebarInteractBlock, RebarBreakHandler {
+interface RebarFacadeBlock : RebarInteractBlock {
17
18
/**
19
* Implemented automatically by any class that extends PylonBlock
0 commit comments