Package org.ships.vessel.common.loader
Class ShipsUpdateBlockLoader
java.lang.Object
org.ships.vessel.common.loader.ShipsUpdateBlockLoader
- Direct Known Subclasses:
ShipsOvertimeUpdateBlockLoader
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.core.world.position.impl.sync.SyncBlockPosition
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionShipsUpdateBlockLoader
(org.core.world.position.impl.sync.SyncBlockPosition position) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionloadOvertime
(Consumer<? super LoadVesselException> ex) Deprecated, for removal: This API element is subject to removal in a future version.void
loadOvertime
(Consumer<? super Vessel> consumer, Consumer<? super LoadVesselException> ex) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
original
protected final org.core.world.position.impl.sync.SyncBlockPosition originalDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
ShipsUpdateBlockLoader
public ShipsUpdateBlockLoader(org.core.world.position.impl.sync.SyncBlockPosition position) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
loadOvertime
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 LoadVesselException> ex) Deprecated, for removal: This API element is subject to removal in a future version.
-