Class MessageSupportSystem.NPCBlockEventSystem
java.lang.Object
com.hypixel.hytale.component.system.System<EntityStore>
com.hypixel.hytale.component.system.tick.TickingSystem<EntityStore>
com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem<EntityStore>
com.hypixel.hytale.component.system.tick.EntityTickingSystem<EntityStore>
com.hypixel.hytale.server.npc.systems.SteppableTickingSystem
com.hypixel.hytale.server.npc.systems.MessageSupportSystem<NPCBlockEventSupport>
com.hypixel.hytale.server.npc.systems.MessageSupportSystem.NPCBlockEventSystem
- All Implemented Interfaces:
ISystem<EntityStore>,QuerySystem<EntityStore>,TickableSystem<EntityStore>
- Enclosing class:
MessageSupportSystem<T extends MessageSupport>
public static class MessageSupportSystem.NPCBlockEventSystem
extends MessageSupportSystem<NPCBlockEventSupport>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.server.npc.systems.MessageSupportSystem
MessageSupportSystem.BeaconSystem, MessageSupportSystem.NPCBlockEventSystem, MessageSupportSystem.NPCEntityEventSystem, MessageSupportSystem.PlayerBlockEventSystem, MessageSupportSystem.PlayerEntityEventSystemNested classes/interfaces inherited from class com.hypixel.hytale.component.system.tick.EntityTickingSystem
EntityTickingSystem.SystemTaskData<ECS_TYPE> -
Field Summary
Fields inherited from interface com.hypixel.hytale.component.system.ISystem
EMPTY_ARRAY -
Constructor Summary
ConstructorsConstructorDescriptionNPCBlockEventSystem(ComponentType<EntityStore, NPCBlockEventSupport> componentType, Set<Dependency<EntityStore>> dependencies) -
Method Summary
Methods inherited from class com.hypixel.hytale.server.npc.systems.MessageSupportSystem
getDependencies, getQuery, isParallel, steppedTickMethods inherited from class com.hypixel.hytale.server.npc.systems.SteppableTickingSystem
tickMethods inherited from class com.hypixel.hytale.component.system.tick.EntityTickingSystem
doTick, maybeUseParallel, tick, useParallelMethods inherited from class com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem
isExplicitQuery, test, tickMethods inherited from class com.hypixel.hytale.component.system.System
getComponentRegistrations, getResourceRegistrations, registerComponent, registerComponent, registerComponent, registerResource, registerResourceMethods 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, onSystemUnregistered
-
Constructor Details
-
NPCBlockEventSystem
public NPCBlockEventSystem(@Nonnull ComponentType<EntityStore, NPCBlockEventSupport> componentType, @Nonnull Set<Dependency<EntityStore>> dependencies)
-