Class FlatMapQuery
java.lang.Object
com.hypixel.hytale.builtin.portals.utils.posqueries.predicates.generic.FlatMapQuery
- 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
-
generator
-
expand
-
-
Constructor Details
-
FlatMapQuery
-
-
Method Details
-
createCandidates
public Stream<Vector3d> createCandidates(World world, Vector3d origin, @Nullable SpatialQueryDebug debug) - Specified by:
createCandidatesin interfaceSpatialQuery
-