Class SearchBelow
java.lang.Object
com.hypixel.hytale.builtin.portals.utils.posqueries.generators.SearchBelow
- All Implemented Interfaces:
SpatialQuery
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
height
private final int height
-
-
Constructor Details
-
SearchBelow
public SearchBelow(int height)
-
-
Method Details
-
createCandidates
public Stream<Vector3d> createCandidates(World world, Vector3d origin, @Nullable SpatialQueryDebug debug) - Specified by:
createCandidatesin interfaceSpatialQuery
-