Package me.hackware.api.event.impl
Class RebreakArmedEvent
java.lang.Object
me.hackware.api.event.Event
me.hackware.api.event.impl.RebreakArmedEvent
Fired when a mined-out position becomes the armed rebreak target: from here until
the slot is dropped, anything re-placed on it is popped near-instantly. Placer
logic should either avoid the position or claim it via
MiningManager.abortRebreakAt(pos) before placing.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.BlockPosgetOwner()The owning request's ownership tag, or null for untagged work.Methods inherited from class me.hackware.api.event.Event
cancel, isCancelled
-
Constructor Details
-
RebreakArmedEvent
-
-
Method Details
-
getBlockPos
public net.minecraft.core.BlockPos getBlockPos() -
getOwner
The owning request's ownership tag, or null for untagged work.
-