Package com.nexomc.nexo.utils.breaker
Class ModernBreakerManager
-
- All Implemented Interfaces:
-
com.nexomc.nexo.utils.Reloadable,com.nexomc.nexo.utils.breaker.BreakerManager
public final class ModernBreakerManager implements BreakerManager
-
-
Constructor Summary
Constructors Constructor Description ModernBreakerManager()
-
Method Summary
Modifier and Type Method Description Unitreload()UnitstartBlockBreak(Player player, Block block, CustomBlockMechanic mechanic)UnitstopBlockBreak(Player player)-
-
Method Detail
-
startBlockBreak
Unit startBlockBreak(Player player, Block block, CustomBlockMechanic mechanic)
-
stopBlockBreak
Unit stopBlockBreak(Player player)
-
-
-
-