Package net.minecraft.src
Class RConConsoleSource
- java.lang.Object
-
- net.minecraft.src.RConConsoleSource
-
- All Implemented Interfaces:
ICommandListener
public class RConConsoleSource extends java.lang.Object implements ICommandListener
-
-
Field Summary
Fields Modifier and Type Field Description static RConConsoleSourceinstance
-
Constructor Summary
Constructors Constructor Description RConConsoleSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLogContents()java.lang.StringgetUsername()voidlog(java.lang.String var1)voidresetLog()
-
-
-
Field Detail
-
instance
public static final RConConsoleSource instance
-
-
Method Detail
-
resetLog
public void resetLog()
-
getLogContents
public java.lang.String getLogContents()
-
log
public void log(java.lang.String var1)
- Specified by:
login interfaceICommandListener
-
getUsername
public java.lang.String getUsername()
- Specified by:
getUsernamein interfaceICommandListener
-
-