classpublicPriority 2
StepCleanupSystem
com.hypixel.hytale.server.npc.systems.StepCleanupSystem
extends EntityTickingSystem
2
Methods
2
Public Methods
1
Fields
1
Constructors
Constructors
public
StepCleanupSystem(ComponentType<EntityStore, StepComponent> stepComponentType)Methods
Public Methods (2)
public
Set<Dependency<EntityStore>> getDependencies()@Nonnull@Override
public
Query<EntityStore> getQuery()@Nonnull@Override
Fields
Private/Package Fields (1)
private
ComponentType<EntityStore, StepComponent> stepComponentType