classpublicabstractPriority 1
UseBlockEvent
com.hypixel.hytale.server.core.event.events.ecs.UseBlockEvent
extends EcsEvent
6
Methods
6
Public Methods
4
Fields
1
Constructors
Constructors
public
UseBlockEvent(InteractionType interactionType, InteractionContext context, Vector3i targetBlock, BlockType blockType)Methods
Public Methods (6)
public
BlockType getBlockType()@Nonnull
public
InteractionContext getContext()@Nonnull
public
InteractionType getInteractionType()@Nonnull
public
Vector3i getTargetBlock()@Nonnull
public
boolean isCancelled()@Override
public
void setCancelled(boolean cancelled)@Override
Fields
Private/Package Fields (4)
private
BlockType blockTypeprivate
InteractionContext contextprivate
InteractionType interactionTypeprivate
Vector3i targetBlock