Class HotReloader

java.lang.Object
java.lang.Thread
online.carteris.hot_reload_resource_packs.HotReloader
All Implemented Interfaces:
Runnable

public class HotReloader extends Thread
  • Constructor Details

    • HotReloader

      public HotReloader(org.slf4j.Logger logger, Path resource_packs_path)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread