net.minecraft.network.protocol.game

public class ClientboundBlockEntityDataPacket

implements Packet<ClientGamePacketListener>

xd
net.minecraft.network.protocol.game.ClientboundBlockEntityDataPacket
net.minecraft.class_2622
net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
net.minecraft.src.C_5041_
net.minecraft.network.protocol.game.PacketPlayOutTileEntityData

Field summary

Modifier and TypeField
private final BlockPos
a
pos
field_12040
pos
f_131690_
private final BlockEntityType<?>
b
type
field_12038
blockEntityType
f_131691_
private final CompoundTag
c
tag
field_12039
nbt
f_131692_

Constructor summary

ModifierConstructor
private (BlockPos pos, BlockEntityType<?> blockEntityType, CompoundTag nbt)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
public static ClientboundBlockEntityDataPacket
a(dcv arg0, Function<dcv, qw> arg1)
create(BlockEntity arg0, Function<BlockEntity, CompoundTag> arg1)
method_39026(class_2586 arg0, Function<class_2586, class_2487> arg1)
create(BlockEntity blockEntity, Function<BlockEntity, NbtCompound> nbtGetter)
m_195642_(C_1991_ p_195643_, Function<C_1991_, C_4917_> p_195644_)
public static ClientboundBlockEntityDataPacket
a(dcv arg0)
create(BlockEntity arg0)
method_38585(class_2586 arg0)
create(BlockEntity blockEntity)
m_195640_(C_1991_ p_195641_)
public void
a(so arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(ww arg0)
handle(ClientGamePacketListener arg0)
method_11292(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public BlockPos
a()
getPos()
method_11293()
getPos()
m_131704_()
public BlockEntityType<?>
d()
getType()
method_11291()
getBlockEntityType()
m_195645_()
public CompoundTag
e()
getTag()
method_11290()
getNbt()
m_131708_()