Class DamageEventSystem
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
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Direct Known Subclasses:
CameraEffectSystem,DamageCalculatorSystems.SequenceModifier,DamageMemorySystems.CollectDamage,FlockMembershipSystems.OnDamageDealt,FlockMembershipSystems.OnDamageReceived,MountSystems.OnMinecartHit,NPCDamageSystems.DamageDealtSystem,NPCDamageSystems.DamageReceivedEventViewSystem,NPCDamageSystems.DamageReceivedSystem,NPCDamageSystems.FilterDamageSystem
-
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.component.system.EntityEventSystem
handle, 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
getQuery, test
-
Constructor Details
-
DamageEventSystem
protected DamageEventSystem()
-