Class ThreadMinecraftServer

java.lang.Object
java.lang.Thread
net.minecraft.src.ThreadMinecraftServer
All Implemented Interfaces:
Runnable

public class ThreadMinecraftServer extends Thread
  • Constructor Details

    • ThreadMinecraftServer

      public ThreadMinecraftServer(MinecraftServer par1MinecraftServer, String par2Str)
  • Method Details

    • run

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