net.minecraft.network.packet.s2c.play

class ChunkData$BlockEntityData

net.minecraft.network.protocol.game.ClientboundLevelChunkPacketData$BlockEntityInfo
net.minecraft.class_6603$class_6604
net.minecraft.network.packet.s2c.play.ChunkData$BlockEntityData

Field summary

Modifier and TypeField
public static final PacketCodec<RegistryByteBuf, ChunkData$BlockEntityData>
STREAM_CODEC
field_47931
PACKET_CODEC
public static final PacketCodec<RegistryByteBuf, List<ChunkData$BlockEntityData>>
LIST_STREAM_CODEC
field_47932
LIST_PACKET_CODEC
private final int
packedXZ
field_34866
localXz
private final int
y
field_34867
y
private final BlockEntityType<?>
type
field_34868
type
private final NbtCompound
tag
field_34869
nbt

Constructor summary

ModifierConstructor
private (int localXz, int y, BlockEntityType<?> type, NbtCompound nbt)
private (RegistryByteBuf buf)

Method summary

Modifier and TypeMethod
private void
write(RegistryFriendlyByteBuf output)
method_38597(class_9129 arg0)
write(RegistryByteBuf buf)
private static ChunkData$BlockEntityData
create(BlockEntity blockEntity)
method_38596(class_2586 arg0)
of(BlockEntity blockEntity)