Class CapacitorTextureUpdateTask

java.lang.Object
io.github.thebusybiscuit.slimefun4.implementation.tasks.CapacitorTextureUpdateTask
All Implemented Interfaces:
Runnable

public class CapacitorTextureUpdateTask extends Object implements Runnable
This task is run whenever a Capacitor needs to update their texture. This must be executed on the main Server Thread!
Author:
TheBusyBiscuit
  • Constructor Details

  • Method Details

    • run

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