Package net.minecraft.server.rcon
Class RconBase
java.lang.Object
net.minecraft.server.rcon.RconBase
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
QueryResponseHandler,RconClient,RconListener
public abstract class RconBase extends Object implements Runnable
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprivate static LoggerLOGGERprotected booleanrunningprotected Threadthreadprivate static AtomicIntegerTHREAD_COUNTER -
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
-
THREAD_COUNTER
-
running
protected volatile boolean running -
description
-
thread
-
-
Constructor Details
-
RconBase
-
-
Method Details
-
start
public boolean start() -
stop
public void stop() -
isRunning
public boolean isRunning()
-