public class RConConsoleSource extends java.lang.Object implements ICommandSender
Constructor and Description |
---|
RConConsoleSource(MinecraftServer serverIn) |
Modifier and Type | Method and Description |
---|---|
void |
addChatMessage(ITextComponent component) |
boolean |
canCommandSenderUseCommand(int permLevel,
java.lang.String commandName) |
Entity |
getCommandSenderEntity() |
ITextComponent |
getDisplayName() |
World |
getEntityWorld() |
java.lang.String |
getLogContents() |
java.lang.String |
getName() |
BlockPos |
getPosition() |
Vec3d |
getPositionVector() |
MinecraftServer |
getServer() |
void |
resetLog() |
boolean |
sendCommandFeedback() |
void |
setCommandStat(CommandResultStats.Type type,
int amount) |
public RConConsoleSource(MinecraftServer serverIn)
public java.lang.String getName()
getName
in interface ICommandSender
public ITextComponent getDisplayName()
getDisplayName
in interface ICommandSender
public void addChatMessage(ITextComponent component)
addChatMessage
in interface ICommandSender
public boolean canCommandSenderUseCommand(int permLevel, java.lang.String commandName)
canCommandSenderUseCommand
in interface ICommandSender
public BlockPos getPosition()
getPosition
in interface ICommandSender
public Vec3d getPositionVector()
getPositionVector
in interface ICommandSender
public World getEntityWorld()
getEntityWorld
in interface ICommandSender
public Entity getCommandSenderEntity()
getCommandSenderEntity
in interface ICommandSender
public boolean sendCommandFeedback()
sendCommandFeedback
in interface ICommandSender
public void setCommandStat(CommandResultStats.Type type, int amount)
setCommandStat
in interface ICommandSender
public MinecraftServer getServer()
getServer
in interface ICommandSender
public void resetLog()
public java.lang.String getLogContents()