Class PlayerSavingSystems.WorldRemovedSystem
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.StoreSystem<EntityStore>
com.hypixel.hytale.server.core.modules.entity.player.PlayerSavingSystems.WorldRemovedSystem
- All Implemented Interfaces:
ISystem<EntityStore>
- Enclosing class:
PlayerSavingSystems
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ComponentType<EntityStore, Player> private final Query<EntityStore> private final ComponentType<EntityStore, PlayerRef> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonSystemAddedToStore(Store<EntityStore> store) voidonSystemRemovedFromStore(Store<EntityStore> store) 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
getDependencies, getGroup, onSystemRegistered, onSystemUnregistered
-
Field Details
-
playerComponentType
-
refComponentType
-
query
-
-
Constructor Details
-
WorldRemovedSystem
-
-
Method Details
-
onSystemAddedToStore
- Specified by:
onSystemAddedToStorein classStoreSystem<EntityStore>
-
onSystemRemovedFromStore
- Specified by:
onSystemRemovedFromStorein classStoreSystem<EntityStore>
-