Class MountSystems.OnMinecartHit
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
com.hypixel.hytale.builtin.mounts.MountSystems.OnMinecartHit
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>
- Enclosing class:
MountSystems
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Set<Dependency<EntityStore>> private static final Durationprivate static final intprivate static final Query<EntityStore> 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, Damage damage) 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
getGroup, onSystemRegistered, onSystemUnregisteredMethods inherited from interface com.hypixel.hytale.component.system.QuerySystem
test
-
Field Details
-
HIT_RESET_TIME
-
NUMBER_OF_HITS
private static final int NUMBER_OF_HITS- See Also:
-
QUERY
-
DEPENDENCIES
-
-
Constructor Details
-
OnMinecartHit
public OnMinecartHit()
-
-
Method Details
-
getQuery
-
getDependencies
-
handle
public void handle(int index, @Nonnull ArchetypeChunk<EntityStore> archetypeChunk, @Nonnull Store<EntityStore> store, @Nonnull CommandBuffer<EntityStore> commandBuffer, @Nonnull Damage damage) - Specified by:
handlein classEntityEventSystem<EntityStore,Damage>
-