HyCodeYourTale
classpublicPriority 1

PlaceBlockEvent

com.hypixel.hytale.server.core.event.events.ecs.PlaceBlockEvent

extends CancellableEcsEvent

5

Methods

5

Public Methods

3

Fields

1

Constructors

Constructors

public
PlaceBlockEvent(ItemStack itemInHand, Vector3i targetBlock, RotationTuple rotation)

Methods

Public Methods (5)

public
ItemStack getItemInHand()
@Nullable
public
RotationTuple getRotation()
@Nonnull
public
Vector3i getTargetBlock()
@Nonnull
public
void setRotation(RotationTuple rotation)
public
void setTargetBlock(Vector3i targetBlock)

Fields

Private/Package Fields (3)

privateItemStack itemInHand
privateRotationTuple rotation
privateVector3i targetBlock

Related Classes