net.minecraft.network.protocol.game

public class ServerboundSetCommandBlockPacket

implements Packet<ServerGamePacketListener>

tk
net.minecraft.network.protocol.game.ServerboundSetCommandBlockPacket
net.minecraft.class_2870
net.minecraft.network.packet.c2s.play.UpdateCommandBlockC2SPacket
net.minecraft.network.play.client.CUpdateCommandBlockPacket
net.minecraft.server.v1_16_R2.PacketPlayInSetCommandBlock

Field summary

Modifier and TypeField
private BlockPos
a
pos
field_13065
pos
field_210365_a
private String
b
command
field_13064
command
field_210366_b
private boolean
c
trackOutput
field_13063
trackOutput
field_210367_c
private boolean
d
conditional
field_13062
conditional
field_210368_d
private boolean
e
automatic
field_13061
alwaysActive
field_210369_e
private CommandBlockEntity$Mode
f
mode
field_13060
type
field_210370_f

Constructor summary

ModifierConstructor
public ()
public (BlockPos pos, String command, CommandBlockEntity$Mode type, boolean trackOutput, boolean conditional, boolean alwaysActive)

Method summary

Modifier and TypeMethod
public void
a(nf arg0)
read(FriendlyByteBuf arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
public void
b(nf arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
public void
a(sa arg0)
handle(ServerGamePacketListener arg0)
method_12469(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
func_148833_a(IServerPlayNetHandler arg0)
public BlockPos
b()
getPos()
method_12473()
getBlockPos()
func_210361_a()
public String
c()
getCommand()
method_12470()
getCommand()
func_210359_b()
public boolean
d()
isTrackOutput()
method_12472()
shouldTrackOutput()
func_210363_c()
public boolean
e()
isConditional()
method_12471()
isConditional()
func_210364_d()
public boolean
f()
isAutomatic()
method_12474()
isAlwaysActive()
func_210362_e()
public CommandBlockEntity$Mode
g()
getMode()
method_12468()
getType()
func_210360_f()