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 RConConsoleSource
instance
-
Constructor Summary
Constructors Constructor Description RConConsoleSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLogContents()
java.lang.String
getUsername()
void
log(java.lang.String var1)
void
resetLog()
-
-
-
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:
log
in interfaceICommandListener
-
getUsername
public java.lang.String getUsername()
- Specified by:
getUsername
in interfaceICommandListener
-
-