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>