net.minecraft.server.command.source

public class CommandSourceStack

implements CommandSource

bo
net.minecraft.class_3289
net.minecraft.server.command.source.CommandSourceStack
net.minecraft.command.CommandSenderWrapper
net.minecraft.command.CommandSenderWrapper

Field summary

Modifier and TypeField
private final CommandSource
a
field_16084
source
field_193043_a
delegate
private final Vec3d
b
field_16085
pos
field_194002_b
positionVector
private final BlockPos
c
field_16086
blockPos
field_194003_c
position
private final Integer
d
field_16087
permissions
field_194004_d
permissionLevel
private final Entity
e
field_16088
entity
field_194005_e
entity
private final Boolean
f
field_16089
sendCommandFeedback
field_194006_f
sendCommandFeedback

Constructor summary

ModifierConstructor
public (CommandSource source, Vec3d pos, BlockPos blockPos, Integer permissions, Entity entity, Boolean sendCommandFeedback)

Method summary

Modifier and TypeMethod
public static CommandSourceStack
a(bn arg0)
method_14640(class_1061 arg0)
of(CommandSource source)
func_193998_a(ICommandSender arg0)
create(ICommandSender sender)
public CommandSourceStack
a(vg arg0, bhe arg1)
method_14641(class_864 arg0, class_236 arg1)
withEntity(Entity entity, Vec3d pos)
func_193997_a(Entity arg0, Vec3d arg1)
withEntity(Entity entityIn, Vec3d arg1)
public CommandSourceStack
a(int arg0)
method_14639(int arg0)
withPermissions(int permissions)
func_193999_a(int arg0)
withPermissionLevel(int level)
public CommandSourceStack
a(boolean arg0)
method_14642(boolean arg0)
withFeedback(boolean sendCommandFeedback)
func_194001_a(boolean arg0)
withSendCommandFeedback(boolean sendCommandFeedbackIn)
public CommandSourceStack
i()
method_14643()
withPos()
func_194000_i()
computePositionVector()
public String
h_()
method_2518()
getName()
func_70005_c_()
getName()
public Text
i_()
method_6344()
getDisplayName()
func_145748_c_()
getDisplayName()
public void
a(hh arg0)
method_5505(class_1982 arg0)
sendMessage(Text arg0)
func_145747_a(ITextComponent arg0)
sendMessage(ITextComponent arg0)
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 BlockPos
c()
method_4086()
getCommandSourceBlockPos()
func_180425_c()
getPosition()
public Vec3d
d()
method_10787()
getCommandSourcePos()
func_174791_d()
getPositionVector()
public World
e()
method_5506()
getCommandSourceWorld()
func_130014_f_()
getEntityWorld()
public Entity
f()
method_10788()
asEntity()
func_174793_f()
getCommandSenderEntity()
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 MinecraftServer
C_()
method_12833()
getServer()
func_184102_h()
getServer()