net.minecraft.network.rcon
Class RConThreadBase
java.lang.Object
net.minecraft.network.rcon.RConThreadBase
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- RConThreadClient, RConThreadMain, RConThreadQuery
public abstract class RConThreadBase
- extends Object
- implements Runnable
Method Summary |
boolean |
isRunning()
Returns true if the Thread is running, false otherwise |
void |
startThread()
Creates a new Thread object from this class and starts running |
Methods inherited from interface java.lang.Runnable |
run |
startThread
public void startThread()
- Creates a new Thread object from this class and starts running
isRunning
public boolean isRunning()
- Returns true if the Thread is running, false otherwise