Uses of Class
net.risingworld.api.utils.RaycastResult
Packages that use RaycastResult
- 
Uses of RaycastResult in net.risingworld.api.objectsMethod parameters in net.risingworld.api.objects with type arguments of type RaycastResultModifier and TypeMethodDescriptionvoidPlayer.raycast(float distance, int layerMask, boolean includeTriggers, Callback<RaycastResult> callback) Performs a raycast from the player view position to the player view direction.voidPlayer.raycast(int layerMask, Callback<RaycastResult> callback) Performs a raycast from the player view position to the player view direction.voidPlayer.raycast(Vector3f direction, float distance, int layerMask, boolean includeTriggers, Callback<RaycastResult> callback) Performs a raycast from the player view position to the provided direction.voidPlayer.raycastFromScreenPosition(float x, float y, boolean relative, float distance, int layerMask, boolean includeTriggers, Callback<RaycastResult> callback) Performs a raycast from the screen xy position.voidPlayer.raycastFromWorldPosition(Vector3f position, Vector3f direction, float distance, int layerMask, boolean includeTriggers, Callback<RaycastResult> callback) Performs a raycast from a world position.