Interface RebarBlockInteractor
-
- All Implemented Interfaces:
-
io.github.pylonmc.rebar.item.base.RebarCooldownable
public interface RebarBlockInteractor implements RebarCooldownable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRebarBlockInteractor.Companion
-
Method Summary
Modifier and Type Method Description voidonUsedToClickBlock(PlayerInteractEvent event, EventPriority priority)May be fired twice (once for each hand), and is fired for both left and right clicks. default BooleanrespectCooldown()-
-
Method Detail
-
onUsedToClickBlock
void onUsedToClickBlock(PlayerInteractEvent event, EventPriority priority)
May be fired twice (once for each hand), and is fired for both left and right clicks.
-
respectCooldown
default Boolean respectCooldown()
-
-
-
-