public class RConConsoleSource extends java.lang.Object implements ICommandSender
| Modifier and Type | Field and Description |
|---|---|
static RConConsoleSource |
instance |
| Constructor and Description |
|---|
RConConsoleSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChatMessage(IChatComponent ichatcomponent) |
boolean |
canCommandSenderUseCommand(int par1,
java.lang.String par2Str) |
IChatComponent |
func_145748_c_() |
java.lang.String |
getCommandSenderName() |
World |
getEntityWorld() |
java.lang.String |
getLogContents() |
ChunkCoordinates |
getPlayerCoordinates() |
void |
resetLog() |
public static final RConConsoleSource instance
public void resetLog()
public java.lang.String getLogContents()
public java.lang.String getCommandSenderName()
getCommandSenderName in interface ICommandSenderpublic IChatComponent func_145748_c_()
func_145748_c_ in interface ICommandSenderpublic void addChatMessage(IChatComponent ichatcomponent)
addChatMessage in interface ICommandSenderpublic boolean canCommandSenderUseCommand(int par1,
java.lang.String par2Str)
canCommandSenderUseCommand in interface ICommandSenderpublic ChunkCoordinates getPlayerCoordinates()
getPlayerCoordinates in interface ICommandSenderpublic World getEntityWorld()
getEntityWorld in interface ICommandSender