Class StoreSystem<ECS_TYPE>
java.lang.Object
com.hypixel.hytale.component.system.System<ECS_TYPE>
com.hypixel.hytale.component.system.StoreSystem<ECS_TYPE>
- All Implemented Interfaces:
ISystem<ECS_TYPE>
- Direct Known Subclasses:
BlackboardSystems.InitSystem,ChunkSavingSystems.WorldRemoved,ChunkStore.ChunkLoaderSaverSetupSystem,IndexedStorageChunkStorageProvider.IndexedStorageCacheSetupSystem,PlayerSavingSystems.WorldRemovedSystem,ReputationAttitudeSystem,SpawnSuppressionSystems.Load,WeatherSystem.WorldAddedSystem,WorldPregenerateSystem,WorldTimeSystems.Init
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidonSystemAddedToStore(Store<ECS_TYPE> var1) abstract voidMethods 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, onSystemUnregistered
-
Constructor Details
-
StoreSystem
public StoreSystem()
-
-
Method Details
-
onSystemAddedToStore
-
onSystemRemovedFromStore
-