Class NPCSystems.KillFeedKillerEventSystem
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<KillFeedEvent.KillerMessage>
com.hypixel.hytale.component.system.EntityEventSystem<EntityStore,KillFeedEvent.KillerMessage>
com.hypixel.hytale.server.npc.systems.NPCSystems.KillFeedKillerEventSystem
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
NPCSystems
public static class NPCSystems.KillFeedKillerEventSystem
extends EntityEventSystem<EntityStore,KillFeedEvent.KillerMessage>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ComponentType<EntityStore, NPCEntity> private final ComponentType<EntityStore, Player> Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()voidhandle(int index, ArchetypeChunk<EntityStore> archetypeChunk, Store<EntityStore> store, CommandBuffer<EntityStore> commandBuffer, KillFeedEvent.KillerMessage event) 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, getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
npcComponentType
-
playerComponentType
-
-
Constructor Details
-
KillFeedKillerEventSystem
public KillFeedKillerEventSystem()
-
-
Method Details
-
handle
public void handle(int index, @NonNullDecl ArchetypeChunk<EntityStore> archetypeChunk, @NonNullDecl Store<EntityStore> store, @NonNullDecl CommandBuffer<EntityStore> commandBuffer, @NonNullDecl KillFeedEvent.KillerMessage event) - Specified by:
handlein classEntityEventSystem<EntityStore,KillFeedEvent.KillerMessage>
-
getQuery
-