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 ICommandSender
public IChatComponent func_145748_c_()
func_145748_c_
in interface ICommandSender
public void addChatMessage(IChatComponent ichatcomponent)
addChatMessage
in interface ICommandSender
public boolean canCommandSenderUseCommand(int par1, java.lang.String par2Str)
canCommandSenderUseCommand
in interface ICommandSender
public ChunkCoordinates getPlayerCoordinates()
getPlayerCoordinates
in interface ICommandSender
public World getEntityWorld()
getEntityWorld
in interface ICommandSender