Skip to content

Commit 3a62335

Browse files
committed
remove rebarbreakhandler from rebarfacadeblock
1 parent f200b44 commit 3a62335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar/src/main/kotlin/io/github/pylonmc/rebar/block/base/RebarFacadeBlock.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.bukkit.inventory.EquipmentSlot
1313
* Represents a block that takes the form of another block when right clicked, such as fluid
1414
* pipes and cargo ducts.
1515
*/
16-
interface RebarFacadeBlock : RebarInteractBlock, RebarBreakHandler {
16+
interface RebarFacadeBlock : RebarInteractBlock {
1717

1818
/**
1919
* Implemented automatically by any class that extends PylonBlock

0 commit comments

Comments
 (0)