Home > server > RaycastHit
A hit result from a raycast.
Signature:
export type RaycastHit = {
hitBlock?: Block;
hitEntity?: Entity;
hitPoint: Vector3Like;
hitDistance: number;
};References: Block, Entity, Vector3Like
Home > server > RaycastHit
A hit result from a raycast.
Signature:
export type RaycastHit = {
hitBlock?: Block;
hitEntity?: Entity;
hitPoint: Vector3Like;
hitDistance: number;
};References: Block, Entity, Vector3Like