Uses of Enum Class
io.hymods.lib.data.RaycastResult.HitType
Packages that use RaycastResult.HitType
-
Uses of RaycastResult.HitType in io.hymods.lib.data
Subclasses with type arguments of type RaycastResult.HitType in io.hymods.lib.dataModifier and TypeClassDescriptionstatic enumEnum representing the type of hitMethods in io.hymods.lib.data that return RaycastResult.HitTypeModifier and TypeMethodDescriptionRaycastResult.hitType()Returns the value of thehitTyperecord component.static RaycastResult.HitTypeReturns the enum constant of this class with the specified name.static RaycastResult.HitType[]RaycastResult.HitType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.hymods.lib.data with parameters of type RaycastResult.HitTypeModifierConstructorDescriptionRaycastResult(com.hypixel.hytale.math.vector.Vector3d hitPosition, double distance, com.hypixel.hytale.server.core.asset.type.blocktype.config.BlockType blockType, com.hypixel.hytale.math.vector.Vector3d blockPosition, com.hypixel.hytale.component.Ref<com.hypixel.hytale.server.core.universe.world.storage.EntityStore> entityRef, String entityName, RaycastResult.HitType hitType) Creates an instance of aRaycastResultrecord class.