Package org.ships.vessel.common.loader
Class ShipsOvertimeUpdateBlockLoader
java.lang.Object
org.ships.vessel.common.loader.ShipsUpdateBlockLoader
org.ships.vessel.common.loader.ShipsOvertimeUpdateBlockLoader
- Direct Known Subclasses:
SignUtil.OnOvertimeAutoUpdate
@Deprecated(forRemoval=true)
public abstract class ShipsOvertimeUpdateBlockLoader
extends ShipsUpdateBlockLoader
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class org.ships.vessel.common.loader.ShipsUpdateBlockLoader
original
-
Constructor Summary
ConstructorsConstructorDescriptionShipsOvertimeUpdateBlockLoader
(@NotNull org.core.world.position.impl.sync.SyncBlockPosition position, boolean update) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protected abstract OvertimeBlockFinderUpdate.BlockFindControl
onBlockFind
(PositionableShipsStructure currentStructure, org.core.world.position.impl.BlockPosition block) Deprecated, for removal: This API element is subject to removal in a future version.protected abstract void
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract void
onStructureUpdate
(Vessel vessel) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.ships.vessel.common.loader.ShipsUpdateBlockLoader
loadOvertime, loadOvertime
-
Constructor Details
-
ShipsOvertimeUpdateBlockLoader
public ShipsOvertimeUpdateBlockLoader(@NotNull @NotNull org.core.world.position.impl.sync.SyncBlockPosition position, boolean update) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onStructureUpdate
Deprecated, for removal: This API element is subject to removal in a future version. -
onBlockFind
protected abstract OvertimeBlockFinderUpdate.BlockFindControl onBlockFind(PositionableShipsStructure currentStructure, org.core.world.position.impl.BlockPosition block) Deprecated, for removal: This API element is subject to removal in a future version. -
onExceptionThrown
Deprecated, for removal: This API element is subject to removal in a future version. -
loadOvertime
Deprecated, for removal: This API element is subject to removal in a future version.
-