Class SimpleThread

java.lang.Object
java.lang.Thread
paulscode.sound.SimpleThread
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
CommandThread, MidiChannel.FadeThread, StreamThread

@Environment(CLIENT) public class SimpleThread extends Thread
  • Field Details

  • Constructor Details

    • SimpleThread

      public SimpleThread()
  • Method Details

    • cleanup

      protected void cleanup()
    • run

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

      public void restart()
    • rerun

      private void rerun()
    • alive

      public boolean alive()
    • kill

      public void kill()
    • dying

      protected boolean dying()
    • alive

      private boolean alive(boolean bool, boolean bool2)
    • kill

      private boolean kill(boolean bool, boolean bool2)
    • snooze

      protected void snooze(long long2)