Uses of Record Class
io.hymods.lib.data.RaycastResult

Packages that use RaycastResult
Package
Description
 
 
  • Uses of RaycastResult in io.hymods.lib.data

    Fields in io.hymods.lib.data declared as RaycastResult
    Modifier and Type
    Field
    Description
    static final RaycastResult
    RaycastResult.MISS
    Constant representing a miss (no hit)
  • Uses of RaycastResult in io.hymods.lib.utils

    Methods in io.hymods.lib.utils that return RaycastResult
    Modifier and Type
    Method
    Description
    RaycastUtils.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 direction
    RaycastUtils.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 check
    RaycastUtils.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 exclusion
    RaycastUtils.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 position
    Methods in io.hymods.lib.utils with parameters of type RaycastResult
    Modifier and Type
    Method
    Description
    InspectionUtils.inspectRaycastResult(com.hypixel.hytale.component.Store<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> store, RaycastResult result, InspectionOptions options)