net.minecraft.server.command.source

public abstract class CommandExecutor

implements CommandSource

amj
net.minecraft.class_1740
net.minecraft.server.command.source.CommandExecutor
net.minecraft.tileentity.CommandBlockBaseLogic
net.minecraft.tileentity.CommandBlockBaseLogic

Field summary

Modifier and TypeField
private static final SimpleDateFormat
a
field_7166
DATE_FORMAT
field_145766_a
TIMESTAMP_FORMAT
private long
b
field_15705
lastExecution
field_193041_b
lastExecution
private boolean
c
field_15706
updateLastExecution
field_193042_c
updateLastExecution
private int
d
field_7167
successCount
field_145764_b
successCount
private boolean
e
field_7168
trackOutput
field_145765_c
trackOutput
private Text
f
field_7169
lastOutput
field_145762_d
lastOutput
private String
g
field_7170
command
field_145763_e
commandStored
private String
h
field_7171
name
field_145761_f
customName
private final CommandResults
i
field_9196
results
field_175575_g
resultStats

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public int
k()
method_6403()
getSuccessCount()
func_145760_g()
getSuccessCount()
public void
a(int arg0)
method_11470(int arg0)
setSuccessCount(int successCount)
func_184167_a(int arg0)
setSuccessCount(int successCountIn)
public Text
l()
method_11471()
getLastOutput()
func_145749_h()
getLastOutput()
public NbtCompound
a(fy arg0)
method_6395(class_322 arg0)
writeNbt(NbtCompound nbt)
func_189510_a(NBTTagCompound arg0)
writeToNBT(NBTTagCompound arg0)
public void
b(fy arg0)
method_6398(class_322 arg0)
readNbt(NbtCompound nbt)
func_145759_b(NBTTagCompound arg0)
readDataFromNBT(NBTTagCompound nbt)
public boolean
a(int arg0, String arg1)
method_3333(int arg0, String arg1)
canUseCommand(int arg0, String arg1)
func_70003_b(int arg0, String arg1)
canUseCommand(int arg0, String arg1)
public void
a(String arg0)
method_6397(String arg0)
setCommand(String command)
func_145752_a(String arg0)
setCommand(String command)
public String
m()
method_6405()
getCommand()
func_145753_i()
getCommand()
public boolean
a(amu arg0)
method_14292(class_1150 arg0)
run(World world)
func_145755_a(World arg0)
trigger(World worldIn)
public String
h_()
method_2518()
getName()
func_70005_c_()
getName()
public void
b(String arg0)
method_6400(String arg0)
setName(String name)
func_145754_b(String arg0)
setName(String name)
public void
a(hh arg0)
method_5505(class_1982 arg0)
sendMessage(Text arg0)
func_145747_a(ITextComponent arg0)
sendMessage(ITextComponent arg0)
public boolean
g()
method_10789()
sendCommandSuccessToOps()
func_174792_t_()
sendCommandFeedback()
public void
a(bp$a arg0, int arg1)
method_10786(class_2598$class_2599 arg0, int arg1)
addResult(CommandResults$Type arg0, int arg1)
func_174794_a(CommandResultStats$Type arg0, int arg1)
setCommandStat(CommandResultStats$Type arg0, int arg1)
public abstract void
i()
method_6401()
markDirty()
func_145756_e()
updateCommand()
public void
b(hh arg0)
method_6399(class_1982 arg0)
setLastOutput(Text output)
func_145750_b(ITextComponent arg0)
setLastOutput(ITextComponent lastOutputMessage)
public void
a(boolean arg0)
method_8456(boolean arg0)
setTrackOutput(boolean trackOutput)
func_175573_a(boolean arg0)
setTrackOutput(boolean shouldTrackOutput)
public boolean
n()
method_8457()
trackOutput()
func_175571_m()
shouldTrackOutput()
public boolean
a(aed arg0)
method_8455(class_988 arg0)
openScreen(PlayerEntity player)
func_175574_a(EntityPlayer arg0)
tryOpenEditCommandBlock(EntityPlayer playerIn)
public CommandResults
o()
method_8458()
getResults()
func_175572_n()
getCommandResultStats()
public abstract int
j()
method_6402()
getType()
func_145751_f()
getCommandBlockType()
public abstract void
a(io.netty.buffer.ByteBuf arg0)
method_6396(io.netty.buffer.ByteBuf arg0)
writeInfo(io.netty.buffer.ByteBuf buffer)
func_145757_a(io.netty.buffer.ByteBuf arg0)
fillInInfo(io.netty.buffer.ByteBuf buf)