net.minecraft.network.protocol.game

public class ClientboundBlockEntityDataPacket

implements Packet<ClientGamePacketListener>

acy
net.minecraft.network.protocol.game.ClientboundBlockEntityDataPacket
net.minecraft.class_2622
net.minecraft.network.packet.s2c.play.BlockEntityUpdateS2CPacket
net.minecraft.network.protocol.game.PacketPlayOutTileEntityData

Field summary

Modifier and TypeField
public static final StreamCodec<RegistryFriendlyByteBuf, ClientboundBlockEntityDataPacket>
a
STREAM_CODEC
field_47903
CODEC
private final BlockPos
b
pos
field_12040
pos
private final BlockEntityType<?>
c
type
field_12038
blockEntityType
private final CompoundTag
d
tag
field_12039
nbt

Constructor summary

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

Method summary

Modifier and TypeMethod
public static ClientboundBlockEntityDataPacket
a(dux arg0, BiFunction<dux, ke, ux> arg1)
create(BlockEntity arg0, BiFunction<BlockEntity, RegistryAccess, CompoundTag> arg1)
method_39026(class_2586 arg0, BiFunction<class_2586, class_5455, class_2487> arg1)
create(BlockEntity blockEntity, BiFunction<BlockEntity, DynamicRegistryManager, NbtCompound> nbtGetter)
public static ClientboundBlockEntityDataPacket
a(dux arg0)
create(BlockEntity arg0)
method_38585(class_2586 arg0)
create(BlockEntity blockEntity)
public PacketType<ClientboundBlockEntityDataPacket>
a()
type()
method_55846()
getPacketId()
public void
a(acr arg0)
handle(ClientGamePacketListener arg0)
method_11292(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
public BlockPos
b()
getPos()
method_11293()
getPos()
public BlockEntityType<?>
e()
getType()
method_11291()
getBlockEntityType()
public CompoundTag
f()
getTag()
method_11290()
getNbt()