Class LegacyModule.MigrateLegacySections
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.HolderSystem<ChunkStore>
com.hypixel.hytale.server.core.modules.migrations.ChunkColumnMigrationSystem
com.hypixel.hytale.server.core.modules.LegacyModule.MigrateLegacySections
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>
- Enclosing class:
LegacyModule
@Deprecated(forRemoval=true)
public static class LegacyModule.MigrateLegacySections
extends ChunkColumnMigrationSystem
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set<Dependency<ChunkStore>> Deprecated, for removal: This API element is subject to removal in a future version.private final Query<ChunkStore> Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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.getQuery()Deprecated, for removal: This API element is subject to removal in a future version.voidonEntityAdd(Holder<ChunkStore> holder, AddReason reason, Store<ChunkStore> store) Deprecated, for removal: This API element is subject to removal in a future version.voidonEntityRemoved(Holder<ChunkStore> holder, RemoveReason reason, Store<ChunkStore> store) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.hypixel.hytale.component.system.System
getComponentRegistrations, getResourceRegistrations, registerComponent, registerComponent, registerComponent, registerResource, registerResourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.system.ISystem
getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
QUERY
Deprecated, for removal: This API element is subject to removal in a future version. -
DEPENDENCIES
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
MigrateLegacySections
public MigrateLegacySections()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
onEntityAdd
public void onEntityAdd(@Nonnull Holder<ChunkStore> holder, @Nonnull AddReason reason, @Nonnull Store<ChunkStore> store) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onEntityAddin classHolderSystem<ChunkStore>
-
onEntityRemoved
public void onEntityRemoved(@Nonnull Holder<ChunkStore> holder, @Nonnull RemoveReason reason, @Nonnull Store<ChunkStore> store) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
onEntityRemovedin classHolderSystem<ChunkStore>
-
getQuery
Deprecated, for removal: This API element is subject to removal in a future version. -
getDependencies
Deprecated, for removal: This API element is subject to removal in a future version.
-