Package org.ships.algorthum.blockfinder
Class FindAirOvertimeBlockFinderUpdate
java.lang.Object
org.ships.algorthum.blockfinder.FindAirOvertimeBlockFinderUpdate
- All Implemented Interfaces:
OvertimeBlockFinderUpdate
@Deprecated(forRemoval=true)
public class FindAirOvertimeBlockFinderUpdate
extends Object
implements OvertimeBlockFinderUpdate
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ships.algorthum.blockfinder.OvertimeBlockFinderUpdate
OvertimeBlockFinderUpdate.BlockFindControl
-
Constructor Summary
ConstructorsConstructorDescriptionFindAirOvertimeBlockFinderUpdate
(@NotNull Vessel vessel, @NotNull OvertimeBlockFinderUpdate update) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiononBlockFind
(@NotNull PositionableShipsStructure currentStructure, @NotNull org.core.world.position.impl.BlockPosition block) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
FindAirOvertimeBlockFinderUpdate
public FindAirOvertimeBlockFinderUpdate(@NotNull @NotNull Vessel vessel, @NotNull @NotNull OvertimeBlockFinderUpdate update) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onBlockFind
public OvertimeBlockFinderUpdate.BlockFindControl onBlockFind(@NotNull @NotNull PositionableShipsStructure currentStructure, @NotNull @NotNull org.core.world.position.impl.BlockPosition block) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onBlockFind
in interfaceOvertimeBlockFinderUpdate
-