Package org.ships.vessel.common.loader
Class ShipsOvertimeBlockFinder
java.lang.Object
org.ships.vessel.common.loader.ShipsOvertimeBlockFinder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionShipsOvertimeBlockFinder
(org.core.world.position.impl.BlockPosition position) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfromVessels
(Collection<? extends Vessel> vessels) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.void
loadOvertime
(Consumer<? super Vessel> consumer, Consumer<? super PositionableShipsStructure> exceptionRunner) Deprecated, for removal: This API element is subject to removal in a future version.loadOvertime
(Consumer<? super PositionableShipsStructure> exceptionRunner) Deprecated, for removal: This API element is subject to removal in a future version.void
loadOvertimeSynced
(Consumer<? super Vessel> consumer, Consumer<? super PositionableShipsStructure> exceptionRunner) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ShipsOvertimeBlockFinder
public ShipsOvertimeBlockFinder(org.core.world.position.impl.BlockPosition position) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
fromVessels
Deprecated, for removal: This API element is subject to removal in a future version. -
getVessels
Deprecated, for removal: This API element is subject to removal in a future version. -
loadOvertime
@Deprecated(forRemoval=true) public void loadOvertime(Consumer<? super Vessel> consumer, Consumer<? super PositionableShipsStructure> exceptionRunner) Deprecated, for removal: This API element is subject to removal in a future version. -
loadOvertime
public CompletableFuture<Vessel> loadOvertime(Consumer<? super PositionableShipsStructure> exceptionRunner) Deprecated, for removal: This API element is subject to removal in a future version. -
loadOvertimeSynced
@Deprecated(forRemoval=true) public void loadOvertimeSynced(Consumer<? super Vessel> consumer, Consumer<? super PositionableShipsStructure> exceptionRunner) Deprecated, for removal: This API element is subject to removal in a future version.
-