Class FlightPathBuilder
java.lang.Object
org.ships.movement.autopilot.path.FlightPathBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCheckpoint
(FlightCheckpoint checkpoint) build()
getName()
org.core.platform.plugin.Plugin
boolean
ofAutopilot
(@NotNull org.core.world.position.impl.BlockPosition vesselPosition, @NotNull org.core.vector.type.Vector3<Integer> to, @Nullable Integer flightHeight) setAsExact
(boolean asExact) setPlugin
(org.core.platform.plugin.Plugin plugin)
-
Constructor Details
-
FlightPathBuilder
public FlightPathBuilder()
-
-
Method Details
-
build
-
isAsExact
public boolean isAsExact() -
setAsExact
-
getCheckpoints
-
addCheckpoint
-
getPlugin
public org.core.platform.plugin.Plugin getPlugin() -
setPlugin
-
getName
-
setName
-
ofAutopilot
public FlightPathBuilder ofAutopilot(@NotNull @NotNull org.core.world.position.impl.BlockPosition vesselPosition, @NotNull @NotNull org.core.vector.type.Vector3<Integer> to, @Nullable @Nullable Integer flightHeight)
-