net.minecraft.network.protocol.game

public record ServerboundSetTestBlockPacket

implements Packet<ServerGamePacketListener>

aik
net.minecraft.network.protocol.game.ServerboundSetTestBlockPacket
net.minecraft.class_10615
net.minecraft.network.packet.c2s.play.SetTestBlockC2SPacket

Field summary

Modifier and TypeField
private final BlockPos
b
position
comp_3513
position
private final TestBlockMode
c
mode
comp_3514
mode
private final String
d
message
comp_3515
message
public static final StreamCodec<FriendlyByteBuf, ServerboundSetTestBlockPacket>
a
STREAM_CODEC
field_55918
CODEC

Constructor summary

ModifierConstructor
public (BlockPos arg0, TestBlockMode arg1, String arg2)

Method summary

Modifier and TypeMethod
public PacketType<ServerboundSetTestBlockPacket>
a()
type()
method_65080()
getPacketType()
public void
a(agn arg0)
handle(ServerGamePacketListener arg0)
method_66583(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
public BlockPos
b()
position()
comp_3513()
position()
public TestBlockMode
e()
mode()
comp_3514()
mode()
public String
f()
message()
comp_3515()
message()