Uses of Record Class
io.hymods.lib.data.RaycastResult
Packages that use RaycastResult
-
Uses of RaycastResult in io.hymods.lib.data
Fields in io.hymods.lib.data declared as RaycastResultModifier and TypeFieldDescriptionstatic final RaycastResultRaycastResult.MISSConstant representing a miss (no hit) -
Uses of RaycastResult in io.hymods.lib.utils
Methods in io.hymods.lib.utils that return RaycastResultModifier and TypeMethodDescriptionstatic RaycastResultRaycastUtils.raycast(com.hypixel.hytale.server.core.universe.world.World world, com.hypixel.hytale.math.vector.Vector3d origin, com.hypixel.hytale.math.vector.Vector3d direction, double maxDistance) Performs a raycast from an origin point in a directionstatic RaycastResultRaycastUtils.raycast(com.hypixel.hytale.server.core.universe.world.World world, com.hypixel.hytale.math.vector.Vector3d origin, com.hypixel.hytale.math.vector.Vector3d direction, double maxDistance, boolean checkBlocks, boolean checkEntities) Performs a raycast with options for what to checkstatic RaycastResultRaycastUtils.raycast(com.hypixel.hytale.server.core.universe.world.World world, com.hypixel.hytale.math.vector.Vector3d origin, com.hypixel.hytale.math.vector.Vector3d direction, double maxDistance, boolean checkBlocks, boolean checkEntities, com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> excludeEntity) Performs a raycast with options for what to check and entity exclusionstatic RaycastResultRaycastUtils.raycastFromPlayer(com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> playerRef, com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> store, com.hypixel.hytale.server.core.universe.world.World world, double maxDistance) Performs a raycast from a player's eye positionMethods in io.hymods.lib.utils with parameters of type RaycastResultModifier and TypeMethodDescriptionstatic InspectionResultInspectionUtils.inspectRaycastResult(com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> store, RaycastResult result, InspectionOptions options)