Class ChunkSectionMigrationSystem
java.lang.Object
com.hypixel.hytale.component.system.System<ChunkStore>
com.hypixel.hytale.component.system.HolderSystem<ChunkStore>
com.hypixel.hytale.server.core.modules.migrations.ChunkSectionMigrationSystem
- All Implemented Interfaces:
ISystem<ChunkStore>,QuerySystem<ChunkStore>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.component.system.HolderSystem
onEntityAdd, onEntityRemovedMethods 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
getDependencies, getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
getQuery, test
-
Constructor Details
-
ChunkSectionMigrationSystem
public ChunkSectionMigrationSystem()
-