public interface InteractEvent extends GameEvent, Cancellable, CauseTracked
Modifier and Type | Method and Description |
---|---|
Optional<com.flowpowered.math.vector.Vector3d> |
getInteractionPoint()
Gets the point of interaction where the interaction occurred as a
Vector3d . |
getCallbacks
isCancelled, setCancelled
getCause
Optional<com.flowpowered.math.vector.Vector3d> getInteractionPoint()
Vector3d
.
Depending on the interaction, this may or may not be known(hence the optional).
Optional.absent()
if not known