HyCodeYourTale
classpublicPriority 3

SearchCone

com.hypixel.hytale.builtin.portals.utils.posqueries.generators.SearchCone

implements SpatialQuery

1

Methods

1

Public Methods

5

Fields

2

Constructors

Constructors

public
SearchCone(Vector3d direction, double radius, double maxDegrees, int attempts)
public
SearchCone(Vector3d direction, double minRadius, double maxRadius, double maxDegrees, int attempts)

Methods

Public Methods (1)

public
Stream<Vector3d> createCandidates(World world, Vector3d origin, SpatialQueryDebug debug)
@Override

Fields

Private/Package Fields (5)

privateint attempts
privateVector3d direction
privatedouble maxDegrees
privatedouble maxRadius
privatedouble minRadius

Related Classes