Brown Bed (minecraft:bed - 26:3) has a TileEntity
Full block state: minecraft:bed[facing=east,occupied=false,part=foot]
Hardness: 0.2000, Explosion resistance: 0.2000, Material: CLOTH
Block class: net.minecraft.block.BlockBed
IBlockState properties, including getActualState():
PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]}: east
PropertyBool{name=occupied, clazz=class java.lang.Boolean, values=[true, false]}: false
PropertyEnum{name=part, clazz=class net.minecraft.block.BlockBed$EnumPartType, values=[head, foot]}: foot
TileEntity class: net.minecraft.tileentity.TileEntityBed

TileEntity NBT (from TileEntity#writeToNBT()):
TAG_Compound (10) ('')
{
    TAG_Int (3) ('color'): 12
    TAG_Int (3) ('x'): 6031
    TAG_Int (3) ('y'): 70
    TAG_Int (3) ('z'): 256
    TAG_String (8) ('id'): "minecraft:bed"
}
