Class DeathSystems.RunDeathInteractions
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
com.hypixel.hytale.server.core.modules.entity.damage.DeathSystems.RunDeathInteractions
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
DeathSystems
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Set<Dependency<EntityStore>> private static final ComponentType<EntityStore, InteractionManager> private static final ComponentType<EntityStore, Interactions> private static final Query<EntityStore> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidonComponentAdded(Ref<EntityStore> ref, DeathComponent component, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer) Methods inherited from class com.hypixel.hytale.server.core.modules.entity.damage.DeathSystems.OnDeathSystem
componentType, onComponentRemoved, onComponentSetMethods 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
-
INTERACTIONS_COMPONENT_TYPE
-
INTERACTION_MANAGER_COMPONENT_TYPE
@Nonnull private static final ComponentType<EntityStore,InteractionManager> INTERACTION_MANAGER_COMPONENT_TYPE -
QUERY
-
DEPENDENCIES
-
-
Constructor Details
-
RunDeathInteractions
public RunDeathInteractions()
-
-
Method Details
-
getQuery
-
getDependencies
-
onComponentAdded
public void onComponentAdded(@Nonnull Ref<EntityStore> ref, @Nonnull DeathComponent component, @Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer) - Specified by:
onComponentAddedin classRefChangeSystem<EntityStore,DeathComponent>
-