Class CommandThread

All Implemented Interfaces:
Runnable

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

  • Constructor Details

    • CommandThread

      public CommandThread(SoundSystem soundSystem)
  • Method Details

    • cleanup

      protected void cleanup()
      Overrides:
      cleanup in class SimpleThread
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class SimpleThread
    • message

      protected void message(String string, int int2)
    • importantMessage

      protected void importantMessage(String string, int int2)
    • errorCheck

      protected boolean errorCheck(boolean bool, String string)
    • errorMessage

      protected void errorMessage(String string, int int2)