Class NPCDamageSystems.DamageReceivedEventViewSystem
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<Damage>
com.hypixel.hytale.component.system.EntityEventSystem<EntityStore,Damage>
com.hypixel.hytale.server.core.modules.entity.damage.DamageEventSystem
com.hypixel.hytale.server.npc.systems.NPCDamageSystems.DamageReceivedEventViewSystem
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
NPCDamageSystems
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ResourceType<EntityStore, Blackboard> private final ComponentType<EntityStore, Player> private final Query<EntityStore> private final ComponentType<EntityStore, TransformComponent> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getQuery()voidhandle(int index, ArchetypeChunk<EntityStore> archetypeChunk, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer, Damage damage) Methods inherited from class com.hypixel.hytale.component.system.EntityEventSystem
handleInternalMethods inherited from class com.hypixel.hytale.component.system.EventSystem
getEventType, shouldProcessEventMethods 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, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
playerComponentType
-
transformComponentType
-
blackboardResourceType
-
query
-
-
Constructor Details
-
DamageReceivedEventViewSystem
public DamageReceivedEventViewSystem()
-
-
Method Details
-
getGroup
-
getQuery
-
handle
public void handle(int index, @Nonnull ArchetypeChunk<EntityStore> archetypeChunk, @Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer, @Nonnull Damage damage) - Specified by:
handlein classEntityEventSystem<EntityStore,Damage>
-