Class DirectoryHandlerChangeTask

java.lang.Object
com.hypixel.hytale.server.core.asset.monitor.DirectoryHandlerChangeTask
All Implemented Interfaces:
Runnable

public class DirectoryHandlerChangeTask extends Object implements Runnable
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • getAssetMonitor

      public AssetMonitor getAssetMonitor()
    • getParent

      public Path getParent()
    • getHandler

      public AssetMonitorHandler getHandler()
    • addPath

      public void addPath(Path path, PathEvent pathEvent)
    • removePath

      public void removePath(Path path)
    • markChanged

      public void markChanged()
    • cancelSchedule

      public void cancelSchedule()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object