HyCodeYourTale
classpublicPriority 1

PlayerMouseMotionEvent

com.hypixel.hytale.server.core.event.events.player.PlayerMouseMotionEvent

extends PlayerEvent

implements ICancellable

9

Methods

9

Public Methods

7

Fields

1

Constructors

Constructors

public
PlayerMouseMotionEvent(Ref<EntityStore> ref, Player player, long clientUseTime, Item itemInHand, Vector3i targetBlock, Entity targetEntity, Vector2f screenPoint, MouseMotionEvent mouseMotion)

Methods

Public Methods (9)

public
long getClientUseTime()
public
Item getItemInHand()
public
MouseMotionEvent getMouseMotion()
public
Vector2f getScreenPoint()
public
Vector3i getTargetBlock()
public
Entity getTargetEntity()
public
boolean isCancelled()
@Override
public
void setCancelled(boolean cancelled)
@Override
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (7)

privateboolean cancelled
privatelong clientUseTime
privateItem itemInHand
privateMouseMotionEvent mouseMotion
privateVector2f screenPoint
privateVector3i targetBlock
privateEntity targetEntity

Related Classes