Class EntityEventSystem<ECS_TYPE,EventType extends EcsEvent>
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<EventType>
com.hypixel.hytale.component.system.EntityEventSystem<ECS_TYPE,EventType>
- All Implemented Interfaces:
ISystem<ECS_TYPE>,QuerySystem<ECS_TYPE>
- Direct Known Subclasses:
BlackboardSystems.BreakBlockEventSystem,BlackboardSystems.DamageBlockEventSystem,BlockHealthModule.PlaceBlockEventSystem,DamageEventSystem,FlockSystems.PlayerChangeGameModeEventSystem,NPCSystems.KillFeedDecedentEventSystem,NPCSystems.KillFeedKillerEventSystem,PlayerSystems.KillFeedDecedentEventSystem,PlayerSystems.KillFeedKillerEventSystem,PrefabDirtySystems.BlockBreakDirtySystem,PrefabDirtySystems.BlockPlaceDirtySystem
public abstract class EntityEventSystem<ECS_TYPE,EventType extends EcsEvent>
extends EventSystem<EventType>
implements QuerySystem<ECS_TYPE>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidhandle(int var1, ArchetypeChunk<ECS_TYPE> var2, Store<ECS_TYPE> var3, CommandBuffer<ECS_TYPE> var4, EventType var5) voidhandleInternal(int index, ArchetypeChunk<ECS_TYPE> archetypeChunk, Store<ECS_TYPE> store, CommandBuffer<ECS_TYPE> commandBuffer, EventType event) Methods 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
getQuery, test
-
Constructor Details
-
EntityEventSystem
-
-
Method Details
-
handle
public abstract void handle(int var1, @Nonnull ArchetypeChunk<ECS_TYPE> var2, @Nonnull Store<ECS_TYPE> var3, @Nonnull CommandBuffer<ECS_TYPE> var4, @Nonnull EventType var5) -
handleInternal
public void handleInternal(int index, @Nonnull ArchetypeChunk<ECS_TYPE> archetypeChunk, @Nonnull Store<ECS_TYPE> store, @Nonnull CommandBuffer<ECS_TYPE> commandBuffer, @Nonnull EventType event)
-