classpublicPriority 1
BreakBlockEvent
com.hypixel.hytale.server.core.event.events.ecs.BreakBlockEvent
extends CancellableEcsEvent
4
Methods
4
Public Methods
3
Fields
1
Constructors
Constructors
public
BreakBlockEvent(ItemStack itemInHand, Vector3i targetBlock, BlockType blockType)Methods
Public Methods (4)
public
BlockType getBlockType()@Nonnull
public
ItemStack getItemInHand()@Nullable
public
Vector3i getTargetBlock()@Nonnull
public
void setTargetBlock(Vector3i targetBlock)Fields
Private/Package Fields (3)
private
BlockType blockTypeprivate
ItemStack itemInHandprivate
Vector3i targetBlock