Class DeathSystems.OnDeathSystem
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.RefChangeSystem<EntityStore,DeathComponent>
com.hypixel.hytale.server.core.modules.entity.damage.DeathSystems.OnDeathSystem
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Direct Known Subclasses:
DeathSystems.ClearEntityEffects,DeathSystems.ClearHealth,DeathSystems.ClearInteractions,DeathSystems.DeathAnimation,DeathSystems.DropPlayerDeathItems,DeathSystems.KillFeed,DeathSystems.PlayerDeathMarker,DeathSystems.PlayerDeathScreen,DeathSystems.PlayerDropItemsConfig,DeathSystems.PlayerKilledPlayer,DeathSystems.RunDeathInteractions,DiedInPortalSystem,FlockDeathSystems.EntityDeath,FlockDeathSystems.PlayerDeath,KillTrackerSystem,NPCDamageSystems.DropDeathItems,NPCDeathSystems.EntityViewSystem,NPCDeathSystems.NPCKillsEntitySystem,NPCMountSystems.DismountOnMountDeath,NPCMountSystems.DismountOnPlayerDeath,NPCSystems.OnDeathSystem
- Enclosing class:
DeathSystems
public abstract static class DeathSystems.OnDeathSystem
extends RefChangeSystem<EntityStore,DeathComponent>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonComponentRemoved(Ref<EntityStore> ref, DeathComponent component, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer) voidonComponentSet(Ref<EntityStore> ref, DeathComponent oldComponent, DeathComponent newComponent, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer) Methods inherited from class com.hypixel.hytale.component.system.RefChangeSystem
onComponentAddedMethods 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
-
OnDeathSystem
public OnDeathSystem()
-
-
Method Details
-
componentType
- Specified by:
componentTypein classRefChangeSystem<EntityStore,DeathComponent>
-
onComponentSet
public void onComponentSet(@Nonnull Ref<EntityStore> ref, DeathComponent oldComponent, @Nonnull DeathComponent newComponent, @Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer) - Specified by:
onComponentSetin classRefChangeSystem<EntityStore,DeathComponent>
-
onComponentRemoved
public void onComponentRemoved(@Nonnull Ref<EntityStore> ref, @Nonnull DeathComponent component, @Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer) - Specified by:
onComponentRemovedin classRefChangeSystem<EntityStore,DeathComponent>
-