Class SearchCone
java.lang.Object
com.hypixel.hytale.builtin.portals.utils.posqueries.generators.SearchCone
- All Implemented Interfaces:
SpatialQuery
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSearchCone(Vector3d direction, double minRadius, double maxRadius, double maxDegrees, int attempts) SearchCone(Vector3d direction, double radius, double maxDegrees, int attempts) -
Method Summary
Modifier and TypeMethodDescriptioncreateCandidates(World world, Vector3d origin, SpatialQueryDebug debug) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.builtin.portals.utils.posqueries.SpatialQuery
debug, execute, filter, then
-
Field Details
-
direction
-
minRadius
private final double minRadius -
maxRadius
private final double maxRadius -
maxDegrees
private final double maxDegrees -
attempts
private final int attempts
-
-
Constructor Details
-
SearchCone
-
SearchCone
public SearchCone(Vector3d direction, double minRadius, double maxRadius, double maxDegrees, int attempts)
-
-
Method Details
-
createCandidates
public Stream<Vector3d> createCandidates(World world, Vector3d origin, @Nullable SpatialQueryDebug debug) - Specified by:
createCandidatesin interfaceSpatialQuery
-