net.minecraft.network.protocol.game

public class ServerboundSetCommandBlockPacket

implements Packet<ServerGamePacketListener>

wt
net.minecraft.network.protocol.game.ServerboundSetCommandBlockPacket
net.minecraft.class_2870
net.minecraft.unmapped.C_hbojglxq
net.minecraft.network.packet.c2s.play.UpdateCommandBlockC2SPacket
net.minecraft.network.packet.c2s.play.UpdateCommandBlockC2SPacket
net.minecraft.src.C_5190_
net.minecraft.network.protocol.game.PacketPlayInSetCommandBlock

Field summary

Modifier and TypeField
private static final int
a
FLAG_TRACK_OUTPUT
field_33365
f_vgodyxup
TRACK_OUTPUT_MASK
TRACK_OUTPUT_MASK
f_179752_
private static final int
b
FLAG_CONDITIONAL
field_33366
f_mxfaquco
CONDITIONAL_MASK
CONDITIONAL_MASK
f_179753_
private static final int
c
FLAG_AUTOMATIC
field_33367
f_brwlhsjz
ALWAYS_ACTIVE_MASK
ALWAYS_ACTIVE_MASK
f_179754_
private final BlockPos
d
pos
field_13065
f_tusxqwqq
pos
pos
f_134501_
private final String
e
command
field_13064
f_molspvxx
command
command
f_134502_
private final boolean
f
trackOutput
field_13063
f_lnnfagwy
trackOutput
trackOutput
f_134503_
private final boolean
g
conditional
field_13062
f_wechcegq
conditional
conditional
f_134504_
private final boolean
h
automatic
field_13061
f_cydznjsf
alwaysActive
alwaysActive
f_134505_
private final CommandBlockEntity$Mode
i
mode
field_13060
f_rvqyuqgm
type
type
f_134506_

Constructor summary

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

Method summary

Modifier and TypeMethod
public void
a(py arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
m_pwnpydub(C_idfydwco arg0)
write(PacketByteBuf arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(vi arg0)
handle(ServerGamePacketListener arg0)
method_12469(class_2792 arg0)
m_fkhoahnd(C_eetcdhxt arg0)
apply(ServerPlayPacketListener arg0)
apply(ServerPlayPacketListener arg0)
m_5797_(C_5145_ arg0)
public BlockPos
b()
getPos()
method_12473()
m_gxyalzes()
getBlockPos()
getBlockPos()
m_134521_()
public String
c()
getCommand()
method_12470()
m_tsfzunds()
getCommand()
getCommand()
m_134524_()
public boolean
d()
isTrackOutput()
method_12472()
m_wcqulbcm()
shouldTrackOutput()
shouldTrackOutput()
m_134525_()
public boolean
e()
isConditional()
method_12471()
m_rapgdnjh()
isConditional()
isConditional()
m_134526_()
public boolean
f()
isAutomatic()
method_12474()
m_rehbhzkw()
isAlwaysActive()
isAlwaysActive()
m_134527_()
public CommandBlockEntity$Mode
g()
getMode()
method_12468()
m_ftodmcti()
getType()
getType()
m_134528_()