Class WorldEventSystem<ECS_TYPE,EventType extends EcsEvent>
java.lang.Object
com.hypixel.hytale.component.system.EventSystem<EventType>
com.hypixel.hytale.component.system.WorldEventSystem<ECS_TYPE,EventType>
- All Implemented Interfaces:
ISystem<ECS_TYPE>
- Direct Known Subclasses:
BuilderToolsPlugin.PrefabPasteEventSystem,FlockPlugin.PrefabPasteEventSystem,MoonPhaseChangeEventSystem,NPCSystems.PrefabPlaceEntityEventSystem,PathPlugin.PrefabPasteEventSystem,PrefabPathSystems.PrefabPlaceEntityEventSystem
public abstract class WorldEventSystem<ECS_TYPE,EventType extends EcsEvent>
extends EventSystem<EventType>
implements ISystem<ECS_TYPE>
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidvoidhandleInternal(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, onSystemUnregistered
-
Constructor Details
-
WorldEventSystem
-
-
Method Details
-
handle
public abstract void handle(@Nonnull Store<ECS_TYPE> var1, @Nonnull CommandBuffer<ECS_TYPE> var2, @Nonnull EventType var3) -
handleInternal
public void handleInternal(@Nonnull Store<ECS_TYPE> store, @Nonnull CommandBuffer<ECS_TYPE> commandBuffer, @Nonnull EventType event)
-